1. c1f3e01 removing cruft + other insignificant things by onqtam · 6 years ago
  2. 8d5eafa fixing coverage by onqtam · 6 years ago
  3. 36e3745 "fixes" after merging #187 by onqtam · 6 years ago
  4. 0dbbd4f Move single header to a separate folder (#187) by Dimitrij Mijoski · 6 years ago
  5. 447b155 Rename doctest_impl.h to doctest.cpp for less confusion. (#185) by Dimitrij Mijoski · 6 years ago
  6. 8171c48 polished the feature for allowing the use of asserts outside of a testing context (also example and docs) - relates #114 by onqtam · 6 years ago
  7. 1d68a13 - added the ability to call asserts outside of a testing context without recompiling! currently the fast asserts are optimized for runtime speed to the maximum but the other asserts are not. Sadly logging macros - like INFO() - aren't supported... yet! - closes #114 - the way to do it is to call setAsDefaultForAssertsOutOfTestCases() on a doctest::Context and optionally to register a custom handler with doctest::Context::setAssertHandler() by onqtam · 6 years ago
  8. 35c14cd Printing the test suite name on test case failure - fixes #65 by onqtam · 8 years ago
  9. a985f5a added playground project and made (again) the common.cmake behave when included multiple times by onqtam · 8 years ago