1. cfefe2b changed a bit the message for the 3 different levels of failures - WARN/CHECK/REQUIRE by onqtam · 8 years ago
  2. 85642bf implemented translation of exceptions in asserts - relates #12 by onqtam · 8 years ago
  3. 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
  4. 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
  5. 5cab8e9 fixed #42 - no warnings with clang in c++11 mode by onqtam · 8 years ago
  6. bf4f453 updated docs and bumped version to 1.1.1 by onqtam · 8 years ago 1.1.1
  7. 1435c01 bumped version to 1.1 by onqtam · 8 years ago
  8. 08ed774 switched from REQUIRE to CHECK macro in an example because gcc 4.4 build under OSX fail this test - after an exception is thrown for the REQUIRE the program quits.... this is a known issue (by me)- check out the comment in examples/assertion_macros/CMakeLists.txt by onqtam · 8 years ago
  9. 7b8d8dc fixing clang builds - added new line at end of main.cpp for `removing_doctest_options` example... by onqtam · 8 years ago
  10. ce59fd1 linux gcc header cost benchmarked! by onqtam · 8 years ago
  11. b793c5b fixing CI builds... no more shadowing by onqtam · 8 years ago
  12. cc6a6d6 - added tests that assertion macros don't copy the types and that they evaluate the expressions only once by onqtam · 8 years ago
  13. a1ede61 Added example how to remove doctest options from the command line for the program after the tests run - fixes #20 by onqtam · 8 years ago