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
path: root/doc
AgeCommit message (Expand)Author
2022-09-22Fix typoHEADmasterSalvage
2022-09-22Add vcpkg installation instructions (#695)Cheney Wang
2022-06-18v2.4.9v2.4.9Salvage
2022-05-01Stringification amendments (#642)Stefan
2022-04-28Refactor stringification (#585)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-24removes a duplicate word 'most' in configuration.md (#599)Krishnakumar Gopalakrishnan, PhD
2022-01-24Move roadmap and wipe it clean (#601)Stefan
2022-01-15Feature config ret vals (#589)Stefan
2022-01-13Feature: Better NaN (#584)Stefan
2022-01-12Adjust docs to modern release tagging schemeStefan
2022-01-12Value returning assertions docsStefan
2022-01-11Update conan recipe locationsStefan
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-07added a new config DOCTEST_CONFIG_EVALUATE_ASSERTS_EVEN_WHEN_DISABLED because...onqtam
2022-01-07more tabs to spaces convertedonqtam
2022-01-05fixed #570 , also trimmed roadmaponqtam
2021-12-15removed most references to onqtam and replaced with doctest - the github orgonqtam
2021-12-13Clean up warning suppression a bit; Fixes #565 (#566)Stefan
2021-12-11updated html docs (not sure if anyone uses them...)onqtam
2021-12-11small cleanuponqtam
2021-12-11fix typo - related to 1fab21d77f48904014de35be58bb2ec6ab83f828onqtam
2021-12-11implemented the no-intro option by popular demand - closing #181 #245 #342onqtam
2021-12-11some docs changesonqtam
2021-12-11Add -minimal flag (#562)Stefan
2021-12-11removed unnecessary mutexes and clarified the use of subcases & threads in th...onqtam
2021-12-11Quiet flag (#561)Stefan
2021-12-11added a small note in relation to #513onqtam
2021-12-11removed dead link - related to #532onqtam
2021-12-11added FAQ entry about using multiple source files - fixes #526onqtam
2021-12-11Spelling (#546)Josh Soref
2021-12-11minor fixes in MPI docs (#499)Philipp Bucher
2021-12-11Fix google death test URL (#528)Emre Cilesiz
2021-12-11Replace gendered pronouns (#525)Michael Letterle
2021-12-11fix typoViktor Kirilov
2021-12-11updated docs after merging #493Viktor Kirilov
2021-02-02version 2.4.52.4.5Viktor Kirilov
2021-02-02officially supporting 'none' as sorting of test casesViktor Kirilov
2021-02-02added the no_output decorator and also fixed a bug with the recently introduc...Viktor Kirilov
2021-02-02added a new no_breaks() decorator - useful together with should_fail/may_fail...Viktor Kirilov
2021-02-02Implement a multi lane atomic for assertion counts (#453)Martin Ankerl
2020-12-15version 2.4.2onqtam
2020-12-15switched from using the << operator to the comma operator for all logging - t...Viktor Kirilov
2020-12-15added an option to disable the debug console output when a debugger is attach...Viktor Kirilov
2020-12-15fixed docs a bitViktor Kirilov