1. 499a0fd Stringification amendments (#642) by Stefan · 2 years, 6 months ago
  2. e8ba771 Refactor stringification (#585) by Stefan · 2 years, 6 months ago
  3. 8de4cf7 Add contains option to checks. (#620) by Menno Fraters · 2 years, 8 months ago
  4. 58f3ec8 Feature: Better NaN (#584) by Stefan · 2 years, 10 months ago
  5. ae27c0f removed unused variable by onqtam · 2 years, 10 months ago
  6. 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
  7. 56c9796 Fix build with GCC 11 (#505) by Jan Kundrát · 3 years ago
  8. 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
  9. 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
  10. 190ba25 added VS 2019 support by onqtam · 6 years ago
  11. c5458f2 Change the include path in examples as #175 (#180) by ncihnegn · 6 years ago
  12. 02b7eb7 silencing 1 more warning for VS 2008/2010 when using /Wall - that a float was getting stored in memory and not in a register... relates #95 by onqtam · 7 years ago
  13. abf39d2 Visual studio builds now use /Wall instead of /W4 - and only 4 warnings are left disabled globally - fixes #95 by onqtam · 7 years ago
  14. 8c31176 fixing builds by onqtam · 8 years ago
  15. 7cc0e96 examples almost done! only assertion_macros.cpp is left by onqtam · 8 years ago
  16. 12d5598 everything compiles! by onqtam · 8 years ago
  17. 98e12af cleaning up examples by onqtam · 8 years ago[Renamed (98%) from examples/stringification/main.cpp]
  18. 4b68df3 builds with -fno-exceptions should pass now - relates #12 by onqtam · 8 years ago
  19. 036fa31 fixing builds... default template arguments for function templates not supported in C++98... by onqtam · 8 years ago
  20. 8327c6c fixing clang builds on CI by onqtam · 8 years ago
  21. 246e817 fixing CI builds - no C++11... by onqtam · 8 years ago
  22. 05bcc37 added exception translation to examples - relates #12 by onqtam · 8 years ago
  23. b18680d fixed documentation for stringification - relates https://github.com/philsquared/Catch/issues/741 by onqtam · 8 years ago
  24. 4a65563 normalizing eof for everything by onqtam · 8 years ago
  25. 3a1dd12 fixing gcc builds by onqtam · 8 years ago
  26. 733de62 better examples by onqtam · 8 years ago
  27. ad89a13 doc by onqtam · 8 years ago