1. 7be3b87 Port more stuff to streams by Salvage · 2 years, 10 months ago
  2. 6545bdc First draft by Salvage · 2 years, 10 months ago
  3. 4ddb793 Add explicit template parameters by Salvage · 2 years, 10 months ago
  4. 245d4b2 matcher-like nan check by Salvage · 2 years, 10 months ago
  5. 367098b fixes after commit 02af672f0d3093157daecb55ce4e109ffaf2bc53 - as suggested by @rmisev here: https://github.com/doctest/doctest/issues/568#issuecomment-993612346 - closes #568 by onqtam · 2 years, 11 months ago
  6. 81fe2e8 fixed builds on the CI by simplifying the examples by avoiding the problematic std::streamsize for std::ostream::write() by Viktor Kirilov · 4 years ago
  7. 17d984c switched from using the << operator to the comma operator for all logging - this solves the problem in PR #431 by Viktor Kirilov · 4 years ago
  8. 74b8ac4 summary: align even large values #402 (#403) by Nick Black · 4 years, 2 months ago
  9. 1655b24 regenerated test output - relates #123 by onqtam · 6 years ago
  10. 7d8ecb3 fixing the reference output... relates #95 by onqtam · 7 years ago
  11. 68d0f1d added an overload for operator<< of the ContextBuilder that catches by const ref and use a static assert - relates #23 by onqtam · 7 years ago
  12. 754f402 - almost done with the should_fail/may_fail/expected_failures decorators by onqtam · 7 years ago
  13. 35c14cd Printing the test suite name on test case failure - fixes #65 by onqtam · 8 years ago
  14. 7cc0e96 examples almost done! only assertion_macros.cpp is left by onqtam · 8 years ago
  15. 119cfb6 - added an undocumented flag to omit the "skipped" part in the output summary - for convenience for the all_features example by onqtam · 8 years ago[Renamed (93%) from examples/all_features/test_output/all_features.stringification.cpp.txt]
  16. 27079bc output is now like the old one by onqtam · 8 years ago
  17. 2c100d6 - added test outputs by onqtam · 8 years ago