1. 01 Dec, 2015 1 commit
  2. 30 Nov, 2015 4 commits
  3. 28 Nov, 2015 2 commits
  4. 27 Nov, 2015 1 commit
  5. 26 Nov, 2015 3 commits
  6. 25 Nov, 2015 1 commit
  7. 17 Nov, 2015 1 commit
  8. 16 Nov, 2015 1 commit
    • Philipp A. Hartmann's avatar
      documenttest.cpp: EXPECT_THROW when checking empty allocator (closes #469) · c8d298bc
      Philipp A. Hartmann authored
      In the MoveConstructor/MoveAssignment tests, a check for a `NULL` allocator
      return has been used to check for the correct moved-from state of a Document.
      After the merge of #426, the GetAllocator call fails with an assertion,
      if the allocator of a GenericDocument is NULL.
      
      Check for the throw, instead of NULL in the move-related tests.
      Tested with GCC 4.9 on Linux with C++11 enabled.
      
      Reported-by: @woldendans
      c8d298bc
  9. 30 Oct, 2015 1 commit
  10. 29 Oct, 2015 3 commits
  11. 28 Oct, 2015 1 commit
  12. 27 Oct, 2015 3 commits
  13. 26 Oct, 2015 2 commits
  14. 22 Oct, 2015 1 commit
  15. 15 Oct, 2015 3 commits
  16. 14 Oct, 2015 2 commits
  17. 13 Oct, 2015 1 commit
    • Andrey's avatar
      Comments parsing fixes. · f7960ac0
      Andrey authored
      * Comments parsing function correctly handles EOF.
      * Since SkipWhitespaceAndComments can generate errors, its calls should be followed by RAPIDJSON_PARSE_ERROR_EARLY_RETURN macro.
      * Some tests to make the bug never appear again.
      f7960ac0
  18. 11 Oct, 2015 1 commit
  19. 10 Oct, 2015 1 commit
    • FrankHB's avatar
      Fixed typo · 1640ce61
      FrankHB authored
      <algorith> should be <algorithm>.
      1640ce61
  20. 09 Oct, 2015 1 commit
  21. 08 Oct, 2015 1 commit
  22. 07 Oct, 2015 2 commits
  23. 19 Sep, 2015 1 commit
  24. 16 Sep, 2015 2 commits