1. 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
  2. cfefe2b changed a bit the message for the 3 different levels of failures - WARN/CHECK/REQUIRE by onqtam · 8 years ago
  3. 4b68df3 builds with -fno-exceptions should pass now - relates #12 by onqtam · 8 years ago
  4. 036fa31 fixing builds... default template arguments for function templates not supported in C++98... by onqtam · 8 years ago
  5. 8327c6c fixing clang builds on CI by onqtam · 8 years ago
  6. 246e817 fixing CI builds - no C++11... by onqtam · 8 years ago
  7. 05bcc37 added exception translation to examples - relates #12 by onqtam · 8 years ago
  8. 85642bf implemented translation of exceptions in asserts - relates #12 by onqtam · 8 years ago
  9. 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
  10. b18680d fixed documentation for stringification - relates https://github.com/philsquared/Catch/issues/741 by onqtam · 8 years ago
  11. 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
  12. 5cab8e9 fixed #42 - no warnings with clang in c++11 mode by onqtam · 8 years ago
  13. bf4f453 updated docs and bumped version to 1.1.1 by onqtam · 8 years ago 1.1.1
  14. 1435c01 bumped version to 1.1 by onqtam · 8 years ago
  15. db5eee9 - moved an inline remapping function to the implementation part of doctest by onqtam · 8 years ago
  16. 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
  17. 959458c trying to switch to gold linker under linux by onqtam · 8 years ago
  18. bc4b56c fixed #10 by onqtam · 8 years ago
  19. 4a65563 normalizing eof for everything by onqtam · 8 years ago
  20. aff213c updating output so tests can pass by onqtam · 8 years ago
  21. 3a1dd12 fixing gcc builds by onqtam · 8 years ago
  22. 1586ea2 enabled compare mode for tests! by onqtam · 8 years ago
  23. 733de62 better examples by onqtam · 8 years ago
  24. e4c75fc fixed the range based example better examples by onqtam · 8 years ago
  25. ad89a13 doc by onqtam · 8 years ago