- 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 6 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.
-
miloyip authored
-
Milo Yip authored
MemoryPoolAllocator, Stack: lazily allocate Allocators
-
Milo Yip authored
DocumentMove tests: compiler error due to -Wsign-compare
-
Milo Yip authored
Add unit tests for StringBuffer
-
- 30 Oct, 2014 1 commit
-
-
Philipp A. Hartmann authored
On GCC 4.9, the documenttest.cpp fails to compile in C++11 mode, as the MoveConstructor/Assignment tests contain left-over comparisons between signed and unsigned expressions.
-