1. 17 Dec, 2018 1 commit
  2. 06 Dec, 2018 4 commits
  3. 05 Dec, 2018 3 commits
  4. 03 Dec, 2018 4 commits
  5. 01 Dec, 2018 2 commits
  6. 22 Nov, 2018 2 commits
  7. 21 Nov, 2018 1 commit
    • Jean-Claude Monnin's avatar
      Fix warning when NDEBUG is defined [-Wunused-variable] · 51ca982a
      Jean-Claude Monnin authored
      Because `isPeek()` is side effect free this should not change anything.
      
      The reason this warning is not shown in the unit tests is because the asserts
      are always evaluated in the unit test:
      
      #define RAPIDJSON_ASSERT(x) (!(x) ? throw AssertException(RAPIDJSON_STRINGIFY(x)) : (void)0u)
      51ca982a
  8. 01 Nov, 2018 1 commit
  9. 26 Oct, 2018 1 commit
  10. 08 Oct, 2018 2 commits
  11. 19 Sep, 2018 2 commits
  12. 18 Sep, 2018 2 commits
  13. 11 Sep, 2018 1 commit
  14. 10 Sep, 2018 7 commits
  15. 05 Aug, 2018 2 commits
  16. 03 Aug, 2018 2 commits
  17. 01 Aug, 2018 2 commits
  18. 31 Jul, 2018 1 commit