- 22 Jan, 2016 2 commits
- 31 Dec, 2015 4 commits
-
-
Omer Katz authored
-
Omer Katz authored
Workaround clang and ccache bugs described in http://petereisentraut.blogspot.co.il/2011/05/ccache-and-clang.html
-
Omer Katz authored
-
Milo Yip authored
-
- 20 May, 2015 1 commit
-
-
Milo Yip authored
-
- 18 Apr, 2015 4 commits
- 16 Apr, 2015 2 commits
- 14 Apr, 2015 2 commits
- 11 Nov, 2014 4 commits
-
-
Andriy Senkovych authored
-
Andriy Senkovych authored
-
Andriy Senkovych authored
-
Andriy Senkovych authored
* Support for both in-source and out-of-source builds * Set library version to 0.12 to map Debian package * Add separate options to build tests, examples and documentation * Add pkgconfig lookup support (if installed with `make install`) * Add CMake lookup support (if isntalled with `make install`) * Add Google Test Source lookup * Add CTest support for running tests (use `make test` or `ctest -V`)
-
- 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.
-
- 26 Oct, 2014 1 commit
-
-
Sean Leather authored
-
- 17 Oct, 2014 2 commits
-
-
Sean Leather authored
-
Sean Leather authored
-
- 05 Sep, 2014 1 commit
-
-
miloyip authored
-
- 11 Aug, 2014 2 commits
- 09 Aug, 2014 1 commit
-
-
Milo Yip authored
-
- 26 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 24 Jul, 2014 1 commit
-
-
Milo Yip authored
-
- 17 Jul, 2014 2 commits
- 16 Jul, 2014 2 commits
- 10 Jul, 2014 3 commits
-
-
Philipp A. Hartmann authored
-
thebusytypist authored
-
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.
-
- 03 Jul, 2014 1 commit
-
-
Philipp A. Hartmann authored
-
- 02 Jul, 2014 1 commit
-
-
Milo Yip authored
-