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
2019-03-24removing cruft + other insignificant thingsonqtam
2019-03-21fixing coverageonqtam
2019-03-02"fixes" after merging #187onqtam
2019-03-02 Move single header to a separate folder (#187)Dimitrij Mijoski
2019-02-18Rename doctest_impl.h to doctest.cpp for less confusion. (#185)Dimitrij Mijoski
2018-12-05fixes #166 and fixes #167 - TODO: update benchmarks pageonqtam
2018-11-30users can now pass both just the exception type and a const(+ref) version of ...onqtam
2018-08-23polished the feature for allowing the use of asserts outside of a testing con...onqtam
2018-08-23disabling output comparison for the playground projectonqtam
2018-08-23- added the ability to call asserts outside of a testing context without reco...onqtam
2018-05-10fixed #123 - changed the output style in the console - gcc/clang output with ...onqtam
2017-10-29Visual studio builds now use /Wall instead of /W4 - and only 4 warnings are l...onqtam
2017-05-16fixing cmake - builds should pass now - all cmake projects can be used by the...onqtam
2017-05-16- added move semantics to the new String class - closes #69onqtam
2017-05-16implementation of a string class with a small buffer optimization - relates #69onqtam
2017-05-16added an overload for operator<< of the ContextBuilder that catches by const ...onqtam
2017-05-16finished decorators - coverage should be maxed! - relates #67onqtam
2017-05-16finished the may/should/expected fail decorators! relates #67onqtam
2017-05-16- almost done with the should_fail/may_fail/expected_failures decoratorsonqtam
2017-05-16all builds should pass now (+ totally maxed coverage)onqtam
2017-05-16added cppcheck to travis builds - relates #66onqtam
2017-05-16Printing the test suite name on test case failure - fixes #65onqtam
2017-05-16- templated test cases example is doneonqtam
2017-05-16added playground project and made (again) the common.cmake behave when includ...onqtam