1. e3e2127 Update conan recipe locations by Stefan · 2 years, 10 months ago
  2. 8acee4f Nan check (#582) by Stefan · 2 years, 10 months ago
  3. 7b98851 version 2.4.8 by onqtam · 2 years, 10 months ago v2.4.8
  4. 443c707 cleanup of travis & appveyor mentions from repo by onqtam · 2 years, 10 months ago
  5. 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
  6. 22b312b more tabs to spaces converted by onqtam · 2 years, 10 months ago
  7. 84d5efd fixed #570 , also trimmed roadmap by onqtam · 2 years, 10 months ago
  8. 8ee3545 removed most references to onqtam and replaced with doctest - the github org by onqtam · 2 years, 11 months ago
  9. 466dcfb Clean up warning suppression a bit; Fixes #565 (#566) by Stefan · 2 years, 11 months ago
  10. ad21bfc updated html docs (not sure if anyone uses them...) by onqtam · 2 years, 11 months ago
  11. 602d665 small cleanup by onqtam · 2 years, 11 months ago
  12. 6431c67 fix typo - related to 1fab21d77f48904014de35be58bb2ec6ab83f828 by onqtam · 2 years, 11 months ago
  13. b0d41c9 implemented the no-intro option by popular demand - closing #181 #245 #342 by onqtam · 2 years, 11 months ago
  14. 4c447f8 some docs changes by onqtam · 2 years, 11 months ago
  15. 8f63ba4 Add -minimal flag (#562) by Stefan · 2 years, 11 months ago
  16. f0229ac removed unnecessary mutexes and clarified the use of subcases & threads in the docs - related to #486 by onqtam · 2 years, 11 months ago
  17. 41dde10 Quiet flag (#561) by Stefan · 2 years, 11 months ago
  18. 42c589d added a small note in relation to #513 by onqtam · 3 years ago
  19. 752ef83 removed dead link - related to #532 by onqtam · 3 years ago
  20. 99e04d2 added FAQ entry about using multiple source files - fixes #526 by onqtam · 3 years ago
  21. 5fc870c Spelling (#546) by Josh Soref · 3 years ago
  22. 41e0f4a minor fixes in MPI docs (#499) by Philipp Bucher · 3 years ago
  23. 3b5a41d Fix google death test URL (#528) by Emre Cilesiz · 3 years ago
  24. d33d1e8 Replace gendered pronouns (#525) by Michael Letterle · 3 years ago
  25. e48f139 fix typo by Viktor Kirilov · 3 years, 7 months ago
  26. ca3a555 updated docs after merging #493 by Viktor Kirilov · 3 years, 7 months ago
  27. f0ab4e7 version 2.4.5 by Viktor Kirilov · 3 years, 9 months ago 2.4.5
  28. b42592e officially supporting 'none' as sorting of test cases by Viktor Kirilov · 3 years, 9 months ago
  29. 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
  30. 98685b0 added a new no_breaks() decorator - useful together with should_fail/may_fail/etc. by Viktor Kirilov · 3 years, 10 months ago
  31. f6de487 Implement a multi lane atomic for assertion counts (#453) by Martin Ankerl · 3 years, 10 months ago
  32. 2a069c4 version 2.4.2 by onqtam · 3 years, 11 months ago
  33. 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
  34. 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
  35. 8e776ae fixed docs a bit by Viktor Kirilov · 4 years ago
  36. 5e1f3e3 version 2.4.1 by onqtam · 4 years ago
  37. 68cde99 reassembled the header by Viktor Kirilov · 4 years ago
  38. 46e3bb3 small fixes after merging #418 - also relates #413 by Viktor Kirilov · 4 years ago
  39. 8aeb798 Initial MPI unit tests implementation (#418) by BerengerBerthoul · 4 years ago
  40. dbbb5d4 fixed typo by Viktor Kirilov · 4 years, 2 months ago
  41. af25c1a first extension header! closes #405 by Viktor Kirilov · 4 years, 2 months ago
  42. dc6a189 fix google's death test URI (#393) by Anton Voloshin · 4 years, 4 months ago
  43. 7053110 version 2.4.0 by onqtam · 4 years, 4 months ago
  44. 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
  45. 9e2e9f1 Add a note that doctest can be installed through Homebrew (#388) by Cameron White · 4 years, 4 months ago
  46. d5aa2bf version 2.3.8 by onqtam · 4 years, 6 months ago 2.3.8
  47. 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
  48. ea792bc added gcc 10 to build matrix by onqtam · 4 years, 6 months ago
  49. 399b01a added Clang 9 to the travis build matrix by onqtam · 4 years, 8 months ago
  50. f55bdc7 Update links (#331) - http => https by Antoine Cœur · 4 years, 9 months ago
  51. cdb3c40 version 2.3.6 by onqtam · 4 years, 11 months ago
  52. ce6b66d fixed #315 by onqtam · 4 years, 11 months ago
  53. 77af200 version 2.3.5 by onqtam · 5 years ago
  54. 5856bb9 implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WITH with <LEVEL>_THROWS_AS - fixed #295 by onqtam · 5 years ago
  55. 33cc7f9 Fix typos and misspellings found by codespell. (#292) by warmsocks · 5 years ago
  56. 5dd4957 Update docs to mark -order-by=file,suite and name compiler-dependent. (#290) by Daan De Meyer · 5 years ago
  57. 7e07d1b Document that -order-by=file is compiler-dependent. (#289) by Daan De Meyer · 5 years ago
  58. abbfb25 fixed bullet points in markdown by Viktor Kirilov · 5 years ago
  59. 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
  60. 5014634 version 2.3.4 by onqtam · 5 years ago
  61. b2cf8e8 updated docs by onqtam · 5 years ago
  62. f7b68b9 removed old docs and changed the name of a lambda parameter which could conflict with whatever is captured - relates #270 and #269 by Viktor Kirilov · 5 years ago
  63. 203581a small doc fix by Viktor Kirilov · 5 years ago
  64. 5e493d3 Rework `INFO` lazy evaluation to use lambdas. (#270) by Daan De Meyer · 5 years ago
  65. 5ee84b4 Improve Listener docs (#273) by Clare Macrae · 5 years ago
  66. c241a44 fixed #257 - listeners can be registered with REGISTER_LISTENER and all registered listeners will be executed before any reporters by Viktor Kirilov · 5 years ago
  67. 6f1241c Fixes to the documentation + forcing C++11 for AppleClang - to rework later. by Claus Klein · 5 years ago
  68. 50c6a83 Fix static analyzer URLs (#259) by Kevin Godby · 5 years ago
  69. c250f8a fixes unrelated to code (added funding badge, fixed some comments) by Viktor Kirilov · 5 years ago
  70. a52e94b version 2.3.3 by onqtam · 5 years ago
  71. a40e3b9 added mentions in the docs regarding the new doctest_discover_tests function added by PR #236 by onqtam · 5 years ago
  72. f8b5ba6 fixed #241 by onqtam · 5 years ago
  73. 505b05c version 2.3.2 by onqtam · 5 years ago
  74. 0df6ead added GCC 9 by onqtam · 5 years ago
  75. 9a8a1ce added a way to cast the expressions in the exception-related asserts to void by onqtam · 6 years ago
  76. ca2719d this is actually necessary for the xml reporter as well - relates #217 by onqtam · 6 years ago
  77. 92dce5b version 2.3.0 by onqtam · 6 years ago
  78. 7868611 the options for the run are included in the xml by onqtam · 6 years ago
  79. 190ba25 added VS 2019 support by onqtam · 6 years ago
  80. 88911e3 proper names - relates #203 by onqtam · 6 years ago
  81. 15953d3 unified config option for using standard includes instead of forward-declaring types from the std namespace by onqtam · 6 years ago
  82. 0682171 fixes after merging #203 by onqtam · 6 years ago
  83. 0875406 clang 8 by onqtam · 6 years ago
  84. 09e6d3e fixes around crashing and proper reporting of stats by onqtam · 6 years ago
  85. d347546 queries now also go through the reporter interface! by onqtam · 6 years ago
  86. a5eeba4 more docs by onqtam · 6 years ago
  87. a1a38de some work on the docs/examples by onqtam · 6 years ago
  88. 585bb71 more work on the xml reporter + other cleanup. Also implemented output to file by onqtam · 6 years ago
  89. 15ce266 some more work by onqtam · 6 years ago
  90. 759b98a fixes of output by onqtam · 6 years ago
  91. 8dbd21b first hacky version of an xml reporter! the XmlWriter class has been taken directly from Catch2 - even the formatting/naming has been kept the same. Thanks to Phil for allowing that. This way hopefully bug fixes will be more trivial to port from Catch2 to doctest - that is an issue since I'm not much of an xml guy and would gladly borrow some utf-8 hardened code with x10 the users of doctest. by onqtam · 6 years ago
  92. b802a58 some refactoring by onqtam · 6 years ago
  93. 36e3745 "fixes" after merging #187 by onqtam · 6 years ago
  94. d52859a updated links to Catch2 (even though they weren't "broken") by onqtam · 6 years ago
  95. ed6d707 checking for exceptions support just like nlohmann/json does it - also see this commit: by onqtam · 6 years ago
  96. 981fb6a small docs/comments fixes by onqtam · 6 years ago
  97. 935e52c version 2.2.3 by onqtam · 6 years ago
  98. a4c5261 fixed #76 - can now write test cases inside of class bodies thanks to C++17 inline variables - by using the TEST_CASE_CLASS macro! by onqtam · 6 years ago
  99. 8e98986 version 2.2.1 by onqtam · 6 years ago
  100. 46d606a fixed docs by onqtam · 6 years ago