1. 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
  2. 04 Jul, 2014 1 commit
  3. 03 Jul, 2014 1 commit
  4. 02 Jul, 2014 2 commits
    • Milo Yip's avatar
      Fixes warnings · 5a186104
      Milo Yip authored
      5a186104
    • Milo Yip's avatar
      Fixes local copy optimization · 9aec8d6a
      Milo Yip authored
      The previous optimization #32 has problem that restoration requires
      assignment operator.
      Change the backup/restore process using a template wrapper class to
      select code path.
      9aec8d6a
  5. 30 Jun, 2014 2 commits
  6. 29 Jun, 2014 2 commits
  7. 27 Jun, 2014 2 commits
  8. 24 Jun, 2014 2 commits
  9. 13 Nov, 2012 1 commit
  10. 28 Nov, 2011 1 commit
  11. 23 Nov, 2011 1 commit
  12. 22 Nov, 2011 1 commit
  13. 18 Nov, 2011 1 commit