- 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
- 0682171 fixes after merging #203 by onqtam · 6 years ago
- 0875406 clang 8 by onqtam · 6 years ago
- 09e6d3e fixes around crashing and proper reporting of stats by onqtam · 6 years ago
- d347546 queries now also go through the reporter interface! by onqtam · 6 years ago
- a5eeba4 more docs by onqtam · 6 years ago
- a1a38de some work on the docs/examples by onqtam · 6 years ago
- 585bb71 more work on the xml reporter + other cleanup. Also implemented output to file by onqtam · 6 years ago
- 15ce266 some more work by onqtam · 6 years ago
- 759b98a fixes of output by onqtam · 6 years ago
- 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
- b802a58 some refactoring by onqtam · 6 years ago
- 36e3745 "fixes" after merging #187 by onqtam · 6 years ago
- d52859a updated links to Catch2 (even though they weren't "broken") by onqtam · 6 years ago
- ed6d707 checking for exceptions support just like nlohmann/json does it - also see this commit: by onqtam · 6 years ago
- 981fb6a small docs/comments fixes by onqtam · 6 years ago
- 935e52c version 2.2.3 by onqtam · 6 years ago
- 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
- 8e98986 version 2.2.1 by onqtam · 6 years ago
- 46d606a fixed docs by onqtam · 6 years ago
- 72ca33b version 2.2 by onqtam · 6 years ago
- 24e4879 updated docs by onqtam · 6 years ago
- 819f72a windows benchmarks by onqtam · 6 years ago
- 3b26089 linux benchmarks for doctest asserts updated by onqtam · 6 years ago
- 348b109 small docs fixes and preparations for the benchmarking to be done tomorrow by onqtam · 6 years ago
- c494843 fixes #166 and fixes #167 - TODO: update benchmarks page by onqtam · 6 years ago
- 2d97b85 version 2.1 by onqtam · 6 years ago
- a420d8c Make it possible to change the command line options prefix (#158) by Thomas Bleher · 6 years ago
- 8cf9041 users can now pass both just the exception type and a const(+ref) version of it to the <LEVEL>_THROWS_AS macros and it means the same - const and & are always removed (if present) and then added by onqtam · 6 years ago