1. 6f1241c Fixes to the documentation + forcing C++11 for AppleClang - to rework later. by Claus Klein · 5 years ago
  2. 7df0644 only look for C++ compiler with CMake (#256) by zhihaoy · 5 years ago
  3. de04576 add alias target for doctest for use in build tree (#247) by Trond H Emaus · 5 years ago
  4. 35b339f Add doctest_discover_tests() (#236) by Cristian Morales Vega · 5 years ago
  5. 3b324ce Explicitly specify the doctest_with_main C++ standard in CMake. (#231) by Daan De Meyer · 6 years ago
  6. f9d5d6a Remove architecture check from CMake package (#225) by Morris Hafner · 6 years ago
  7. c123a69 add default install prefix (#219) by Harald · 6 years ago
  8. b22d878 re-introduced the DOCTEST_WITH_TESTS option - shouldn't have removed it in the first place by onqtam · 6 years ago 2.3.1
  9. f80b3f0 fixed #210 - decided to generate the final header only when doctest is NOT added as a cmake subtree with add_subdirectory but is used directly by onqtam · 6 years ago
  10. 17c9738 fixing minor issues by onqtam · 6 years ago
  11. c6cc9ff extended the cmake testing infrastructure to invoke the xml reporter as well - for N tests now we will have 2xN tests - N with the console reporter and the same N with the xml reporter (currently commented out) by onqtam · 6 years ago
  12. 02d4c9b Fix propagating include directories of target doctest_with_main (#193) by Dimitrij Mijoski · 6 years ago
  13. 36e3745 "fixes" after merging #187 by onqtam · 6 years ago
  14. 2870d77 renamed the file - correct english matters! by onqtam · 6 years ago
  15. 0dbbd4f Move single header to a separate folder (#187) by Dimitrij Mijoski · 6 years ago
  16. 447b155 Rename doctest_impl.h to doctest.cpp for less confusion. (#185) by Dimitrij Mijoski · 6 years ago
  17. bc43fe4 Fix CMake include path #175 (#179) by ncihnegn · 6 years ago
  18. ce4523b fixes #175 by onqtam · 6 years ago
  19. b031dd0 hopefully fixing xcode 6.4/7.3 builds by onqtam · 6 years ago
  20. 79a3798 Correct DOCTEST_NO_INSTALL logic; do install unless it is set (#99) (#100) by Viktor Kirilov · 7 years ago
  21. b63bf85 Added an option to not install Doctest in CMake (#96) by NeverMine17 · 7 years ago
  22. b759fb4 fixing a 'race condition' in cmake (the generation of doctest.h) - closes #77 by onqtam · 7 years ago
  23. 7d8af91 Added doctest_with_main static lib (#78) by Yordan Madzhunkov · 7 years ago
  24. aec53d2 enabled all builds again by onqtam · 8 years ago
  25. f6d1a51 code coverage should work now by onqtam · 8 years ago
  26. a985f5a added playground project and made (again) the common.cmake behave when included multiple times by onqtam · 8 years ago
  27. 98e12af cleaning up examples by onqtam · 8 years ago
  28. bff67f7 setting the cmake version of the project properly by onqtam · 8 years ago
  29. 61954c3 reworked cmake a bit by onqtam · 8 years ago
  30. 08cf7dc moved all cmake-related stuff to scripts/cmake by onqtam · 8 years ago
  31. c89cf82 Read version from scripts/version.txt in CMakeLists.txt by Giuseppe Roberti · 8 years ago
  32. f3425ae add DOCTEST_SKIP_COVERAGE and DOCTEST_SKIP_EXAMPLES by Giuseppe Roberti · 8 years ago
  33. e01299b add cmake package configuration files creation by Giuseppe Roberti · 8 years ago
  34. f63c510 - removed old hacks for gcc 4.4 under osx by onqtam · 8 years ago
  35. c7aaa96 updating cmake on travis... Also bumping the minimal version of cmake required to 3.0 because of the 'NAME' target property by onqtam · 8 years ago
  36. b478ca6 fixing the cmake for code coverage reports! should be >99% by onqtam · 8 years ago
  37. fe740c2 moved code coverage sources outside of examples by onqtam · 8 years ago
  38. cc9e865 working on code coverage by onqtam · 8 years ago
  39. 4a65563 normalizing eof for everything by onqtam · 8 years ago
  40. 4949274 - building with 5 studios on appveyor! - warnings as errors! by onqtam · 9 years ago
  41. a6b92d3 testing appveyor different studio by onqtam · 9 years ago
  42. fa11399 fixing the valgrind problem at last? by onqtam · 9 years ago
  43. 222ecad reorganized cmake stuff by onqtam · 9 years ago
  44. b1e7e14 squashing git history for the last time by hardly · 10 years ago