- 15 Feb, 2016 1 commit
-
-
Milo Yip authored
-
- 22 Jan, 2016 1 commit
-
-
Milo Yip authored
-
- 31 Dec, 2015 1 commit
-
-
Milo Yip authored
-
- 18 Apr, 2015 1 commit
-
-
miloyip authored
-
- 16 Apr, 2015 2 commits
- 28 Oct, 2014 1 commit
-
-
Philipp A. Hartmann authored
With the implementation of the more elaborate benchmarking suite at https://github.com/miloyip/nativejson-benchmark, the thirdparty performance tests are superseded.
-
- 17 Oct, 2014 1 commit
-
-
Sean Leather authored
-
- 11 Aug, 2014 1 commit
-
-
Milo Yip authored
-
- 10 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 08 Jul, 2014 2 commits
-
-
Philipp A. Hartmann authored
-
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.
-
- 02 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 29 Nov, 2011 1 commit
-
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@40 c5894555-1306-4e8d-425f-1f6f381ee07c
-
- 24 Nov, 2011 1 commit
-
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@36 c5894555-1306-4e8d-425f-1f6f381ee07c
-
- 22 Nov, 2011 4 commits
-
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@30 c5894555-1306-4e8d-425f-1f6f381ee07c
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@29 c5894555-1306-4e8d-425f-1f6f381ee07c
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@28 c5894555-1306-4e8d-425f-1f6f381ee07c
-
miloyip@gmail.com authored
Writer and PrettyWriter automatically calls Flush() at the end of JSON text. git-svn-id: https://rapidjson.googlecode.com/svn/trunk@27 c5894555-1306-4e8d-425f-1f6f381ee07c
-
- 21 Nov, 2011 1 commit
-
-
miloyip@gmail.com authored
Proved FileStream is very slow due to fgetc(). Added a new FileReadStream which uses fread() with buffer. git-svn-id: https://rapidjson.googlecode.com/svn/trunk@22 c5894555-1306-4e8d-425f-1f6f381ee07c
-
- 18 Nov, 2011 1 commit
-
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@2 c5894555-1306-4e8d-425f-1f6f381ee07c
-