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-02-17Add alias target for doctest_with_main (#617)Jesse Stricker
2022-01-20Fix coverage (#594)Stefan
2020-12-25added the example code from issue #436Viktor Kirilov
2020-12-15Add MAIN_PROJECT check for test option (#445)Martin Stump
2020-10-29Initial MPI unit tests implementation (#418)BerengerBerthoul
2020-09-04Add option to build with std headers. (#416)avostrik
2020-05-17Use CMP0077 policy if available (#363)Denilson das Mercês Amorim
2019-08-11fixed #266 fixed #243 relates #231Viktor Kirilov
2019-08-11Fixes to the documentation + forcing C++11 for AppleClang - to rework later.Claus Klein
2019-08-05only look for C++ compiler with CMake (#256)zhihaoy
2019-07-06add alias target for doctest for use in build tree (#247)Trond H Emaus
2019-06-02Add doctest_discover_tests() (#236)Cristian Morales Vega
2019-05-06Explicitly specify the doctest_with_main C++ standard in CMake. (#231)Daan De Meyer
2019-05-06Remove architecture check from CMake package (#225)Morris Hafner
2019-05-06add default install prefix (#219)Harald
2019-03-24re-introduced the DOCTEST_WITH_TESTS option - shouldn't have removed it in th...2.3.1onqtam
2019-03-24fixed #210 - decided to generate the final header only when doctest is NOT ad...onqtam
2019-03-24fixing minor issuesonqtam
2019-03-15extended the cmake testing infrastructure to invoke the xml reporter as well ...onqtam
2019-03-14Fix propagating include directories of target doctest_with_main (#193)Dimitrij Mijoski
2019-03-02"fixes" after merging #187onqtam
2019-03-02renamed the file - correct english matters!onqtam
2019-03-02 Move single header to a separate folder (#187)Dimitrij Mijoski
2019-02-18Rename doctest_impl.h to doctest.cpp for less confusion. (#185)Dimitrij Mijoski
2019-01-27Fix CMake include path #175 (#179)ncihnegn
2019-01-25fixes #175onqtam
2019-01-15hopefully fixing xcode 6.4/7.3 buildsonqtam
2017-11-04Correct DOCTEST_NO_INSTALL logic; do install unless it is set (#99) (#100)Viktor Kirilov
2017-10-29Added an option to not install Doctest in CMake (#96)NeverMine17
2017-09-05fixing a 'race condition' in cmake (the generation of doctest.h) - closes #77onqtam
2017-09-05Added doctest_with_main static lib (#78)Yordan Madzhunkov
2017-05-16enabled all builds againonqtam
2017-05-16code coverage should work nowonqtam
2017-05-16added playground project and made (again) the common.cmake behave when includ...onqtam
2017-05-16cleaning up examplesonqtam
2017-05-16setting the cmake version of the project properlyonqtam
2017-05-16reworked cmake a bitonqtam
2017-05-16moved all cmake-related stuff to scripts/cmakeonqtam
2017-05-16Read version from scripts/version.txt in CMakeLists.txtGiuseppe Roberti
2017-05-16add DOCTEST_SKIP_COVERAGE and DOCTEST_SKIP_EXAMPLESGiuseppe Roberti
2017-05-16add cmake package configuration files creationGiuseppe Roberti
2017-05-16- removed old hacks for gcc 4.4 under osxonqtam
2016-09-21updating cmake on travis... Also bumping the minimal version of cmake require...onqtam
2016-09-21fixing the cmake for code coverage reports! should be >99%onqtam
2016-09-21moved code coverage sources outside of examplesonqtam
2016-09-21working on code coverageonqtam
2016-09-21normalizing eof for everythingonqtam
2016-05-03- building with 5 studios on appveyor!onqtam
2016-05-03testing appveyor different studioonqtam
2016-03-18fixing the valgrind problem at last?onqtam