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 (Collapse)Author
2022-01-24Move roadmap and wipe it clean (#601)Stefan
* Remove most references to old roadmap * Update articles and fix all references to the old issue roadmap
2022-01-20Fix coverage (#594)Stefan
* Run with coverage * Epic checkout failure * Install Ninja * lcov * Install LCOV * Use cd * . * G * ??? * Replace fake unicode characters * Add coveralls * Setup base-path * cmake flag hack? * Proper inclusion * Proper inclusion (for real this time!) * Try compile using gcc over clang? * Specify build type * Try fix * coveralls -> codecov * Remove redundant stuff * Fix typo * README codecov * Remove CODE_COVERAGE CMake flag * Remove missed endif() * Readd tests * Fix codecov href * Readd empty lines * Fix whitespace * Update Patreon logo * Update donate buttons * Update donate buttons
2022-01-10cleanup of travis & appveyor mentions from repoonqtam
2019-02-18Rename doctest_impl.h to doctest.cpp for less confusion. (#185)Dimitrij Mijoski
doctest_impl.h was not really a header file, it contains ODR definitions. It was meant to be included by one and exactly one implementation file. It was confusing for contributors. Now it is more clear. Catch2 names its implementation files .cpp. As a consequence, we simplified the creation of doctest with main. Extra file doctest_main.cpp is not needed.
2018-08-23using the .svg files for the logo/icon (and also moved and renamed them) - ↵onqtam
relates #141 and #145
2017-09-05removed a bunch of templates simulating the is_constructible<> trait and ↵onqtam
added a config option (DOCTEST_CONFIG_INCLUDE_TYPE_TRAITS) that triggers the inclusion of <type_traits> and enables the ability for the Approx helper to be used with strong typedefs of double - fixes #85 and relates #62 also changed links to paypal to have a default amount
2017-05-16fixing broken links and tiny mistakes in docsonqtam
2017-05-16- templated test cases example is doneonqtam
- simplified a bit the cmake
2017-05-16- added prefix for the TEST_MODE optiononqtam
- removed the cpp11 option
2017-05-16- added CII badgeonqtam
- tiny docs update - removed tests - trying to figure out WHY ON EARTH ONLY GCC 5 COMPLAINS ABOUT A STRICT OVERFLOW WARNING where there shouldn't be any - see this CI build: https://travis-ci.org/onqtam/doctest/builds/221092038
2017-05-16- moved contributing guidelines to root folderonqtam
- added template for issues and PRs
2016-09-21updated contributing.mdonqtam
moved some macros to the bottom of the header touched the alignment of BDD style output
2016-09-21from now on the library should be developed using the 2 headers in ↵onqtam
doctest/parts/ and doctest/doctest.h gets generated from them! updated docs