1. e51b0ea removed dead link by onqtam · 3 years ago
  2. 5fc870c Spelling (#546) by Josh Soref · 3 years ago
  3. 3f811c6 Fix GitHub CI for Xcode 11.3 (#548) by Josh Soref · 3 years ago
  4. 2744a17 specifying working directory for execute_process (#518) by Philipp Bucher · 3 years ago
  5. 788d726 fix msvc build by onqtam · 3 years ago
  6. 05f3e3a fix... by onqtam · 3 years ago
  7. c26a484 removed code as suggested here: https://github.com/onqtam/doctest/pull/527#issuecomment-930592678 by onqtam · 3 years ago
  8. 60de223 Fixing issue with doctestAddTests.cmake (#527) by Jackson · 3 years ago
  9. d93fcfb no more reserved identifiers by onqtam · 3 years ago
  10. 6fb09d0 Fix reserved identifiers (#510) by ts826848 · 3 years ago
  11. 5bac4e2 regenerated doctest header by onqtam · 3 years ago
  12. 6de6ac1 Fix the logic that depends on optional copy elision optimization (#516) by Ivan Kochin · 3 years ago
  13. cf94eba Add a minimal bazel config (#497) by Trevor Elliott · 3 years ago
  14. 226dcf3 Fix 'ignoring return value' warning with gcc 9.3 - the same as #512 by onqtam · 3 years ago
  15. 56c9796 Fix build with GCC 11 (#505) by Jan Kundrát · 3 years ago
  16. 41e0f4a minor fixes in MPI docs (#499) by Philipp Bucher · 3 years ago
  17. bc49167 Fixed intel compiler parser bug. Should fix #502 (#523) by BerengerBerthoul · 3 years ago
  18. 2083101 build(meson): use override_dependency if supported (#538) by Andrea Pappacoda · 3 years ago
  19. 3b5a41d Fix google death test URL (#528) by Emre Cilesiz · 3 years ago
  20. d33d1e8 Replace gendered pronouns (#525) by Michael Letterle · 3 years ago
  21. a597d6f Fix build with -Wunused-but-set-variable (#543) by Jan Kundrát · 3 years ago
  22. e48f139 fix typo by Viktor Kirilov · 3 years, 7 months ago
  23. ca3a555 updated docs after merging #493 by Viktor Kirilov · 3 years, 7 months ago
  24. 829125a regenerated the single header by Viktor Kirilov · 3 years, 7 months ago
  25. 09a9408 Handle escaped commas in parsed arguments (#493) by friendlyanon · 3 years, 7 months ago
  26. f3177d0 Set variable to 0 if not set (#490) by Shiv Upadhyay · 3 years, 7 months ago
  27. 4d8716f changelog for 2.4.6 by onqtam · 3 years, 8 months ago 2.4.6
  28. 3ae3206 version 2.4.6 by Viktor Kirilov · 3 years, 8 months ago
  29. dc84e40 using DOCTEST_NOEXCEPT instead of noexcept by Viktor Kirilov · 3 years, 8 months ago
  30. 4e5a0b3 fixed MSVC 2015 build by Viktor Kirilov · 3 years, 8 months ago
  31. 07e0e49 fixed MSVC 2015 builds - they were broken since merging PR #480 by Viktor Kirilov · 3 years, 8 months ago
  32. 099d541 fixed #473 - SIGSTKSZ is no longer a constant in glibc 2.34+ so now the alternative stack memory is always dinamically allocated (even for older glibc versions where SIGSTKSZ is still a constant) by Viktor Kirilov · 3 years, 8 months ago
  33. 39323eb fixing the clang 3.5 build... by Viktor Kirilov · 3 years, 8 months ago
  34. 62855a1 moving the implementation of declval into the detail namespace inside doctest - this is a fixup after merging #468 by Viktor Kirilov · 3 years, 8 months ago
  35. e38428f fixing gcc 4.8 & 4.9 builds after merging #471 by Viktor Kirilov · 3 years, 8 months ago
  36. 7a01409 fixing clang 3.5 build after merging PR #468 by Viktor Kirilov · 3 years, 8 months ago
  37. 318e1df REQUIRE does not compile when operator== in different namespace #443 . (#468) by Navin P · 3 years, 8 months ago
  38. 3bfbed3 fixed #465 - doctest now compiles on WinRT by Viktor Kirilov · 3 years, 8 months ago
  39. ea810de Initialize TestSuite variables (#471) by Nathan Reed · 3 years, 8 months ago
  40. 5835197 Only use std::uncaught_exceptions on macos 10.12 or above (#478) by Sam Windell · 3 years, 8 months ago
  41. fc33d66 Improve speed with attached debugger (Windows) (#482) by Paul Groke · 3 years, 8 months ago
  42. 9be3b7c Convert to bool by casting, rather than double negation (#480) by sarah · 3 years, 8 months ago
  43. b0b87e0 moved a function out of an anonymous namespace and into doctest::detail - so that it can be forward delcared and the list of test cases can be obtained by users - related to #184 and #479 by Viktor Kirilov · 3 years, 8 months ago
  44. 680d044 Automatically add TEST_SUITE labels to discovered tests which map to the test suites of the test cases (#464) by Shiv Upadhyay · 3 years, 9 months ago
  45. 47e7117 fixed INFO() when used in the scope of an if() without a {} block (however this requires that the capturing lambda is also copied by value inside of ContextScope, but that shouldn't be a problem) - fixed #469 by Viktor Kirilov · 3 years, 9 months ago
  46. 7ca4452 removed broken badge by Viktor Kirilov · 3 years, 9 months ago
  47. f0ab4e7 version 2.4.5 by Viktor Kirilov · 3 years, 9 months ago 2.4.5
  48. ba32eb4 fixing clang builds by Viktor Kirilov · 3 years, 9 months ago
  49. b42592e officially supporting 'none' as sorting of test cases by Viktor Kirilov · 3 years, 9 months ago
  50. 8492a62 updated license years - happy 2021 by Viktor Kirilov · 3 years, 10 months ago
  51. a702cab Fix compilation on case-sensitive filesystems (#463) by Jan Niklas Hasse · 3 years, 9 months ago
  52. b266a85 Use function-like macros for prefixless macro names (#462) by Thomas Bleher · 3 years, 9 months ago
  53. 7972080 fixed typo - related to #459 by Viktor Kirilov · 3 years, 10 months ago
  54. c33c3fd silencing clang-tidy warnings - fixed #459 by Viktor Kirilov · 3 years, 10 months ago
  55. 46f4c46 preventing a stack buffer overflow in the String constructor - fixed #460 by Viktor Kirilov · 3 years, 10 months ago
  56. 4c2fb2b testing windows.h lowercase - related to #370 and #336 by Viktor Kirilov · 3 years, 10 months ago
  57. 8eccc83 added the no_output decorator and also fixed a bug with the recently introduced no_breaks decorator by Viktor Kirilov · 3 years, 10 months ago
  58. 98685b0 added a new no_breaks() decorator - useful together with should_fail/may_fail/etc. by Viktor Kirilov · 3 years, 10 months ago
  59. f478702 optimizing startup times by a tiny tiny bit - first comparing test case names (because they most likely differ) and only then do we compare filenames (because a big part of their paths will probably match and strcmp()-ing all those same chars is slow) by Viktor Kirilov · 3 years, 10 months ago
  60. acc6cef removed badges for travis - using only GitHub Actions and Appveyor now by Viktor Kirilov · 3 years, 10 months ago
  61. ea91344 fixed #454 by Viktor Kirilov · 3 years, 10 months ago
  62. f6de487 Implement a multi lane atomic for assertion counts (#453) by Martin Ankerl · 3 years, 10 months ago
  63. 97d5a94 final final christmasy :santa: :santa: :santa: build fix - honestly! by Viktor Kirilov · 3 years, 10 months ago 2.4.4
  64. 40926f7 fixed build finally - turns out cl.exe behaves differently on GitHub Actions and on AppVeyor regarding the expansion of __FILE__ for header files & source files - full paths vs relative paths... by Viktor Kirilov · 3 years, 10 months ago
  65. 175edc3 still debugging why only cl.exe on github actons (and not appveyor) sorts the tests for the new example differently... (cannot reproduce locally on windows) by Viktor Kirilov · 3 years, 10 months ago
  66. ca43274 another attempt at fixing the build by Viktor Kirilov · 3 years, 10 months ago
  67. 0a77790 attempting to fix the windows build by Viktor Kirilov · 3 years, 10 months ago
  68. 70ec81b probably fixed the build entirely? by Viktor Kirilov · 3 years, 10 months ago
  69. e60667c fixing MSVC build by Viktor Kirilov · 3 years, 10 months ago
  70. a43ac35 fixing clang build by Viktor Kirilov · 3 years, 10 months ago
  71. d9980fb version 2.4.4 by Viktor Kirilov · 3 years, 10 months ago
  72. 4be9f6e added the example code from issue #436 by Viktor Kirilov · 3 years, 10 months ago
  73. b745201 better handling of signals and terminate() calls on windows - by Viktor Kirilov · 3 years, 11 months ago
  74. 9f0d32b using the safer versions of gmtime - fixes #423 by Viktor Kirilov · 3 years, 11 months ago
  75. 5ee1ebe Create codeql-analysis.yml by Viktor Kirilov · 3 years, 11 months ago
  76. c9a9e5a Update FUNDING.yml by Viktor Kirilov · 3 years, 11 months ago
  77. 352589e version 2.4.3 by Viktor Kirilov · 3 years, 11 months ago 2.4.3
  78. 5c2b8c3 fixed build error after commit 17d984c7938f9dbffb93c04195522742b4877244 by Viktor Kirilov · 3 years, 11 months ago
  79. d7b9ada testing build matrix by Viktor Kirilov · 3 years, 11 months ago
  80. 24cded9 testing build matrix by Viktor Kirilov · 3 years, 11 months ago
  81. 0915b9d more compilers in github actions, also disabling travis because it will be going away soon by Viktor Kirilov · 3 years, 11 months ago
  82. a075876 changelog for 2.4.2 by onqtam · 3 years, 11 months ago 2.4.2
  83. 2a069c4 version 2.4.2 by onqtam · 3 years, 11 months ago
  84. 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
  85. 4d345d8 Add MAIN_PROJECT check for test option (#445) by Martin Stump · 3 years, 11 months ago
  86. c42ef69 github actions will now trigger on PRs too by Viktor Kirilov · 3 years, 11 months ago
  87. d50b050 Squash MSVC warnings when including ntstatus.h (#449) by Nicholas Hutchinson · 3 years, 11 months ago
  88. 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
  89. 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
  90. 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
  91. 6f23ec0 enabling the deprecated set-env calls in the github actions workflow - to avoid rewriting it for now by Viktor Kirilov · 4 years ago
  92. 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
  93. 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
  94. 7a22993 log contexts for failures in JUnit reporter (#442) by runave · 4 years ago
  95. e55b582 Suppress clang-analyzer-cplusplus.NewDeleteLeaks (#444) by ncihnegn · 4 years ago
  96. 54b16a1 Fix 32bit support on macOS (#440) by Alexander Lanin · 4 years ago
  97. 8e776ae fixed docs a bit by Viktor Kirilov · 4 years ago
  98. 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
  99. 96b8aa9 Update FUNDING.yml by Viktor Kirilov · 3 years, 11 months ago
  100. 89a3c15 Update FUNDING.yml by Viktor Kirilov · 3 years, 11 months ago