1. 3aa064b Install clang-tidy by Salvage · 2 years, 6 months ago
  2. b3f9705 Remove check specification by Salvage · 2 years, 6 months ago
  3. 2f782c9 Readd compiler specification by Salvage · 2 years, 6 months ago
  4. bea6e63 Remove linebreak by Salvage · 2 years, 6 months ago
  5. 2eb578e Remove compiler specification?? by Salvage · 2 years, 6 months ago
  6. c8df006 Remove duplicate path by Salvage · 2 years, 6 months ago
  7. c0300de Install ninja by Salvage · 2 years, 6 months ago
  8. df4597d Add clang-tidy job by Salvage · 2 years, 6 months ago
  9. c8274bd Fix C5246 warning by Salvage · 2 years, 6 months ago
  10. a6208a6 Escape newline in macro by Salvage · 2 years, 6 months ago
  11. 94b52bb Add tests for DOCTEST_CONFIG_USE_STD_HEADERS (#643) by Stefan · 2 years, 6 months ago
  12. 499a0fd Stringification amendments (#642) by Stefan · 2 years, 6 months ago
  13. 4e11100 Fix #508 (#640) by Stefan · 2 years, 6 months ago
  14. f592f38 Clean up defines a bit; Implement #439 (#641) by Stefan · 2 years, 6 months ago
  15. a35e7ce Recollect tests by Salvage · 2 years, 6 months ago
  16. e8ba771 Refactor stringification (#585) by Stefan · 2 years, 6 months ago
  17. eb8b04a Fix subcase reentry (#598) by Stefan · 2 years, 6 months ago
  18. 0b79b49 re-re-remove overly restrictive minimum version of meson (#635) by Eli Schwartz · 2 years, 7 months ago
  19. ce13bc4 Fix move-only types failing to decompose correctly (#634) by Stefan · 2 years, 7 months ago
  20. 1cf1b24 Improve Mac PowerPC support (#631) by Ryan Schmidt · 2 years, 7 months ago
  21. 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
  22. 1176a2e added nolint for cert-err58 (#628) by Serguei Kalentchouk · 2 years, 7 months ago
  23. 0fc371e Config no multithreading (#625) by Stefan · 2 years, 8 months ago
  24. 431a11b Fix properties not being passed in doctest_discover_tests (#626) by Steven Hahn · 2 years, 8 months ago
  25. 8de4cf7 Add contains option to checks. (#620) by Menno Fraters · 2 years, 8 months ago
  26. bef1965 Allow escaping backslash with backslash in filters (#614) (#616) by Egor Suvorov · 2 years, 8 months ago
  27. 3e1011c Fix MPI extension to work with no parallel tests (#623) by BerengerBerthoul · 2 years, 8 months ago
  28. 302f158 Add alias target for doctest_with_main (#617) by Jesse Stricker · 2 years, 9 months ago
  29. f54a4e4 Explicit windows-2019 environment by Stefan · 2 years, 9 months ago
  30. 110d305 Fix MPI extension to work if launched without mpirun/mpiexec (#612) by BerengerBerthoul · 2 years, 9 months ago
  31. 90ba0a9 Fix mpi subcase (#611) by BerengerBerthoul · 2 years, 9 months ago
  32. 55e9570 Remove coverage PR filter by Salvage · 2 years, 9 months ago
  33. 7184170 removes a duplicate word 'most' in configuration.md (#599) by Krishnakumar Gopalakrishnan, PhD · 2 years, 9 months ago
  34. a212438 Add path filter to pr ci by Salvage · 2 years, 9 months ago
  35. 9907046 Move roadmap and wipe it clean (#601) by Stefan · 2 years, 9 months ago
  36. 5118843 Ignore CMake and MacOS generated files (#592) by Leon Brands · 2 years, 10 months ago
  37. bf037c1 Fix coverage (#594) by Stefan · 2 years, 10 months ago
  38. 76cc137 " -> ' by Stefan · 2 years, 10 months ago
  39. aaa7253 Readd PR workflow runs with conditional by Stefan · 2 years, 10 months ago
  40. d9c290a Feature config ret vals (#589) by Stefan · 2 years, 10 months ago
  41. 58f3ec8 Feature: Better NaN (#584) by Stefan · 2 years, 10 months ago
  42. 1a62e75 Adjust docs to modern release tagging scheme by Stefan · 2 years, 10 months ago
  43. 66226dd Value returning assertions docs by Stefan · 2 years, 10 months ago
  44. e798deb Fix the hotfix: by Salvage · 2 years, 10 months ago
  45. 860904d Hotfix asserts returning values with DOCTEST_CONFIG_DISABLE by Salvage · 2 years, 10 months ago
  46. aa120f0 #if !defined -> #ifndef by Salvage · 2 years, 10 months ago
  47. 2ef137d Ignore non-relevant paths for CI by Stefan · 2 years, 10 months ago
  48. e3e2127 Update conan recipe locations by Stefan · 2 years, 10 months ago
  49. 8acee4f Nan check (#582) by Stefan · 2 years, 10 months ago
  50. 23d3e5d Remove redundant PR CI run by Stefan · 2 years, 10 months ago
  51. 7b98851 version 2.4.8 by onqtam · 2 years, 10 months ago v2.4.8
  52. ea0c442 no longer looking for maintainers - @Saalvage has stepped up for the foreseeable future by onqtam · 2 years, 10 months ago
  53. 443c707 cleanup of travis & appveyor mentions from repo by onqtam · 2 years, 10 months ago
  54. ae27c0f removed unused variable by onqtam · 2 years, 10 months ago
  55. ff693f7 Continuous Integration Refactor (#580) by Stefan · 2 years, 10 months ago
  56. d62b8b2 semicolon enforcement now uses C++11 static_assert instead of a typedef (#578) by Stefan · 2 years, 10 months ago
  57. 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
  58. 3dfb90d fixes after commit 06af20b9bbbceea87e2769bfcd9077051d1ce167 by onqtam · 2 years, 10 months ago
  59. 95a7853 Fix unused variable 2 (#576) by Stefan · 2 years, 10 months ago
  60. 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
  61. 22b312b more tabs to spaces converted by onqtam · 2 years, 10 months ago
  62. 803cbd1 tabs to spaces by onqtam · 2 years, 10 months ago
  63. 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
  64. 86d0e2e Alternative approach to Windows color initialization (#575) by Stefan · 2 years, 10 months ago
  65. 84d5efd fixed #570 , also trimmed roadmap by onqtam · 2 years, 10 months ago
  66. e84f16e Assertions returning booleans (#574) by Stefan · 2 years, 10 months ago
  67. fce9597 Add Universal Windows Platform support (#558) by Ilya Isaev · 2 years, 11 months ago
  68. 47fe022 small readme cleanup by onqtam · 2 years, 11 months ago
  69. 8ee3545 removed most references to onqtam and replaced with doctest - the github org by onqtam · 2 years, 11 months ago
  70. 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
  71. eb5fd04 re-added appveyor build badges to readme - turns out doctest wasn't tested with MSVC 2015 in github actions... by onqtam · 2 years, 11 months ago
  72. 29240b0 removed old stuff which is irrelevant by now - captures now use lambdas instead of this smartassery by onqtam · 2 years, 11 months ago
  73. 466dcfb Clean up warning suppression a bit; Fixes #565 (#566) by Stefan · 2 years, 11 months ago
  74. b59552d for clang with libc++ always using std headers instead of forward declaring anything from std - hopefully fixing #126 and #356 at last by onqtam · 2 years, 11 months ago
  75. a384864 version 2.4.7 released by onqtam · 2 years, 11 months ago 2.4.7
  76. ad21bfc updated html docs (not sure if anyone uses them...) by onqtam · 2 years, 11 months ago
  77. a9c7291 updated release process by onqtam · 2 years, 11 months ago
  78. d86839c updated changelog after moving the repository by onqtam · 2 years, 11 months ago
  79. 602d665 small cleanup by onqtam · 2 years, 11 months ago
  80. a2062b7 update readme by onqtam · 2 years, 11 months ago
  81. 6762447 added test_case_success attribute to the OverallResultsAsserts xml tag at the end of every test case - taking the logic from finalizeTestCaseData which takes into account decorators such as should/may fail & expected failures - related to #320 by onqtam · 2 years, 11 months ago
  82. 6431c67 fix typo - related to 1fab21d77f48904014de35be58bb2ec6ab83f828 by onqtam · 2 years, 11 months ago
  83. 5e1bce9 Make String::operator+ non-member (#564) by Stefan · 2 years, 11 months ago
  84. d4a9163 added the no-version into the no-intro option by onqtam · 2 years, 11 months ago
  85. b0d41c9 implemented the no-intro option by popular demand - closing #181 #245 #342 by onqtam · 2 years, 11 months ago
  86. 22d5291 added the skipped attribute of test cases in the xml report - related to #320 by onqtam · 2 years, 11 months ago
  87. c86bae2 final touches on the readme by onqtam · 2 years, 11 months ago
  88. 4c447f8 some docs changes by onqtam · 2 years, 11 months ago
  89. 797e1e6 update readme by onqtam · 2 years, 11 months ago
  90. 82bbc24 readme cleanup by onqtam · 2 years, 11 months ago
  91. 5fe4ff9 some cleanup of notes by onqtam · 2 years, 11 months ago
  92. 8fb3fa1 removed wandbox scripts & link & replaced it with godbolt by onqtam · 2 years, 11 months ago
  93. ff1dfc3 removing artifacts after commit 20dbad670e1a6ebf52d3aa12d55c7784070a115d by onqtam · 2 years, 11 months ago
  94. 8f63ba4 Add -minimal flag (#562) by Stefan · 2 years, 11 months ago
  95. 02af672 Fixes Issues #476 and #495 by onqtam · 2 years, 11 months ago
  96. f0229ac removed unnecessary mutexes and clarified the use of subcases & threads in the docs - related to #486 by onqtam · 2 years, 11 months ago
  97. 146b63d Revert "temp way to resolve issues with NVCC & recursive substitutions of function template signatures - related to #522" by onqtam · 2 years, 11 months ago
  98. b0183da temp way to resolve issues with NVCC & recursive substitutions of function template signatures - related to #522 by onqtam · 2 years, 11 months ago
  99. 9a042a2 added cdecl to two function pointers under windows - fixed #500 by onqtam · 2 years, 11 months ago
  100. 4848028 added examples after merging the new quiet flag - PR #561 by onqtam · 2 years, 11 months ago