- 06 Jul, 2014 13 commits
-
-
Milo Yip authored
Integrate Markdown pages into Doxygen documentation
-
Philipp A. Hartmann authored
To avoid the {#mainpage} tag to be rendered on GitHub, explicitly add a `\mainpage` section to `rapidjson.h`, referring to `readme.md`.
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
Rename nested typedef to avoid confusion with JSON Type enum.
-
Philipp A. Hartmann authored
Although not yet complete, the rapidjson.h header contains most of the customisation macro definitions. These should be documented via Doxygen as well. This requires adding file-level documentation. Some parts are excluded via `@cond` to avoid cluttering the documentation with internals too much. Secondly, a brief description is added to the 'rapidjson' namespace to include the namespace-level elements (enums, typedefs, functions) to the generated documentation.
-
Philipp A. Hartmann authored
-
- 05 Jul, 2014 1 commit
-
-
Philipp A. Hartmann authored
-
- 04 Jul, 2014 15 commits
-
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
C-style cast Add function const to MemoryPoolAllocator::Capacity() and Size()
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Added unit test for parsing EncodedStream to Document.
-
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
-
Milo Yip authored
Safer implementation of Swap()
-
- 03 Jul, 2014 11 commits
-
-
Milo Yip authored
Also added documentation, unit tests for swapping Document/Value, Document/Document.
-
Milo Yip authored
Miscellaneous cleanups
-
Milo Yip authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
The error messages in ParseNumber used `is.Tell` to report the position of the number parsing error. Depending on the copy optimization of the current stream, this can lead to different behaviour (beginning of number vs. position of error).
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
* Delegate constant string construction to SetStringRaw * Delegate "const Ch*" overloads to GenericValue variants of operator[], FindMember and RemoveMember * Remove repeated template arguments in nested struct Array (cherry-picked from ca9b0332d)
-
Philipp A. Hartmann authored
Instead of hard-coding the value 0 for the parseFlags in the various parsing overloads, explicitly use kParseDefaultFlags to provide more self-documenting code.
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-