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
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
2019-03-23version 2.3.0onqtam
2019-03-23the options for the run are included in the xmlonqtam
2019-03-23added VS 2019 supportonqtam
2019-03-20proper names - relates #203onqtam
2019-03-20unified config option for using standard includes instead of forward-declarin...onqtam
2019-03-20fixes after merging #203onqtam
2019-03-20clang 8onqtam
2019-03-19fixes around crashing and proper reporting of statsonqtam
2019-03-18queries now also go through the reporter interface!onqtam
2019-03-17more docsonqtam
2019-03-16some work on the docs/examplesonqtam
2019-03-16more work on the xml reporter + other cleanup.onqtam
2019-03-15some more workonqtam
2019-03-13fixes of outputonqtam
2019-03-13first hacky version of an xml reporter! the XmlWriter class has been taken di...onqtam
2019-03-13some refactoringonqtam
2019-03-02"fixes" after merging #187onqtam
2019-03-02updated links to Catch2 (even though they weren't "broken")onqtam
2019-03-02checking for exceptions support just like nlohmann/json does it - also see th...onqtam
2019-03-02small docs/comments fixesonqtam
2019-02-10version 2.2.3onqtam
2019-02-09fixed #76 - can now write test cases inside of class bodies thanks to C++17 i...onqtam
2019-01-15version 2.2.1onqtam
2018-12-05fixed docsonqtam
2018-12-05version 2.2onqtam
2018-12-05updated docsonqtam
2018-12-05windows benchmarksonqtam