- 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.
-
- 25 Nov, 2014 1 commit
-
-
Milo Yip authored
Compile all examples with the Dinkum C++ of QNX 6.6
-
- 23 Nov, 2014 6 commits
- 22 Nov, 2014 1 commit
-
-
Milo Yip authored
GenericDocument: explicitly prohibit copying
-
- 21 Nov, 2014 1 commit
-
-
Philipp A. Hartmann authored
See #201.
-
- 17 Nov, 2014 5 commits
-
-
Milo Yip authored
Minor (documentation) cleanups
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
Avoids implicit conversion from an `OutputStream` (or an allocator pointer) to a `Writer` instance.
-
Philipp A. Hartmann authored
-
Milo Yip authored
Use absolute path for the link to examples
-
- 14 Nov, 2014 3 commits
- 07 Nov, 2014 1 commit
-
-
Milo Yip authored
Allow customization of RapidJSON namespace
-
- 06 Nov, 2014 5 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
- 31 Oct, 2014 2 commits
-
-
Milo Yip authored
Document traits of types using <type_traits> and static_assert in tests
-
Drew Noakes authored
The tests state the current traits of types Document, Value and StringBuffer. There are slight differences between them. It seems like a good idea to extend this approach across more types, and to review the expected traits across the board.
-