1. 06 Dec, 2015 3 commits
  2. 04 Dec, 2015 1 commit
  3. 01 Dec, 2015 1 commit
  4. 30 Nov, 2015 4 commits
  5. 28 Nov, 2015 2 commits
  6. 27 Nov, 2015 1 commit
  7. 26 Nov, 2015 3 commits
  8. 25 Nov, 2015 1 commit
  9. 17 Nov, 2015 1 commit
  10. 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
  11. 30 Oct, 2015 1 commit
  12. 29 Oct, 2015 3 commits
  13. 28 Oct, 2015 1 commit
  14. 27 Oct, 2015 3 commits
  15. 26 Oct, 2015 2 commits
  16. 22 Oct, 2015 1 commit
  17. 15 Oct, 2015 3 commits
  18. 14 Oct, 2015 2 commits
  19. 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
  20. 11 Oct, 2015 1 commit
  21. 10 Oct, 2015 1 commit
    • FrankHB's avatar
      Fixed typo · 1640ce61
      FrankHB authored
      <algorith> should be <algorithm>.
      1640ce61
  22. 09 Oct, 2015 1 commit
  23. 08 Oct, 2015 1 commit
  24. 07 Oct, 2015 1 commit