1. 09 Aug, 2014 1 commit
  2. 31 Jul, 2014 8 commits
  3. 30 Jul, 2014 2 commits
  4. 29 Jul, 2014 1 commit
  5. 27 Jul, 2014 3 commits
  6. 26 Jul, 2014 1 commit
    • Milo Yip's avatar
      Remove stack size limit feature · e3e8fea0
      Milo Yip authored
      It is not very useful for iterative parsing as the worst case of heap
      size is O(n) where n is number of character in JSON, for the worst
      synthetic cases. This is reasonable and should not create stack overflow
      security problem as in recursive parsing.
      e3e8fea0
  7. 17 Jul, 2014 2 commits
  8. 16 Jul, 2014 1 commit
  9. 15 Jul, 2014 1 commit
  10. 14 Jul, 2014 1 commit
  11. 13 Jul, 2014 3 commits
  12. 11 Jul, 2014 3 commits
  13. 10 Jul, 2014 4 commits
  14. 09 Jul, 2014 2 commits
  15. 08 Jul, 2014 3 commits
    • Philipp A. Hartmann's avatar
      update string API tests · 8bbf41f7
      Philipp A. Hartmann authored
      8bbf41f7
    • Philipp A. Hartmann's avatar
      6aa601cd
    • 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
  16. 07 Jul, 2014 3 commits
  17. 06 Jul, 2014 1 commit