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
AgeCommit message (Expand)Author
2021-03-22Automatically add TEST_SUITE labels to discovered tests which map to the test...Shiv Upadhyay
2021-02-02version 2.4.52.4.5Viktor Kirilov
2020-12-25version 2.4.4Viktor Kirilov
2020-12-16version 2.4.32.4.3Viktor Kirilov
2020-12-15version 2.4.2onqtam
2020-12-15fixed crash reporting on windows - mainly around std::terminate, uncaught exc...Viktor Kirilov
2020-11-04version 2.4.1onqtam
2020-09-06feat(cmake): Add JUNIT_OUTPUT_DIR option to doctest_discover_tests (#417)Dennis
2020-06-27version 2.4.0onqtam
2020-06-27a functional version of a JUnit reporter! closes #376 and closes #318 - thank...onqtam
2020-05-17version 2.3.82.3.8onqtam
2020-02-24vecrion 2.3.7onqtam
2020-02-24Update links (#331) - http => httpsAntoine Cœur
2019-12-17version 2.3.6onqtam
2019-12-17WIP: Add Github Actions CI (#285)Daan De Meyer
2019-09-22removing -Winline - something I should have done 3 years ago (or should have ...onqtam
2019-09-22version 2.3.5onqtam
2019-09-22fixed #282onqtam
2019-09-22Fix typos and misspellings found by codespell. (#292)warmsocks
2019-09-22Add support for compiling with clang-cl. (#286)Daan De Meyer
2019-08-12version 2.3.4onqtam
2019-08-12updated docsonqtam
2019-08-11#266 #243 #231Viktor Kirilov
2019-08-11fixed #266 fixed #243 relates #231Viktor Kirilov
2019-08-11Fixes to the documentation + forcing C++11 for AppleClang - to rework later.Claus Klein
2019-06-02version 2.3.3onqtam
2019-06-02fixed #126onqtam
2019-06-02Add doctest_discover_tests() (#236)Cristian Morales Vega
2019-05-06version 2.3.2onqtam
2019-05-06regenerating the meson build file when the version changes - relates #232onqtam
2019-05-06fixed #230onqtam
2019-05-06hopefully the last...onqtam
2019-05-06...onqtam
2019-05-06making the warning gods happy again...onqtam
2019-05-06why was I even trying to not set unrecognized options.... so much pain with 0...onqtam
2019-05-06a bit of playing around with warningsonqtam
2019-03-24version 2.3.1 - mainly a fix for #210 - nothing in the doctest header has cha...onqtam
2019-03-24removing cruft + other insignificant thingsonqtam
2019-03-23changelog for 2.3.02.3.0onqtam
2019-03-23version 2.3.0onqtam
2019-03-23the options for the run are included in the xmlonqtam
2019-03-23the xml reporter now includes queriesonqtam
2019-03-21fixing coverageonqtam
2019-03-21show git diff when output is different - instead of the entire 2 filesonqtam
2019-03-20xml switch flipped for the tests!onqtam
2019-03-20clang 8onqtam
2019-03-19fixes around crashing and proper reporting of statsonqtam
2019-03-19doctest tests can now be ran in parallel through ctest! fixed #202onqtam
2019-03-18added a subcase testonqtam
2019-03-18queries now also go through the reporter interface!onqtam