- 11 Aug, 2014 6 commits
-
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
-
Philipp A. Hartmann authored
With the allowance of arbitrary root value types, the individual tests can use the top-level Parse functions, instead of ParseFoo() variants. Secondly, some unneeded array wrappers have been dropped and non-singular tests starting with other values than objects or arrays have been added.
-
Philipp A. Hartmann authored
-
Milo Yip authored
-
- 30 Jul, 2014 2 commits
- 29 Jul, 2014 1 commit
-
-
miloyip authored
Related to discussion in #83
-
- 27 Jul, 2014 2 commits
- 26 Jul, 2014 1 commit
-
-
Milo Yip authored
It is not very useful for iterative parsing as the worst case of heap size is O(n) where n is number of character in JSON, for the worst synthetic cases. This is reasonable and should not create stack overflow security problem as in recursive parsing.
-
- 17 Jul, 2014 2 commits
-
-
thebusytypist authored
-
thebusytypist authored
-
- 16 Jul, 2014 1 commit
-
-
thebusytypist authored
-
- 15 Jul, 2014 1 commit
-
-
thebusytypist authored
-
- 14 Jul, 2014 1 commit
-
-
thebusytypist authored
-
- 11 Jul, 2014 3 commits
-
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
- 10 Jul, 2014 3 commits
-
-
Milo Yip authored
-
thebusytypist authored
-
Milo Yip authored
-
- 09 Jul, 2014 1 commit
-
-
thebusytypist authored
-
- 08 Jul, 2014 1 commit
-
-
Philipp A. Hartmann authored
Warning push/pop support has been added to GCC in version 4.6.0, and pragmas to ignore certain warnings are present since 4.2.0. This patch hides the compiler-specific warning push/pop/disable pragmas behind a macro-based implementation (currently for MSVC and clang /GCC. This avoids warnings, as seen e.g. on GCC 4.4: ../../include/rapidjson/document.h:14: error: expected [error|warning|ignored] after ‘#pragma GCC diagnostic’ and earlier versions complaining about unknown pragmas being ignored. Note: unittest.h and perftest.h need to check for compilers explicitly, as rapidjson.h is not included there.
-
- 07 Jul, 2014 3 commits
-
-
thebusytypist authored
-
thebusytypist authored
-
thebusytypist authored
-
- 06 Jul, 2014 1 commit
-
-
thebusytypist authored
-
- 04 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 03 Jul, 2014 1 commit
-
-
Philipp A. Hartmann authored
-
- 02 Jul, 2014 2 commits
- 30 Jun, 2014 2 commits
-
-
Milo Yip authored
-
Milo Yip authored
https://code.google.com/p/rapidjson/issues/detail?id=75 The modification is slightly different from dlbattle123 to improve speed.
-
- 29 Jun, 2014 2 commits
- 27 Jun, 2014 2 commits
- 24 Jun, 2014 1 commit
-
-
Milo Yip authored
-