- 26 Mar, 2015 3 commits
- 25 Mar, 2015 1 commit
-
-
miloyip authored
-
- 25 Feb, 2015 2 commits
- 17 Feb, 2015 2 commits
- 08 Feb, 2015 2 commits
- 03 Feb, 2015 1 commit
-
-
Milo Yip authored
Add std::string overload to Writer when RAPIDJSON_HAS_STDSTRING defined
-
- 02 Feb, 2015 5 commits
-
-
Drew Noakes authored
-
Drew Noakes authored
-
Drew Noakes authored
-
Drew Noakes authored
-
Drew Noakes authored
-
- 25 Jan, 2015 1 commit
-
-
Milo Yip authored
Use aligned SSE register load intrinsic.
-
- 24 Jan, 2015 1 commit
-
-
Drew Noakes authored
The code goes to the trouble of ensuring that data is aligned at a 16-byte boundary, then goes ahead and uses the unaligned form of the load intrinsic _mm_loadu_si128. Either the code shouldn't bother aligning the data to the start of the whitespace, or it should use the aligned form of the intrinsic.
-
- 14 Jan, 2015 3 commits
- 13 Jan, 2015 1 commit
-
-
Milo Yip authored
-
- 12 Jan, 2015 1 commit
-
-
Milo Yip authored
Reader::Parse{Array,Object}: simplify switch
-
- 11 Jan, 2015 1 commit
-
-
Philipp A. Hartmann authored
Closes #223.
-
- 08 Jan, 2015 1 commit
-
-
Milo Yip authored
Fix an issue with building a reader on Windows x64.
-
- 07 Jan, 2015 1 commit
-
-
Erik Martin authored
Fix an issue with Windows x64. Including the rapidjson reader.h requires <intrin.h> to be included or _umul128 will be undefined.
-
- 08 Dec, 2014 4 commits
-
-
Milo Yip authored
stringbuffer.h: add missing include for std::move (fixes #208)
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Milo Yip authored
-
- 30 Nov, 2014 8 commits
- 28 Nov, 2014 1 commit
-
-
Milo Yip authored
GenericValue: improve copying performance
-
- 26 Nov, 2014 1 commit
-
-
Philipp A. Hartmann authored
The GenericValue "copy" constructor (with Allocator) uses a temporary GenericDocument object to perform the deep copying with the provided allocator. This leads to the temporary allocation of the `Stack` memory, even in case of shallow values (numbers, etc.). This patch improves the performance of this operation by only resorting the the SAX Handler implementation in case of Array or Object values.
-