1. ae7a135 fixed links by Viktor Kirilov · 1 year, 8 months ago master v2.4.11
  2. 4e49843 version 2.4.11 by Viktor Kirilov · 1 year, 8 months ago
  3. fdd672c removed the generated html docs - doubt anyone is using them by Viktor Kirilov · 1 year, 8 months ago
  4. e7886d3 fixed #751 which was caused by commit db758e02 when turning the values from an enum to an integer implicitly by Viktor Kirilov · 1 year, 8 months ago
  5. 554e838 fixed issue #755 - FAIL/FAIL_CHECK weren't properly reported with the junit reporter by Viktor Kirilov · 1 year, 8 months ago
  6. 1effbef test gcc 12 by Viktor Kirilov · 1 year, 8 months ago
  7. 55c930c Fixing build failures (#756) by Navin P · 1 year, 8 months ago
  8. d08e3bd updated copyright year by Viktor Kirilov · 1 year, 8 months ago
  9. 3860c12 CMake: also install doctest/extensions/*.h (#746) by BerengerBerthoul · 1 year, 8 months ago
  10. 8fdfd11 changelog for 2.4.10 by Viktor Kirilov · 1 year, 8 months ago v2.4.10
  11. f25235f version 2.4.10 by Viktor Kirilov · 1 year, 8 months ago
  12. 820174c triggering a build by Viktor Kirilov · 1 year, 8 months ago
  13. da0f36c disabling the warning in the entire project by Viktor Kirilov · 1 year, 8 months ago
  14. 4ff468f fixing builds by Viktor Kirilov · 1 year, 8 months ago
  15. 44daba8 fixed #738 - typos by Viktor Kirilov · 1 year, 8 months ago
  16. ee3dfce changes after merging #741 - changed in the docs to and also removed from the code. by Viktor Kirilov · 1 year, 8 months ago
  17. 78d825a Option to remove usage of iostream, std::cout and std::cerr completely. (#741) by litghost · 1 year, 8 months ago
  18. a685406 Fix #733 (#734) by flagarde · 1 year, 8 months ago
  19. 3d69f6c Try fix #522 (#703) by Stefan · 1 year, 11 months ago
  20. dfc8e59 Fix #673 (#705) by Stefan · 1 year, 11 months ago
  21. 33f0aa2 Make `_LIBCPP_VERSION` check independent from `DOCTEST_CLANG` (#709) by Stefan · 1 year, 11 months ago
  22. 28d9d38 Add Intel Compiler support (#555) by Ilya Isaev · 1 year, 11 months ago
  23. ef2fc8b Improve throws docs (#717) by Stefan · 2 years, 1 month ago
  24. d437ac3 Fix stringification of enums that overload `operator<<` (#710) by Stefan · 2 years, 1 month ago
  25. 9d04270 Add newer CI versions (#704) by Stefan · 2 years, 1 month ago
  26. 4ba20f9 Suppress hash() clang integer sanitizer issues (#667) by Benbuck Nason · 2 years, 1 month ago
  27. 975be2a Fix compile errors when comparing pointers. (#699) by Sprite · 2 years, 1 month ago
  28. 0a8a06e Use variables instead of hard-coded `mpirun` `-np` (#689) by 百地 希留耶 · 2 years, 1 month ago
  29. 8abfc84 Restore WIN32_LEAN_AND_MEAN and NOMINMAX (#697) by Florian Albrechtskirchinger · 2 years, 1 month ago
  30. b6b69ab Suppress new warning by Salvage · 2 years, 1 month ago
  31. 7321b8d Fix typos in docs (#694) by tocic · 2 years, 1 month ago
  32. eee8988 Fix CMake example in docs (#692) by Daniel Kříž · 2 years, 2 months ago
  33. 86892fc Fix typo by Salvage · 2 years, 1 month ago
  34. 23ea7ee Add vcpkg installation instructions (#695) by Cheney Wang · 2 years, 1 month ago
  35. bc54874 Use include guards (#679) by Yongpeng Zhang · 2 years, 3 months ago
  36. b7c21ec v2.4.9 by Salvage · 2 years, 5 months ago v2.4.9
  37. 0663959 Avoid static init problem in insufficient_procs() (MPI) (#657) by Masado Ishii · 2 years, 5 months ago
  38. 0cbd3fa Use MPI_Isend in MpiConsoleReporter to avoid deadlock (#656) by Masado Ishii · 2 years, 5 months ago
  39. bf4863d Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652) by Borislav Stanimirov · 2 years, 5 months ago
  40. db758e0 Add clang-tidy integration and fix all warnings (#659) by Stefan · 2 years, 5 months ago
  41. 16ed548 re-introduced the star chart with the new URL by Viktor Kirilov · 2 years, 6 months ago
  42. c8274bd Fix C5246 warning by Salvage · 2 years, 6 months ago
  43. a6208a6 Escape newline in macro by Salvage · 2 years, 6 months ago
  44. 94b52bb Add tests for DOCTEST_CONFIG_USE_STD_HEADERS (#643) by Stefan · 2 years, 6 months ago
  45. 499a0fd Stringification amendments (#642) by Stefan · 2 years, 6 months ago
  46. 4e11100 Fix #508 (#640) by Stefan · 2 years, 6 months ago
  47. f592f38 Clean up defines a bit; Implement #439 (#641) by Stefan · 2 years, 6 months ago
  48. a35e7ce Recollect tests by Salvage · 2 years, 6 months ago
  49. e8ba771 Refactor stringification (#585) by Stefan · 2 years, 6 months ago
  50. eb8b04a Fix subcase reentry (#598) by Stefan · 2 years, 6 months ago
  51. 0b79b49 re-re-remove overly restrictive minimum version of meson (#635) by Eli Schwartz · 2 years, 7 months ago
  52. ce13bc4 Fix move-only types failing to decompose correctly (#634) by Stefan · 2 years, 7 months ago
  53. 1cf1b24 Improve Mac PowerPC support (#631) by Ryan Schmidt · 2 years, 7 months ago
  54. 3676ce3 small change to the xml writer class so that the output from the junit reporter is dumped all at once if multiple reporters are used - as a workaround for issue #627 by onqtam · 2 years, 7 months ago
  55. 1176a2e added nolint for cert-err58 (#628) by Serguei Kalentchouk · 2 years, 7 months ago
  56. 0fc371e Config no multithreading (#625) by Stefan · 2 years, 8 months ago
  57. 431a11b Fix properties not being passed in doctest_discover_tests (#626) by Steven Hahn · 2 years, 8 months ago
  58. 8de4cf7 Add contains option to checks. (#620) by Menno Fraters · 2 years, 8 months ago
  59. bef1965 Allow escaping backslash with backslash in filters (#614) (#616) by Egor Suvorov · 2 years, 8 months ago
  60. 3e1011c Fix MPI extension to work with no parallel tests (#623) by BerengerBerthoul · 2 years, 8 months ago
  61. 302f158 Add alias target for doctest_with_main (#617) by Jesse Stricker · 2 years, 9 months ago
  62. f54a4e4 Explicit windows-2019 environment by Stefan · 2 years, 9 months ago
  63. 110d305 Fix MPI extension to work if launched without mpirun/mpiexec (#612) by BerengerBerthoul · 2 years, 9 months ago
  64. 90ba0a9 Fix mpi subcase (#611) by BerengerBerthoul · 2 years, 9 months ago
  65. 55e9570 Remove coverage PR filter by Salvage · 2 years, 9 months ago
  66. 7184170 removes a duplicate word 'most' in configuration.md (#599) by Krishnakumar Gopalakrishnan, PhD · 2 years, 9 months ago
  67. a212438 Add path filter to pr ci by Salvage · 2 years, 9 months ago
  68. 9907046 Move roadmap and wipe it clean (#601) by Stefan · 2 years, 9 months ago
  69. 5118843 Ignore CMake and MacOS generated files (#592) by Leon Brands · 2 years, 10 months ago
  70. bf037c1 Fix coverage (#594) by Stefan · 2 years, 10 months ago
  71. 76cc137 " -> ' by Stefan · 2 years, 10 months ago
  72. aaa7253 Readd PR workflow runs with conditional by Stefan · 2 years, 10 months ago
  73. d9c290a Feature config ret vals (#589) by Stefan · 2 years, 10 months ago
  74. 58f3ec8 Feature: Better NaN (#584) by Stefan · 2 years, 10 months ago
  75. 1a62e75 Adjust docs to modern release tagging scheme by Stefan · 2 years, 10 months ago
  76. 66226dd Value returning assertions docs by Stefan · 2 years, 10 months ago
  77. e798deb Fix the hotfix: by Salvage · 2 years, 10 months ago
  78. 860904d Hotfix asserts returning values with DOCTEST_CONFIG_DISABLE by Salvage · 2 years, 10 months ago
  79. aa120f0 #if !defined -> #ifndef by Salvage · 2 years, 10 months ago
  80. 2ef137d Ignore non-relevant paths for CI by Stefan · 2 years, 10 months ago
  81. e3e2127 Update conan recipe locations by Stefan · 2 years, 10 months ago
  82. 8acee4f Nan check (#582) by Stefan · 2 years, 10 months ago
  83. 23d3e5d Remove redundant PR CI run by Stefan · 2 years, 10 months ago
  84. 7b98851 version 2.4.8 by onqtam · 2 years, 10 months ago v2.4.8
  85. ea0c442 no longer looking for maintainers - @Saalvage has stepped up for the foreseeable future by onqtam · 2 years, 10 months ago
  86. 443c707 cleanup of travis & appveyor mentions from repo by onqtam · 2 years, 10 months ago
  87. ae27c0f removed unused variable by onqtam · 2 years, 10 months ago
  88. ff693f7 Continuous Integration Refactor (#580) by Stefan · 2 years, 10 months ago
  89. d62b8b2 semicolon enforcement now uses C++11 static_assert instead of a typedef (#578) by Stefan · 2 years, 10 months ago
  90. c6db85a added a new config DOCTEST_CONFIG_EVALUATE_ASSERTS_EVEN_WHEN_DISABLED because commit 06af20b9bbbceea87e2769bfcd9077051d1ce167 could have caused unintended changes for people using asserts in their production code together with CONFIG_DISABLE - suddenly whatever was in the asserts would have started being evaluated as a breaking change by onqtam · 2 years, 10 months ago
  91. 3dfb90d fixes after commit 06af20b9bbbceea87e2769bfcd9077051d1ce167 by onqtam · 2 years, 10 months ago
  92. 95a7853 Fix unused variable 2 (#576) by Stefan · 2 years, 10 months ago
  93. 06af20b comparison assertions now properly evaluate the expressions & return the result even when using DOCTEST_CONFIG_DISABLE - related to #426 and #496 by onqtam · 2 years, 10 months ago
  94. 22b312b more tabs to spaces converted by onqtam · 2 years, 10 months ago
  95. 803cbd1 tabs to spaces by onqtam · 2 years, 10 months ago
  96. 8989a65 Fix the thread-local string-stream by re-implementing it as a stack so that nested toString calls don't reuse the same one (#569) by Stefan · 2 years, 10 months ago
  97. 86d0e2e Alternative approach to Windows color initialization (#575) by Stefan · 2 years, 10 months ago
  98. 84d5efd fixed #570 , also trimmed roadmap by onqtam · 2 years, 10 months ago
  99. e84f16e Assertions returning booleans (#574) by Stefan · 2 years, 10 months ago
  100. fce9597 Add Universal Windows Platform support (#558) by Ilya Isaev · 2 years, 11 months ago