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