- 07 Apr, 2015 6 commits
- 03 Apr, 2015 12 commits
- 02 Apr, 2015 9 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Milo Yip authored
Localize documents to simplified Chinese
-
miloyip authored
-
miloyip authored
-
miloyip authored
-
miloyip authored
-
miloyip authored
-
Milo Yip authored
Fixes for GCC with -pedantic
-
- 01 Apr, 2015 4 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Milo Yip authored
tutorial.cpp: fix insitu parsing (closes #273)
-
- 31 Mar, 2015 2 commits
-
-
Philipp A. Hartmann authored
The insitu parsing example in the tutorial is using a local char buffer inside a nested scope. After leaving the scope, the resulting Document object still references this (now invalid) memory locations. Some compilers reuse this space on the stack for other local variables later in the function, corrupting the original document. Drop the local scope to extend the lifetime of the buffer.
-
Milo Yip authored
document.h: include <string>, iff RAPIDJSON_HAS_STDSTRING==1
-
- 30 Mar, 2015 1 commit
-
-
Philipp A. Hartmann authored
Reported-by: Janusz Chorko (@yachoor) See: https://github.com/miloyip/rapidjson/commit/c1c9ba7c#commitcomment-10434694
-
- 26 Mar, 2015 3 commits
- 25 Mar, 2015 3 commits