- 1c0bee7 Make operator<< static by Salvage · 2 years, 1 month ago fix-678
- cd312dd Fix stringification of enums that overload `operator<<` by Salvage · 2 years, 1 month ago
- 0c04c96 Fix compile errors when comparing pointers. (#699) by Sprite · 2 years, 1 month ago
- db758e0 Add clang-tidy integration and fix all warnings (#659) by Stefan · 2 years, 5 months ago
- 499a0fd Stringification amendments (#642) by Stefan · 2 years, 6 months ago
- e8ba771 Refactor stringification (#585) by Stefan · 2 years, 6 months ago
- 8de4cf7 Add contains option to checks. (#620) by Menno Fraters · 2 years, 8 months ago
- 58f3ec8 Feature: Better NaN (#584) by Stefan · 2 years, 10 months ago
- ae27c0f removed unused variable by onqtam · 2 years, 10 months ago
- 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
- 56c9796 Fix build with GCC 11 (#505) by Jan Kundrát · 3 years ago
- 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
- 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
- 190ba25 added VS 2019 support by onqtam · 6 years ago
- c5458f2 Change the include path in examples as #175 (#180) by ncihnegn · 6 years ago
- 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
- 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
- 8c31176 fixing builds by onqtam · 8 years ago
- 7cc0e96 examples almost done! only assertion_macros.cpp is left by onqtam · 8 years ago
- 12d5598 everything compiles! by onqtam · 8 years ago
- 98e12af cleaning up examples by onqtam · 8 years ago[Renamed (98%) from examples/stringification/main.cpp]
- 4b68df3 builds with -fno-exceptions should pass now - relates #12 by onqtam · 8 years ago
- 036fa31 fixing builds... default template arguments for function templates not supported in C++98... by onqtam · 8 years ago
- 8327c6c fixing clang builds on CI by onqtam · 8 years ago
- 246e817 fixing CI builds - no C++11... by onqtam · 8 years ago
- 05bcc37 added exception translation to examples - relates #12 by onqtam · 8 years ago
- b18680d fixed documentation for stringification - relates https://github.com/philsquared/Catch/issues/741 by onqtam · 8 years ago
- 4a65563 normalizing eof for everything by onqtam · 8 years ago
- 3a1dd12 fixing gcc builds by onqtam · 8 years ago
- 733de62 better examples by onqtam · 8 years ago
- ad89a13 doc by onqtam · 8 years ago