1. 0a77790 attempting to fix the windows build by Viktor Kirilov · 3 years, 10 months ago
  2. 70ec81b probably fixed the build entirely? by Viktor Kirilov · 3 years, 10 months ago
  3. e60667c fixing MSVC build by Viktor Kirilov · 3 years, 10 months ago
  4. a43ac35 fixing clang build by Viktor Kirilov · 3 years, 10 months ago
  5. d9980fb version 2.4.4 by Viktor Kirilov · 3 years, 10 months ago
  6. 4be9f6e added the example code from issue #436 by Viktor Kirilov · 3 years, 10 months ago
  7. b745201 better handling of signals and terminate() calls on windows - by Viktor Kirilov · 3 years, 10 months ago
  8. 9f0d32b using the safer versions of gmtime - fixes #423 by Viktor Kirilov · 3 years, 10 months ago
  9. 5ee1ebe Create codeql-analysis.yml by Viktor Kirilov · 3 years, 10 months ago
  10. c9a9e5a Update FUNDING.yml by Viktor Kirilov · 3 years, 11 months ago
  11. 352589e version 2.4.3 by Viktor Kirilov · 3 years, 11 months ago 2.4.3
  12. 5c2b8c3 fixed build error after commit 17d984c7938f9dbffb93c04195522742b4877244 by Viktor Kirilov · 3 years, 11 months ago
  13. d7b9ada testing build matrix by Viktor Kirilov · 3 years, 11 months ago
  14. 24cded9 testing build matrix by Viktor Kirilov · 3 years, 11 months ago
  15. 0915b9d more compilers in github actions, also disabling travis because it will be going away soon by Viktor Kirilov · 3 years, 11 months ago
  16. a075876 changelog for 2.4.2 by onqtam · 3 years, 11 months ago 2.4.2
  17. 2a069c4 version 2.4.2 by onqtam · 3 years, 11 months ago
  18. 7019f5a fixed crash reporting on windows - mainly around std::terminate, uncaught exceptions and exceptions thrown from destructors from worker threads by Viktor Kirilov · 3 years, 11 months ago
  19. 4d345d8 Add MAIN_PROJECT check for test option (#445) by Martin Stump · 3 years, 11 months ago
  20. c42ef69 github actions will now trigger on PRs too by Viktor Kirilov · 3 years, 11 months ago
  21. d50b050 Squash MSVC warnings when including ntstatus.h (#449) by Nicholas Hutchinson · 3 years, 11 months ago
  22. 2da74cb added typename in the exception macro - will work in templated test cases as well - fixes #447 by Viktor Kirilov · 3 years, 11 months ago
  23. b3016ae fixed a bug where if a type had a non-const implicit conversion operator such as the operator<< detection trait would determine that the type can be stringified, but later on in the call to it would fail to compile because there is const and that operator is no longer accessible by Viktor Kirilov · 3 years, 11 months ago
  24. 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
  25. 6f23ec0 enabling the deprecated set-env calls in the github actions workflow - to avoid rewriting it for now by Viktor Kirilov · 4 years ago
  26. 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
  27. 5e7c340 added an option to disable the debug console output when a debugger is attached - can cause massive slowdowns by Viktor Kirilov · 4 years ago
  28. 7a22993 log contexts for failures in JUnit reporter (#442) by runave · 4 years ago
  29. e55b582 Suppress clang-analyzer-cplusplus.NewDeleteLeaks (#444) by ncihnegn · 4 years ago
  30. 54b16a1 Fix 32bit support on macOS (#440) by Alexander Lanin · 4 years ago
  31. 8e776ae fixed docs a bit by Viktor Kirilov · 4 years ago
  32. 90b8c66 the name of the test cases is now also taken into account when distinguishing between them because a source file with test cases could be used in multiple shared objects with different defines which affect the tests - see this issue for more details: https://github.com/onqtam/doctest/issues/436 by Viktor Kirilov · 4 years ago
  33. 96b8aa9 Update FUNDING.yml by Viktor Kirilov · 3 years, 11 months ago
  34. 89a3c15 Update FUNDING.yml by Viktor Kirilov · 3 years, 11 months ago
  35. 8424be5 fixed build - forgot to update output from the version test by Viktor Kirilov · 4 years ago 2.4.1
  36. c648ba9 changelog for 2.4.1 by onqtam · 4 years ago
  37. 5e1f3e3 version 2.4.1 by onqtam · 4 years ago
  38. 68cde99 reassembled the header by Viktor Kirilov · 4 years ago
  39. 961a542 Enum support (fix for Issue #121) (#429) by jkriegshauser · 4 years ago
  40. 301a104 Silence remarks on old C-style casts (#425) by Max FERGER · 4 years ago
  41. 9a48082 Support Clang 3.4 (#428) by Alexander Lanin · 4 years ago
  42. 46e3bb3 small fixes after merging #418 - also relates #413 by Viktor Kirilov · 4 years ago
  43. 8aeb798 Initial MPI unit tests implementation (#418) by BerengerBerthoul · 4 years ago
  44. 3c5e0fa Add breakpoint inline assembly for the Apple Silicon (ARM64) macOS. (#400) by bruvzg · 4 years, 2 months ago
  45. 6f24dfe pointing to the relevant part of Catch2 for the debugger detection by Viktor Kirilov · 4 years, 2 months ago
  46. 7288846 Port Catch2 break into debugger for Linux. closes #411 (#412) by Zachary Michaels · 4 years, 2 months ago
  47. aa05975 fixed #395 by Viktor Kirilov · 4 years, 2 months ago
  48. dbbb5d4 fixed typo by Viktor Kirilov · 4 years, 2 months ago
  49. af25c1a first extension header! closes #405 by Viktor Kirilov · 4 years, 2 months ago
  50. 460afe9 updated license years by Viktor Kirilov · 4 years, 2 months ago
  51. 74b8ac4 summary: align even large values #402 (#403) by Nick Black · 4 years, 2 months ago
  52. aff6206 updated issue template by Viktor Kirilov · 4 years, 2 months ago
  53. b1790b8 updated travis build matrix by Viktor Kirilov · 4 years, 2 months ago
  54. 428b697 feat(cmake): Add JUNIT_OUTPUT_DIR option to doctest_discover_tests (#417) by Dennis · 4 years, 2 months ago
  55. 51e4a0d Add option to build with std headers. (#416) by avostrik · 4 years, 2 months ago
  56. dc6a189 fix google's death test URI (#393) by Anton Voloshin · 4 years, 4 months ago
  57. 1c8da00 changelog for 2.4.0 by onqtam · 4 years, 4 months ago 2.4.0
  58. 7053110 version 2.4.0 by onqtam · 4 years, 4 months ago
  59. 1fb630b a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! by onqtam · 4 years, 5 months ago
  60. 9e2e9f1 Add a note that doctest can be installed through Homebrew (#388) by Cameron White · 4 years, 4 months ago
  61. 3eed235 provide alternative implementation of has_insertion_operator (#387) by Łukasz Gemborowski · 4 years, 5 months ago
  62. 7cccff5 Fix issue template to mention doctest instead of Catch (#380) by nyanpasu64 · 4 years, 5 months ago
  63. d5aa2bf version 2.3.8 by onqtam · 4 years, 6 months ago 2.3.8
  64. 15aa164 fixed #373 - added a note in the docs about the test case name prefix when using the SCENARIO macro instead of TEST_CASE by onqtam · 4 years, 6 months ago
  65. cad091b reverted a change - build still fails... by onqtam · 4 years, 6 months ago
  66. 1544634 see the comment in the change for context by onqtam · 4 years, 6 months ago
  67. f70d7e1 gcc 10 fails because it cannot be installed - allowing it to fail... by onqtam · 4 years, 6 months ago
  68. 0dbbb9f removing failing OSX job with XCode 8.0: https://travis-ci.org/github/onqtam/doctest/jobs/688069588 by onqtam · 4 years, 6 months ago
  69. 72bf24e fixed #215 fixed #125 relates #364 - printing the deepest subcase stack reached - even if at the point of failure of an assertion the stack has become smaller - that way users can determine the exact path of data initialization in previous subcases before the failing assert. by onqtam · 4 years, 6 months ago
  70. 7e1710c no gcc 10 yet on github actions... by onqtam · 4 years, 6 months ago
  71. aa1edcc manually applied the changes from PR #352 because there were some other unrelated changes in there as well - properly checking against __cpp_lib_uncaught_exceptions and not looking at __cplusplus by onqtam · 4 years, 6 months ago
  72. cf64a3f fixed #348 by onqtam · 4 years, 6 months ago
  73. ea792bc added gcc 10 to build matrix by onqtam · 4 years, 6 months ago
  74. b4fc73a fixed #327 by onqtam · 4 years, 6 months ago
  75. 767248f fixed #372 - CHECK_THROWS and CHECK_NOTHROW now can work with varargs ==> allows for expressions with commas such as 'CHECK_NOTHROW(TestClass<int, float>(5));' by onqtam · 4 years, 6 months ago
  76. a04cc52 fixed #370 - including windows.h with lower case for mingw by Viktor Kirilov · 4 years, 6 months ago
  77. 784bbbd rebuilt header by Viktor Kirilov · 4 years, 6 months ago
  78. e3ce091 fixed #369 - added the ability to override file_line_to_stream by Viktor Kirilov · 4 years, 6 months ago
  79. abb0461 fix: possible UB with nullptr increment (#368) by Aleksandr · 4 years, 6 months ago
  80. b2d1677 Use CMP0077 policy if available (#363) by Denilson das Mercês Amorim · 4 years, 6 months ago
  81. 66c69f7 fixing clang on windows builds by onqtam · 4 years, 6 months ago
  82. e6e93b3 Fix warning c6319 in Visual Studio 16.5 (#361) by Cvelth · 4 years, 6 months ago
  83. defd102 fixing msvc builds by onqtam · 4 years, 8 months ago
  84. 5132157 fixed #350 - preventing crashes when reloading plugins with test cases by onqtam · 4 years, 8 months ago
  85. 932a2ca silencing a warning for the deprecated std::uncaught_exception - see this: by onqtam · 4 years, 8 months ago
  86. a828214 fixed build......... subcases.cpp(142): warning C5032: detected #pragma warning(push) with no corresponding #pragma warning(pop) by onqtam · 4 years, 8 months ago
  87. 7d42bd0 changelog for 2.3.7 by onqtam · 4 years, 8 months ago 2.3.7
  88. 399b01a added Clang 9 to the travis build matrix by onqtam · 4 years, 8 months ago
  89. 82a613a fixed windows build... by onqtam · 4 years, 8 months ago
  90. af71fc9 trying VS 2019 on appveyor again by onqtam · 4 years, 8 months ago
  91. 6f97909 vecrion 2.3.7 by onqtam · 4 years, 8 months ago
  92. 3375222 subcases can have generated names and even be in loops! relates #328 by onqtam · 4 years, 8 months ago
  93. e0b07a7 fixed #343 by onqtam · 4 years, 8 months ago
  94. 9f5fa6f using std namespace where necessary (#341) by Aleksandr · 4 years, 9 months ago
  95. 0cd62e8 removed coverity badge because it just doesn't fit :| by Viktor Kirilov · 4 years, 9 months ago
  96. 8df12f2 Fix GitHub CI and add GitHub build badges (#336) - closes #334 by Clare Macrae · 4 years, 9 months ago
  97. f7bcaaa fix std::uncaught_exceptions (#340) - closes #333 by cyy · 4 years, 9 months ago
  98. f55bdc7 Update links (#331) - http => https by Antoine Cœur · 4 years, 9 months ago
  99. 2f3fd5e Switch to catching unhandled exceptions on Windows Closes #324 (#325) by jkriegshauser · 4 years, 10 months ago
  100. 503de03 changelog for 2.3.6 by onqtam · 4 years, 11 months ago 2.3.6