1. 12 Dec, 2018 1 commit
    • ylavic's avatar
      Rework Pointer::operator<() loop. · 0e34ed43
      ylavic authored
      I must be too dumb to understand the mess MSVC (32bit only) did with the
      previous loop, and to figure out how it might have make it never end.
      Anyway, hopefully any compiler can grok this new loop...
      0e34ed43
  2. 10 Dec, 2018 2 commits
  3. 06 Dec, 2018 4 commits
  4. 05 Dec, 2018 3 commits
  5. 03 Dec, 2018 4 commits
  6. 01 Dec, 2018 2 commits
  7. 22 Nov, 2018 2 commits
  8. 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
  9. 01 Nov, 2018 1 commit
  10. 26 Oct, 2018 1 commit
  11. 08 Oct, 2018 2 commits
  12. 19 Sep, 2018 2 commits
  13. 18 Sep, 2018 2 commits
  14. 11 Sep, 2018 1 commit
  15. 10 Sep, 2018 7 commits
  16. 05 Aug, 2018 2 commits
  17. 03 Aug, 2018 2 commits
  18. 01 Aug, 2018 1 commit