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-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-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-02-08Fix mpi subcase (#611)BerengerBerthoul
2022-01-20Fix coverage (#594)Stefan
2022-01-15Feature config ret vals (#589)Stefan
2022-01-13Feature: Better NaN (#584)Stefan
2022-01-12Fix the hotfix:Salvage
2022-01-12Hotfix asserts returning values with DOCTEST_CONFIG_DISABLESalvage
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-10removed unused variableonqtam
2022-01-07fixes after commit 06af20b9bbbceea87e2769bfcd9077051d1ce167onqtam
2022-01-07tabs to spacesonqtam
2022-01-05Assertions returning booleans (#574)Stefan
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-11version 2.4.7 released2.4.7onqtam
2021-12-11added test_case_success attribute to the OverallResultsAsserts xml tag at the...onqtam
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-11added examples after merging the new quiet flag - PR #561onqtam
2021-12-11Spelling (#546)Josh Soref
2021-12-11Fix build with GCC 11 (#505)Jan Kundrát
2021-12-11Fix build with -Wunused-but-set-variable (#543)Jan Kundrát
2021-03-22version 2.4.6Viktor Kirilov
2021-03-22REQUIRE does not compile when operator== in different namespace #443 . (#468)Navin P
2021-02-02version 2.4.52.4.5Viktor Kirilov
2021-02-02fixing clang buildsViktor Kirilov
2021-02-02officially supporting 'none' as sorting of test casesViktor Kirilov
2021-02-02Fix compilation on case-sensitive filesystems (#463)Jan Niklas Hasse
2021-02-02added the no_output decorator and also fixed a bug with the recently introduc...Viktor Kirilov
2020-12-25fixed build finally - turns out cl.exe behaves differently on GitHub Actions ...Viktor Kirilov
2020-12-25probably fixed the build entirely?Viktor Kirilov
2020-12-25fixing MSVC buildViktor Kirilov
2020-12-25fixing clang buildViktor Kirilov
2020-12-25version 2.4.4Viktor Kirilov