1. 02 Sep, 2017 1 commit
  2. 12 May, 2017 1 commit
  3. 14 Mar, 2017 1 commit
  4. 19 Jan, 2017 1 commit
  5. 26 Oct, 2016 1 commit
  6. 25 Aug, 2016 1 commit
    • Milo Yip's avatar
      Version 1.1.0 · 17254e09
      Milo Yip authored
      Change version numbers
      Fixed some document linkage
      Fix #648
      17254e09
  7. 13 Jun, 2016 1 commit
  8. 21 Apr, 2016 1 commit
  9. 04 Apr, 2016 1 commit
  10. 23 Feb, 2016 1 commit
  11. 30 Jan, 2016 1 commit
  12. 23 Jan, 2016 2 commits
  13. 31 Dec, 2015 3 commits
  14. 21 Jul, 2015 2 commits
  15. 14 May, 2015 1 commit
  16. 11 May, 2015 1 commit
  17. 06 May, 2015 1 commit
  18. 05 May, 2015 1 commit
  19. 25 Apr, 2015 1 commit
  20. 21 Apr, 2015 2 commits
    • Andrii Senkovych's avatar
      Introduce option to select default gtest installation. Refs #309 · 04b67368
      Andrii Senkovych authored
      This will introduce RAPIDJSON_BUILD_THIRDPARTY_GTEST option. If it is set to
      TRUE, cmake will look for GTest installation in `thirdparty/gtest` before
      looking in other places.
      
      Current default value (OFF) for RAPIDJSON_BUILD_THIRDPARTY_GTEST represents
      previous behaviour when system-wide gtest installation is used whenever
      possible.
      
      This commit will as well eliminate problem described in #309 when source
      directory found is `thirdparty/gtest` while include files are found
      system-wide. This however won't give the user possibility to select gtest
      installation to use.
      04b67368
    • miloyip's avatar
      Add version macros for RapidJSON · 5ab1e936
      miloyip authored
      5ab1e936
  21. 24 Mar, 2015 1 commit
  22. 23 Feb, 2015 1 commit
  23. 19 Feb, 2015 1 commit
  24. 17 Feb, 2015 2 commits
  25. 19 Nov, 2014 1 commit
  26. 11 Nov, 2014 2 commits
    • Andriy Senkovych's avatar
      d69991fa
    • Andriy Senkovych's avatar
      Add initial CMake support · 8ae1c971
      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`)
      8ae1c971