Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2015-05-14 | 562 Bytes | |
v1.0.2 source code.tar.gz | 2015-05-14 | 726.1 kB | |
v1.0.2 source code.zip | 2015-05-14 | 809.2 kB | |
Totals: 3 Items | 1.5 MB | 0 |
Added
- Add Value::XXXMember(...) overloads for std::string (#335)
Fixed
- Include rapidjson.h for all internal/error headers.
- Parsing some numbers incorrectly in full-precision mode (
kFullPrecisionParseFlag
) (#342) - Fix alignment of 64bit platforms (#328)
- Fix MemoryPoolAllocator::Clear() to clear user-buffer (0691502573f1afd3341073dd24b12c3db20fbde4)
Changed
- CMakeLists for include as a thirdparty in projects (#334, [#337])
- Change Document::ParseStream() to use stack allocator for Reader (ffbe38614732af8e0b3abdc8b50071f386a4a685)