1. 21 Apr, 2017 1 commit
  2. 07 Feb, 2017 1 commit
  3. 04 Mar, 2016 3 commits
  4. 15 Feb, 2016 1 commit
  5. 14 Feb, 2016 1 commit
  6. 22 Jan, 2016 3 commits
  7. 31 Dec, 2015 1 commit
  8. 20 May, 2015 1 commit
  9. 18 Apr, 2015 2 commits
  10. 14 Apr, 2015 2 commits
  11. 26 Oct, 2014 1 commit
  12. 17 Oct, 2014 1 commit
  13. 05 Sep, 2014 1 commit
  14. 11 Aug, 2014 1 commit
  15. 09 Aug, 2014 1 commit
  16. 26 Jul, 2014 1 commit
  17. 10 Jul, 2014 3 commits
  18. 08 Jul, 2014 1 commit
    • Philipp A. Hartmann's avatar
      Add RAPIDJSON_DIAG_* macros to handle compiler warnings · 813da24d
      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.
      813da24d
  19. 03 Jul, 2014 1 commit
  20. 02 Jul, 2014 1 commit
  21. 29 Jun, 2014 1 commit
  22. 13 Nov, 2012 1 commit
  23. 24 Nov, 2011 1 commit
  24. 23 Nov, 2011 1 commit
  25. 22 Nov, 2011 3 commits
  26. 21 Nov, 2011 1 commit
  27. 18 Nov, 2011 1 commit