1. 96b8aa9 Update FUNDING.yml by Viktor Kirilov · 3 years, 11 months ago
  2. 89a3c15 Update FUNDING.yml by Viktor Kirilov · 3 years, 11 months ago
  3. 8424be5 fixed build - forgot to update output from the version test by Viktor Kirilov · 4 years ago 2.4.1
  4. c648ba9 changelog for 2.4.1 by onqtam · 4 years ago
  5. 5e1f3e3 version 2.4.1 by onqtam · 4 years ago
  6. 68cde99 reassembled the header by Viktor Kirilov · 4 years ago
  7. 961a542 Enum support (fix for Issue #121) (#429) by jkriegshauser · 4 years ago
  8. 301a104 Silence remarks on old C-style casts (#425) by Max FERGER · 4 years ago
  9. 9a48082 Support Clang 3.4 (#428) by Alexander Lanin · 4 years ago
  10. 46e3bb3 small fixes after merging #418 - also relates #413 by Viktor Kirilov · 4 years ago
  11. 8aeb798 Initial MPI unit tests implementation (#418) by BerengerBerthoul · 4 years ago
  12. 3c5e0fa Add breakpoint inline assembly for the Apple Silicon (ARM64) macOS. (#400) by bruvzg · 4 years, 2 months ago
  13. 6f24dfe pointing to the relevant part of Catch2 for the debugger detection by Viktor Kirilov · 4 years, 2 months ago
  14. 7288846 Port Catch2 break into debugger for Linux. closes #411 (#412) by Zachary Michaels · 4 years, 2 months ago
  15. aa05975 fixed #395 by Viktor Kirilov · 4 years, 2 months ago
  16. dbbb5d4 fixed typo by Viktor Kirilov · 4 years, 2 months ago
  17. af25c1a first extension header! closes #405 by Viktor Kirilov · 4 years, 2 months ago
  18. 460afe9 updated license years by Viktor Kirilov · 4 years, 2 months ago
  19. 74b8ac4 summary: align even large values #402 (#403) by Nick Black · 4 years, 2 months ago
  20. aff6206 updated issue template by Viktor Kirilov · 4 years, 2 months ago
  21. b1790b8 updated travis build matrix by Viktor Kirilov · 4 years, 2 months ago
  22. 428b697 feat(cmake): Add JUNIT_OUTPUT_DIR option to doctest_discover_tests (#417) by Dennis · 4 years, 2 months ago
  23. 51e4a0d Add option to build with std headers. (#416) by avostrik · 4 years, 2 months ago
  24. dc6a189 fix google's death test URI (#393) by Anton Voloshin · 4 years, 4 months ago
  25. 1c8da00 changelog for 2.4.0 by onqtam · 4 years, 4 months ago 2.4.0
  26. 7053110 version 2.4.0 by onqtam · 4 years, 4 months ago
  27. 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
  28. 9e2e9f1 Add a note that doctest can be installed through Homebrew (#388) by Cameron White · 4 years, 4 months ago
  29. 3eed235 provide alternative implementation of has_insertion_operator (#387) by Łukasz Gemborowski · 4 years, 5 months ago
  30. 7cccff5 Fix issue template to mention doctest instead of Catch (#380) by nyanpasu64 · 4 years, 5 months ago
  31. d5aa2bf version 2.3.8 by onqtam · 4 years, 6 months ago 2.3.8
  32. 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
  33. cad091b reverted a change - build still fails... by onqtam · 4 years, 6 months ago
  34. 1544634 see the comment in the change for context by onqtam · 4 years, 6 months ago
  35. f70d7e1 gcc 10 fails because it cannot be installed - allowing it to fail... by onqtam · 4 years, 6 months ago
  36. 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
  37. 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
  38. 7e1710c no gcc 10 yet on github actions... by onqtam · 4 years, 6 months ago
  39. 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
  40. cf64a3f fixed #348 by onqtam · 4 years, 6 months ago
  41. ea792bc added gcc 10 to build matrix by onqtam · 4 years, 6 months ago
  42. b4fc73a fixed #327 by onqtam · 4 years, 6 months ago
  43. 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
  44. a04cc52 fixed #370 - including windows.h with lower case for mingw by Viktor Kirilov · 4 years, 6 months ago
  45. 784bbbd rebuilt header by Viktor Kirilov · 4 years, 6 months ago
  46. e3ce091 fixed #369 - added the ability to override file_line_to_stream by Viktor Kirilov · 4 years, 6 months ago
  47. abb0461 fix: possible UB with nullptr increment (#368) by Aleksandr · 4 years, 6 months ago
  48. b2d1677 Use CMP0077 policy if available (#363) by Denilson das Mercês Amorim · 4 years, 6 months ago
  49. 66c69f7 fixing clang on windows builds by onqtam · 4 years, 6 months ago
  50. e6e93b3 Fix warning c6319 in Visual Studio 16.5 (#361) by Cvelth · 4 years, 6 months ago
  51. defd102 fixing msvc builds by onqtam · 4 years, 8 months ago
  52. 5132157 fixed #350 - preventing crashes when reloading plugins with test cases by onqtam · 4 years, 8 months ago
  53. 932a2ca silencing a warning for the deprecated std::uncaught_exception - see this: by onqtam · 4 years, 8 months ago
  54. 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
  55. 7d42bd0 changelog for 2.3.7 by onqtam · 4 years, 8 months ago 2.3.7
  56. 399b01a added Clang 9 to the travis build matrix by onqtam · 4 years, 8 months ago
  57. 82a613a fixed windows build... by onqtam · 4 years, 8 months ago
  58. af71fc9 trying VS 2019 on appveyor again by onqtam · 4 years, 8 months ago
  59. 6f97909 vecrion 2.3.7 by onqtam · 4 years, 8 months ago
  60. 3375222 subcases can have generated names and even be in loops! relates #328 by onqtam · 4 years, 8 months ago
  61. e0b07a7 fixed #343 by onqtam · 4 years, 8 months ago
  62. 9f5fa6f using std namespace where necessary (#341) by Aleksandr · 4 years, 9 months ago
  63. 0cd62e8 removed coverity badge because it just doesn't fit :| by Viktor Kirilov · 4 years, 9 months ago
  64. 8df12f2 Fix GitHub CI and add GitHub build badges (#336) - closes #334 by Clare Macrae · 4 years, 9 months ago
  65. f7bcaaa fix std::uncaught_exceptions (#340) - closes #333 by cyy · 4 years, 9 months ago
  66. f55bdc7 Update links (#331) - http => https by Antoine Cœur · 4 years, 9 months ago
  67. 2f3fd5e Switch to catching unhandled exceptions on Windows Closes #324 (#325) by jkriegshauser · 4 years, 10 months ago
  68. 503de03 changelog for 2.3.6 by onqtam · 4 years, 11 months ago 2.3.6
  69. cdb3c40 version 2.3.6 by onqtam · 4 years, 11 months ago
  70. ce6b66d fixed #315 by onqtam · 4 years, 11 months ago
  71. b3d12b6 fixed #320 by onqtam · 4 years, 11 months ago
  72. 1612258 first work on #320 by onqtam · 4 years, 11 months ago
  73. 3dcb0b4 Fixed missing ostream include for MacOS when defining DOCTEST_CONFIG_USE_STD_HEADERS (#314) by NKTomHaygarth · 4 years, 11 months ago
  74. 7cdd2bf include windows.h in cmall caps to silence clang nonportable warnings (#313) - fixes #312 by suoniq · 5 years ago
  75. c80e679 fixed #306 by onqtam · 5 years ago
  76. d1de618 Use ctest environment variables. by Daan De Meyer · 5 years ago
  77. 2e3d265 Github Actions: Add Xcode 11 build. by Daan De Meyer · 5 years ago
  78. 6b71e90 Add .editorconfig file. (#301) by Daan De Meyer · 5 years ago
  79. 9e06073 fixing build - relates #201 by onqtam · 5 years ago
  80. 4421540 fixed #298 by onqtam · 5 years ago
  81. f972602 WIP: Add Github Actions CI (#285) by Daan De Meyer · 5 years ago
  82. f657ecb fixed #201 - see this comment: https://github.com/onqtam/doctest/pull/285/files#r333711432 by onqtam · 5 years ago
  83. accd1e4 added xcode 11 by onqtam · 5 years ago
  84. 7ac22cc removing -Winline - something I should have done 3 years ago (or should have never introduced) - this has caused me to waste many hours fixing unimportant CI build failures and serves absolutely no purpose. by onqtam · 5 years ago
  85. 0b0a374 changelog for 2.3.5 by onqtam · 5 years ago 2.3.5
  86. 77af200 version 2.3.5 by onqtam · 5 years ago
  87. 2e137ae reporting the current subcase if an exception is thrown - fixed #136 by onqtam · 5 years ago
  88. f2ad1aa suppress stuff from msvc headers by onqtam · 5 years ago
  89. be81e76 removed unnecessary complication of classes/structs in the public interface - the 8-9% faster include time for doctest.h doesn't really matter that much when we are talking about 1-2 milliseconds... Maintainability for the framework is more important. by onqtam · 5 years ago
  90. dca8b66 fixed #282 by onqtam · 5 years ago
  91. 5856bb9 implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WITH with <LEVEL>_THROWS_AS - fixed #295 by onqtam · 5 years ago
  92. 33cc7f9 Fix typos and misspellings found by codespell. (#292) by warmsocks · 5 years ago
  93. 4552c01 Add -order-by=name to filter_2 test. (#288) by Daan De Meyer · 5 years ago
  94. 5dd4957 Update docs to mark -order-by=file,suite and name compiler-dependent. (#290) by Daan De Meyer · 5 years ago
  95. 7e07d1b Document that -order-by=file is compiler-dependent. (#289) by Daan De Meyer · 5 years ago
  96. 3c6834b Add support for compiling with clang-cl. (#286) by Daan De Meyer · 5 years ago
  97. 6adc79f Remove redundant minimum version limitation in order to support building with older releases of Meson (#283) by Yordan Miladinov · 5 years ago
  98. abbfb25 fixed bullet points in markdown by Viktor Kirilov · 5 years ago
  99. f57251f fixed #280 by Viktor Kirilov · 5 years ago
  100. 3ab0392 fixed #278 - added test_case_reenter() to the IReporter interface so users can track when a test case is getting reentered because of unfinished subcases (because there is no other way to tell with the current start/end functions which are called just once for each test case - no matter how many subcases there are) by Viktor Kirilov · 5 years ago