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-06-18v2.4.9v2.4.9Salvage
2022-06-08Cleanup of DOCTEST_DO_BINARY_EXPRESSION_COMPARISON. Fixes #651 (#652)Borislav Stanimirov
2022-06-06Add clang-tidy integration and fix all warnings (#659)Stefan
2022-05-14Fix C5246 warningSalvage
2022-05-12Escape newline in macroSalvage
2022-05-02Add tests for DOCTEST_CONFIG_USE_STD_HEADERS (#643)Stefan
2022-05-01Stringification amendments (#642)Stefan
2022-04-30Fix #508 (#640)Stefan
2022-04-30Clean up defines a bit; Implement #439 (#641)Stefan
2022-04-28Recollect testsSalvage
2022-04-28Refactor stringification (#585)Stefan
2022-04-25Fix subcase reentry (#598)Stefan
2022-04-18Fix move-only types failing to decompose correctly (#634)Stefan
2022-04-12Improve Mac PowerPC support (#631)Ryan Schmidt
2022-04-08small change to the xml writer class so that the output from the junit report...onqtam
2022-03-19Config no multithreading (#625)Stefan
2022-03-06Add contains option to checks. (#620)Menno Fraters
2022-03-05Allow escaping backslash with backslash in filters (#614) (#616)Egor Suvorov
2022-01-15Feature config ret vals (#589)Stefan
2022-01-13Feature: Better NaN (#584)Stefan
2022-01-12Hotfix asserts returning values with DOCTEST_CONFIG_DISABLESalvage
2022-01-12#if !defined -> #ifndefSalvage
2022-01-11Nan check (#582)Stefan
2022-01-10version 2.4.8v2.4.8onqtam
2022-01-10cleanup of travis & appveyor mentions from repoonqtam
2022-01-10semicolon enforcement now uses C++11 static_assert instead of a typedef (#578)Stefan
2022-01-07added a new config DOCTEST_CONFIG_EVALUATE_ASSERTS_EVEN_WHEN_DISABLED because...onqtam
2022-01-07fixes after commit 06af20b9bbbceea87e2769bfcd9077051d1ce167onqtam
2022-01-07Fix unused variable 2 (#576)Stefan
2022-01-07comparison assertions now properly evaluate the expressions & return the resu...onqtam
2022-01-07tabs to spacesonqtam
2022-01-05Fix the thread-local string-stream by re-implementing it as a stack so that n...Stefan
2022-01-05Alternative approach to Windows color initialization (#575)Stefan
2022-01-05fixed #570 , also trimmed roadmaponqtam
2022-01-05Assertions returning booleans (#574)Stefan
2021-12-21Add Universal Windows Platform support (#558)Ilya Isaev
2021-12-15removed most references to onqtam and replaced with doctest - the github orgonqtam
2021-12-15fixes after commit 02af672f0d3093157daecb55ce4e109ffaf2bc53 - as suggested by...onqtam
2021-12-13Clean up warning suppression a bit; Fixes #565 (#566)Stefan
2021-12-13for clang with libc++ always using std headers instead of forward declaring a...onqtam
2021-12-11version 2.4.7 released2.4.7onqtam
2021-12-11added test_case_success attribute to the OverallResultsAsserts xml tag at the...onqtam
2021-12-11Make String::operator+ non-member (#564)Stefan
2021-12-11added the no-version into the no-intro optiononqtam
2021-12-11implemented the no-intro option by popular demand - closing #181 #245 #342onqtam
2021-12-11added the skipped attribute of test cases in the xml report - related to #320onqtam
2021-12-11Add -minimal flag (#562)Stefan
2021-12-11Fixes Issues #476 and #495onqtam
2021-12-11removed unnecessary mutexes and clarified the use of subcases & threads in th...onqtam
2021-12-11Revert "temp way to resolve issues with NVCC & recursive substitutions of fun...onqtam