1. 31 Dec, 2015 4 commits
  2. 30 Dec, 2015 1 commit
  3. 18 Dec, 2015 13 commits
  4. 16 Dec, 2015 2 commits
  5. 06 Dec, 2015 3 commits
  6. 04 Dec, 2015 1 commit
  7. 01 Dec, 2015 1 commit
  8. 30 Nov, 2015 4 commits
  9. 28 Nov, 2015 2 commits
  10. 27 Nov, 2015 1 commit
  11. 26 Nov, 2015 3 commits
  12. 25 Nov, 2015 1 commit
  13. 17 Nov, 2015 1 commit
  14. 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
  15. 30 Oct, 2015 1 commit
  16. 29 Oct, 2015 1 commit
    • stunney's avatar
      Usage comment · dceb7bed
      stunney authored
      Adding usage comment at the top of the file for knowledge sharing
      dceb7bed