1. 26c2008 examples can no longer be built using cmake separately - they require cmake invocation from the root of the repository (and now use the modern way of handling include dependencies) by onqtam · 8 years ago
  2. 61954c3 reworked cmake a bit by onqtam · 8 years ago
  3. 08cf7dc moved all cmake-related stuff to scripts/cmake by onqtam · 8 years ago
  4. 658c870 fixed #41 - !!! BREAKING CHANGE !!! - Make TEST_SUITE work with bodies, add TEST_SUITE_BEGIN by onqtam · 8 years ago
  5. 0b51b7b removed the version from the reference output - so releases that don't change the output don't need to recommit new reference output by onqtam · 8 years ago
  6. 5cab8e9 fixed #42 - no warnings with clang in c++11 mode by onqtam · 8 years ago
  7. bf4f453 updated docs and bumped version to 1.1.1 by onqtam · 8 years ago 1.1.1
  8. 1435c01 bumped version to 1.1 by onqtam · 8 years ago
  9. cc6a6d6 - added tests that assertion macros don't copy the types and that they evaluate the expressions only once by onqtam · 8 years ago
  10. 11210ce - added an image instead of code for the main readme by onqtam · 8 years ago
  11. db5eee9 - moved an inline remapping function to the implementation part of doctest by onqtam · 8 years ago
  12. e2f60b0 trying to get gcc 5/6 under linux to pass - need to force gold linker for sanitizers because ld is too old by onqtam · 8 years ago
  13. 959458c trying to switch to gold linker under linux by onqtam · 8 years ago
  14. 773570a fixed names of assertions by onqtam · 8 years ago
  15. 8def6b0 removed custom implementations of vector and hashtable and now using std::vector and std::set by onqtam · 8 years ago
  16. bc4b56c fixed #10 by onqtam · 8 years ago
  17. 4a65563 normalizing eof for everything by onqtam · 8 years ago
  18. 1586ea2 enabled compare mode for tests! by onqtam · 8 years ago
  19. 31ccc53 doc by onqtam · 8 years ago
  20. fd527f9 BDD style supported! by onqtam · 8 years ago
  21. 7fb192e - added WARN macros by onqtam · 8 years ago
  22. ec75700 added _ in TESTCASE and TESTSUITE by onqtam · 8 years ago
  23. e6d0d51 updated the release process added an example with alternative macros for the lib by onqtam · 9 years ago