- 21 Apr, 2017 1 commit
-
-
Alejandro Martinez authored
Change-Id: Iaf210d029758723a7eeb7f28fc10cab7467889a9 Signed-off-by:
Jun He <jun.he@arm.com>
-
- 07 Feb, 2017 1 commit
-
-
John Stiles authored
Add more tests! Good for coverage.
-
- 04 Mar, 2016 3 commits
- 15 Feb, 2016 1 commit
-
-
Milo Yip authored
-
- 14 Feb, 2016 1 commit
-
-
Milo Yip authored
-
- 22 Jan, 2016 3 commits
- 31 Dec, 2015 1 commit
-
-
Milo Yip authored
-
- 20 May, 2015 1 commit
-
-
Milo Yip authored
-
- 18 Apr, 2015 2 commits
- 14 Apr, 2015 2 commits
- 26 Oct, 2014 1 commit
-
-
Sean Leather authored
-
- 17 Oct, 2014 1 commit
-
-
Sean Leather authored
-
- 05 Sep, 2014 1 commit
-
-
miloyip authored
-
- 11 Aug, 2014 1 commit
-
-
Milo Yip authored
-
- 09 Aug, 2014 1 commit
-
-
Milo Yip authored
-
- 26 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 10 Jul, 2014 3 commits
-
-
Philipp A. Hartmann authored
-
thebusytypist authored
-
Milo Yip 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.
-
- 03 Jul, 2014 1 commit
-
-
Philipp A. Hartmann authored
-
- 02 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 29 Jun, 2014 1 commit
-
-
Milo Yip authored
Can write d.Parse(...) instead of d.Parse<0>(...) Hope to reduce strangeness and confusion for beginner.
-
- 13 Nov, 2012 1 commit
-
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@67 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
-
- 23 Nov, 2011 1 commit
-
-
miloyip@gmail.com authored
git-svn-id: https://rapidjson.googlecode.com/svn/trunk@35 c5894555-1306-4e8d-425f-1f6f381ee07c
-
- 22 Nov, 2011 3 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@28 c5894555-1306-4e8d-425f-1f6f381ee07c
-
miloyip@gmail.com authored
Added multiple platform specific file I/O performance tests Added CheckSum() in platform test as baseline of parsing speed, which should be more appropriate than strlen(). git-svn-id: https://rapidjson.googlecode.com/svn/trunk@26 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
-