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
2017-10-06[release] version 1.2.5onqtam
2017-09-20bumped versiononqtam
2017-09-11version 1.2.3onqtam
2017-09-11enabling clang 5 buildsonqtam
2017-09-05version 1.2.2onqtam
2017-09-05removed templated test case for float - was triggering clang warnings when co...onqtam
2017-09-05Prefer if(MSVC) (#84)Martin Moene
2017-09-05- fixing build after merging the #82 PR about catching by const ref in <LEVEL...onqtam
2017-09-05removed redundant checksonqtam
2017-09-05code coverage maxedonqtam
2017-05-24version 1.2.1onqtam
2017-05-16version 1.2 almost out!onqtam
2017-05-16fixing cmake - builds should pass now - all cmake projects can be used by the...onqtam
2017-05-16changed the way the example with the tests inside of a static library is defi...onqtam
2017-05-16- added DOCTEST_NOINLINE to String::operator=() so GCC 4.9/5/6 stop reporting...onqtam
2017-05-16this should fix the CI builds - apparently valgrind doesn't like it when I ca...onqtam
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-16fixing buildsonqtam
2017-05-16finished decorators - coverage should be maxed! - relates #67onqtam
2017-05-16- almost done with the should_fail/may_fail/expected_failures decoratorsonqtam
2017-05-16first steps towards decorators for test cases - relates #67onqtam
2017-05-16all builds should pass now (+ totally maxed coverage)onqtam
2017-05-16enabled all builds againonqtam
2017-05-16maxed out code coverageonqtam
2017-05-16code coverage done!onqtam
2017-05-16almost done with code coverage - only subcase filtering left!onqtam
2017-05-16fixed a bit the listing of test suites and fixed test which gave different re...onqtam
2017-05-16more work on test coverageonqtam
2017-05-16more code coverageonqtam
2017-05-16working on test coverageonqtam
2017-05-16code coverage should work nowonqtam
2017-05-16Printing the test suite name on test case failure - fixes #65onqtam
2017-05-16builds should definitely be fixed now...onqtam
2017-05-16builds should be fixed now...onqtam
2017-05-16finished with examples!onqtam
2017-05-16test cases example doneonqtam
2017-05-16- logging example done!onqtam
2017-05-16fixing clang builds...onqtam
2017-05-16fixing buildsonqtam
2017-05-16examples almost done! only assertion_macros.cpp is leftonqtam
2017-05-16- templated test cases example is doneonqtam
2017-05-16- added an undocumented flag to omit the "skipped" part in the output summary...onqtam
2017-05-16- removed another unnecessary example that slowed down builds - now only the ...onqtam
2017-05-16output is now like the old oneonqtam
2017-05-16- added test outputsonqtam
2017-05-16everything compiles!onqtam
2017-05-16cleaning up examplesonqtam
2017-05-16added example how to filter out doctest options from the command line in the ...onqtam
2017-05-16examples can no longer be built using cmake separately - they require cmake i...onqtam