- 28d9d38 Add Intel Compiler support (#555) by Ilya Isaev · 1 year, 11 months ago
- ef2fc8b Improve throws docs (#717) by Stefan · 2 years, 1 month ago
- 7321b8d Fix typos in docs (#694) by tocic · 2 years, 1 month ago
- eee8988 Fix CMake example in docs (#692) by Daniel Kříž · 2 years, 2 months ago
- 86892fc Fix typo by Salvage · 2 years, 1 month ago
- 23ea7ee Add vcpkg installation instructions (#695) by Cheney Wang · 2 years, 1 month ago
- b7c21ec v2.4.9 by Salvage · 2 years, 5 months ago v2.4.9
- 499a0fd Stringification amendments (#642) by Stefan · 2 years, 6 months ago
- e8ba771 Refactor stringification (#585) by Stefan · 2 years, 6 months ago
- 0fc371e Config no multithreading (#625) by Stefan · 2 years, 8 months ago
- 8de4cf7 Add contains option to checks. (#620) by Menno Fraters · 2 years, 8 months ago
- bef1965 Allow escaping backslash with backslash in filters (#614) (#616) by Egor Suvorov · 2 years, 8 months ago
- 90ba0a9 Fix mpi subcase (#611) by BerengerBerthoul · 2 years, 9 months ago
- 7184170 removes a duplicate word 'most' in configuration.md (#599) by Krishnakumar Gopalakrishnan, PhD · 2 years, 9 months ago
- 9907046 Move roadmap and wipe it clean (#601) by Stefan · 2 years, 9 months ago
- d9c290a Feature config ret vals (#589) by Stefan · 2 years, 10 months ago
- 58f3ec8 Feature: Better NaN (#584) by Stefan · 2 years, 10 months ago
- 1a62e75 Adjust docs to modern release tagging scheme by Stefan · 2 years, 10 months ago
- 66226dd Value returning assertions docs by Stefan · 2 years, 10 months ago
- e3e2127 Update conan recipe locations by Stefan · 2 years, 10 months ago
- 8acee4f Nan check (#582) by Stefan · 2 years, 10 months ago
- 7b98851 version 2.4.8 by onqtam · 2 years, 10 months ago v2.4.8
- 443c707 cleanup of travis & appveyor mentions from repo by onqtam · 2 years, 10 months ago
- 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
- 22b312b more tabs to spaces converted by onqtam · 2 years, 10 months ago
- 84d5efd fixed #570 , also trimmed roadmap by onqtam · 2 years, 10 months ago
- 8ee3545 removed most references to onqtam and replaced with doctest - the github org by onqtam · 2 years, 11 months ago
- 466dcfb Clean up warning suppression a bit; Fixes #565 (#566) by Stefan · 2 years, 11 months ago
- ad21bfc updated html docs (not sure if anyone uses them...) by onqtam · 2 years, 11 months ago
- 602d665 small cleanup by onqtam · 2 years, 11 months ago
- 6431c67 fix typo - related to 1fab21d77f48904014de35be58bb2ec6ab83f828 by onqtam · 2 years, 11 months ago
- b0d41c9 implemented the no-intro option by popular demand - closing #181 #245 #342 by onqtam · 2 years, 11 months ago
- 4c447f8 some docs changes by onqtam · 2 years, 11 months ago
- 8f63ba4 Add -minimal flag (#562) by Stefan · 2 years, 11 months ago
- f0229ac removed unnecessary mutexes and clarified the use of subcases & threads in the docs - related to #486 by onqtam · 2 years, 11 months ago
- 41dde10 Quiet flag (#561) by Stefan · 2 years, 11 months ago
- 42c589d added a small note in relation to #513 by onqtam · 3 years ago
- 752ef83 removed dead link - related to #532 by onqtam · 3 years ago
- 99e04d2 added FAQ entry about using multiple source files - fixes #526 by onqtam · 3 years ago
- 5fc870c Spelling (#546) by Josh Soref · 3 years ago
- 41e0f4a minor fixes in MPI docs (#499) by Philipp Bucher · 3 years ago
- 3b5a41d Fix google death test URL (#528) by Emre Cilesiz · 3 years ago
- d33d1e8 Replace gendered pronouns (#525) by Michael Letterle · 3 years ago
- e48f139 fix typo by Viktor Kirilov · 3 years, 7 months ago
- ca3a555 updated docs after merging #493 by Viktor Kirilov · 3 years, 7 months ago
- f0ab4e7 version 2.4.5 by Viktor Kirilov · 3 years, 9 months ago 2.4.5
- b42592e officially supporting 'none' as sorting of test cases by Viktor Kirilov · 3 years, 9 months ago
- 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
- 98685b0 added a new no_breaks() decorator - useful together with should_fail/may_fail/etc. by Viktor Kirilov · 3 years, 10 months ago
- f6de487 Implement a multi lane atomic for assertion counts (#453) by Martin Ankerl · 3 years, 10 months ago
- 2a069c4 version 2.4.2 by onqtam · 3 years, 11 months ago
- 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
- 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
- 8e776ae fixed docs a bit by Viktor Kirilov · 4 years ago
- 5e1f3e3 version 2.4.1 by onqtam · 4 years ago
- 68cde99 reassembled the header by Viktor Kirilov · 4 years ago
- 46e3bb3 small fixes after merging #418 - also relates #413 by Viktor Kirilov · 4 years ago
- 8aeb798 Initial MPI unit tests implementation (#418) by BerengerBerthoul · 4 years ago
- dbbb5d4 fixed typo by Viktor Kirilov · 4 years, 2 months ago
- af25c1a first extension header! closes #405 by Viktor Kirilov · 4 years, 2 months ago
- dc6a189 fix google's death test URI (#393) by Anton Voloshin · 4 years, 4 months ago
- 7053110 version 2.4.0 by onqtam · 4 years, 4 months ago
- 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
- 9e2e9f1 Add a note that doctest can be installed through Homebrew (#388) by Cameron White · 4 years, 4 months ago
- d5aa2bf version 2.3.8 by onqtam · 4 years, 6 months ago 2.3.8
- 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
- ea792bc added gcc 10 to build matrix by onqtam · 4 years, 6 months ago
- 399b01a added Clang 9 to the travis build matrix by onqtam · 4 years, 8 months ago
- f55bdc7 Update links (#331) - http => https by Antoine Cœur · 4 years, 9 months ago
- cdb3c40 version 2.3.6 by onqtam · 4 years, 11 months ago
- ce6b66d fixed #315 by onqtam · 4 years, 11 months ago
- 77af200 version 2.3.5 by onqtam · 5 years ago
- 5856bb9 implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WITH with <LEVEL>_THROWS_AS - fixed #295 by onqtam · 5 years ago
- 33cc7f9 Fix typos and misspellings found by codespell. (#292) by warmsocks · 5 years ago
- 5dd4957 Update docs to mark -order-by=file,suite and name compiler-dependent. (#290) by Daan De Meyer · 5 years ago
- 7e07d1b Document that -order-by=file is compiler-dependent. (#289) by Daan De Meyer · 5 years ago
- abbfb25 fixed bullet points in markdown by Viktor Kirilov · 5 years ago
- 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
- 5014634 version 2.3.4 by onqtam · 5 years ago
- b2cf8e8 updated docs by onqtam · 5 years ago
- 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
- 203581a small doc fix by Viktor Kirilov · 5 years ago
- 5e493d3 Rework `INFO` lazy evaluation to use lambdas. (#270) by Daan De Meyer · 5 years ago
- 5ee84b4 Improve Listener docs (#273) by Clare Macrae · 5 years ago
- 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
- 6f1241c Fixes to the documentation + forcing C++11 for AppleClang - to rework later. by Claus Klein · 5 years ago
- 50c6a83 Fix static analyzer URLs (#259) by Kevin Godby · 5 years ago
- c250f8a fixes unrelated to code (added funding badge, fixed some comments) by Viktor Kirilov · 5 years ago
- a52e94b version 2.3.3 by onqtam · 5 years ago
- a40e3b9 added mentions in the docs regarding the new doctest_discover_tests function added by PR #236 by onqtam · 5 years ago
- f8b5ba6 fixed #241 by onqtam · 5 years ago
- 505b05c version 2.3.2 by onqtam · 5 years ago
- 0df6ead added GCC 9 by onqtam · 5 years ago
- 9a8a1ce added a way to cast the expressions in the exception-related asserts to void by onqtam · 6 years ago
- ca2719d this is actually necessary for the xml reporter as well - relates #217 by onqtam · 6 years ago
- 92dce5b version 2.3.0 by onqtam · 6 years ago
- 7868611 the options for the run are included in the xml by onqtam · 6 years ago
- 190ba25 added VS 2019 support by onqtam · 6 years ago
- 88911e3 proper names - relates #203 by onqtam · 6 years ago
- 15953d3 unified config option for using standard includes instead of forward-declaring types from the std namespace by onqtam · 6 years ago