Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2021-02-02version 2.4.52.4.5Viktor Kirilov
2021-02-02officially supporting 'none' as sorting of test casesViktor Kirilov
2021-02-02added the no_output decorator and also fixed a bug with the recently introduc...Viktor Kirilov
2021-02-02added a new no_breaks() decorator - useful together with should_fail/may_fail...Viktor Kirilov
2021-02-02Implement a multi lane atomic for assertion counts (#453)Martin Ankerl
2020-12-15version 2.4.2onqtam
2020-12-15switched from using the << operator to the comma operator for all logging - t...Viktor Kirilov
2020-12-15added an option to disable the debug console output when a debugger is attach...Viktor Kirilov
2020-12-15fixed docs a bitViktor Kirilov
2020-11-04version 2.4.1onqtam
2020-11-04reassembled the headerViktor Kirilov
2020-11-04small fixes after merging #418 - also relates #413Viktor Kirilov
2020-10-29Initial MPI unit tests implementation (#418)BerengerBerthoul
2020-09-07fixed typoViktor Kirilov
2020-09-07first extension header! closes #405Viktor Kirilov
2020-07-10fix google's death test URI (#393)Anton Voloshin
2020-06-27version 2.4.0onqtam
2020-06-27a functional version of a JUnit reporter! closes #376 and closes #318 - thank...onqtam
2020-06-27Add a note that doctest can be installed through Homebrew (#388)Cameron White
2020-05-17version 2.3.82.3.8onqtam
2020-05-17fixed #373 - added a note in the docs about the test case name prefix when us...onqtam
2020-05-17added gcc 10 to build matrixonqtam
2020-02-24added Clang 9 to the travis build matrixonqtam
2020-02-24Update links (#331) - http => httpsAntoine Cœur
2019-12-17version 2.3.6onqtam
2019-12-17fixed #315onqtam
2019-09-22version 2.3.5onqtam
2019-09-22implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WIT...onqtam
2019-09-22Fix typos and misspellings found by codespell. (#292)warmsocks
2019-09-22Update docs to mark -order-by=file,suite and name compiler-dependent. (#290)Daan De Meyer
2019-09-22Document that -order-by=file is compiler-dependent. (#289)Daan De Meyer
2019-09-22fixed bullet points in markdownViktor Kirilov
2019-09-22fixed #278 - added test_case_reenter() to the IReporter interface so users ca...Viktor Kirilov
2019-08-12version 2.3.4onqtam
2019-08-12updated docsonqtam
2019-08-12removed old docs and changed the name of a lambda parameter which could confl...Viktor Kirilov
2019-08-12small doc fixViktor Kirilov
2019-08-12Rework `INFO` lazy evaluation to use lambdas. (#270)Daan De Meyer
2019-08-12Improve Listener docs (#273)Clare Macrae
2019-08-11fixed #257 - listeners can be registered with REGISTER_LISTENER and all regis...Viktor Kirilov
2019-08-11Fixes to the documentation + forcing C++11 for AppleClang - to rework later.Claus Klein
2019-08-05Fix static analyzer URLs (#259)Kevin Godby
2019-07-06fixes unrelated to code (added funding badge, fixed some comments)Viktor Kirilov
2019-06-02version 2.3.3onqtam
2019-06-02added mentions in the docs regarding the new doctest_discover_tests function ...onqtam
2019-06-02fixed #241onqtam
2019-05-06version 2.3.2onqtam
2019-05-06added GCC 9onqtam
2019-05-06added a way to cast the expressions in the exception-related asserts to voidonqtam
2019-05-06this is actually necessary for the xml reporter as well - relates #217onqtam