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. be91727 - fixed bug that was introduced in commit 0b0b82f1728f65075724b41aca83c62834978d44 - should have made these changes in a separate commit for easier testing by onqtam · 8 years ago
  5. cfefe2b changed a bit the message for the 3 different levels of failures - WARN/CHECK/REQUIRE by onqtam · 8 years ago
  6. 4b68df3 builds with -fno-exceptions should pass now - relates #12 by onqtam · 8 years ago
  7. 036fa31 fixing builds... default template arguments for function templates not supported in C++98... by onqtam · 8 years ago
  8. 8327c6c fixing clang builds on CI by onqtam · 8 years ago
  9. 246e817 fixing CI builds - no C++11... by onqtam · 8 years ago
  10. 05bcc37 added exception translation to examples - relates #12 by onqtam · 8 years ago
  11. 85642bf implemented translation of exceptions in asserts - relates #12 by onqtam · 8 years ago
  12. 1fc3dc7 added --no-line-numbers=<bool> - Line numbers are replaced with ```0``` in the output when a source location is printed - useful if you want the same output from the testing framework even when test positions change within a source file by onqtam · 8 years ago
  13. b18680d fixed documentation for stringification - relates https://github.com/philsquared/Catch/issues/741 by onqtam · 8 years ago
  14. 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
  15. 5cab8e9 fixed #42 - no warnings with clang in c++11 mode by onqtam · 8 years ago
  16. bf4f453 updated docs and bumped version to 1.1.1 by onqtam · 8 years ago 1.1.1
  17. 1435c01 bumped version to 1.1 by onqtam · 8 years ago
  18. db5eee9 - moved an inline remapping function to the implementation part of doctest by onqtam · 8 years ago
  19. 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
  20. 959458c trying to switch to gold linker under linux by onqtam · 8 years ago
  21. bc4b56c fixed #10 by onqtam · 8 years ago
  22. 4a65563 normalizing eof for everything by onqtam · 8 years ago
  23. aff213c updating output so tests can pass by onqtam · 8 years ago
  24. 3a1dd12 fixing gcc builds by onqtam · 8 years ago
  25. 1586ea2 enabled compare mode for tests! by onqtam · 8 years ago
  26. 733de62 better examples by onqtam · 8 years ago
  27. e4c75fc fixed the range based example better examples by onqtam · 8 years ago
  28. ad89a13 doc by onqtam · 8 years ago