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
2022-10-02Fix compile errors when comparing pointers. (#699)Sprite
2022-06-08Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652)Borislav Stanimirov
2022-04-30Fix #508 (#640)Stefan
2022-04-28Recollect testsSalvage
2022-04-25Fix subcase reentry (#598)Stefan
2022-04-18Fix move-only types failing to decompose correctly (#634)Stefan
2022-03-05Allow escaping backslash with backslash in filters (#614) (#616)Egor Suvorov
2022-01-13Feature: Better NaN (#584)Stefan
2022-01-12Hotfix asserts returning values with DOCTEST_CONFIG_DISABLESalvage
2022-01-11Nan check (#582)Stefan
2022-01-05Assertions returning booleans (#574)Stefan
2021-12-11Add -minimal flag (#562)Stefan
2021-03-22REQUIRE does not compile when operator== in different namespace #443 . (#468)Navin P
2021-02-02added the no_output decorator and also fixed a bug with the recently introduc...Viktor Kirilov
2020-11-04Enum support (fix for Issue #121) (#429)jkriegshauser
2020-09-06summary: align even large values #402 (#403)Nick Black
2020-02-24subcases can have generated names and even be in loops! relates #328onqtam
2019-09-22fixed #282onqtam
2019-09-22implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WIT...onqtam
2019-03-20Template apply (#203)zhihaoy
2019-03-18added a subcase testonqtam
2019-03-03fixing builds - updated outputonqtam
2018-12-05fixes #166 and fixes #167 - TODO: update benchmarks pageonqtam
2018-10-24fixed issue #149onqtam
2018-08-23added an example with concurrent threads doing assertions - relates #4 (curre...onqtam
2017-09-05removed templated test case for float - was triggering clang warnings when co...onqtam
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-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-16maxed out code coverageonqtam
2017-05-16more work on test coverageonqtam