1. 431a11b Fix properties not being passed in doctest_discover_tests (#626) by Steven Hahn · 2 years, 8 months ago
  2. 443c707 cleanup of travis & appveyor mentions from repo by onqtam · 2 years, 10 months ago
  3. ff1dfc3 removing artifacts after commit 20dbad670e1a6ebf52d3aa12d55c7784070a115d by onqtam · 2 years, 11 months ago
  4. 02af672 Fixes Issues #476 and #495 by onqtam · 2 years, 11 months ago
  5. 2744a17 specifying working directory for execute_process (#518) by Philipp Bucher · 3 years ago
  6. c26a484 removed code as suggested here: https://github.com/onqtam/doctest/pull/527#issuecomment-930592678 by onqtam · 3 years ago
  7. 60de223 Fixing issue with doctestAddTests.cmake (#527) by Jackson · 3 years ago
  8. f3177d0 Set variable to 0 if not set (#490) by Shiv Upadhyay · 3 years, 7 months ago
  9. e38428f fixing gcc 4.8 & 4.9 builds after merging #471 by Viktor Kirilov · 3 years, 8 months ago
  10. 680d044 Automatically add TEST_SUITE labels to discovered tests which map to the test suites of the test cases (#464) by Shiv Upadhyay · 3 years, 9 months ago
  11. 428b697 feat(cmake): Add JUNIT_OUTPUT_DIR option to doctest_discover_tests (#417) by Dennis · 4 years, 2 months ago
  12. 1fb630b a functional version of a JUnit reporter! closes #376 and closes #318 - thanks to @phil-zxx for the implementation and to @byzantic , @ARCRL and @dhoer for their inputs! by onqtam · 4 years, 5 months ago
  13. f55bdc7 Update links (#331) - http => https by Antoine Cœur · 4 years, 9 months ago
  14. f972602 WIP: Add Github Actions CI (#285) by Daan De Meyer · 5 years ago
  15. 7ac22cc removing -Winline - something I should have done 3 years ago (or should have never introduced) - this has caused me to waste many hours fixing unimportant CI build failures and serves absolutely no purpose. by onqtam · 5 years ago
  16. 33cc7f9 Fix typos and misspellings found by codespell. (#292) by warmsocks · 5 years ago
  17. 3c6834b Add support for compiling with clang-cl. (#286) by Daan De Meyer · 5 years ago
  18. 8f510f9 #266 #243 #231 by Viktor Kirilov · 5 years ago
  19. 10101a1 fixed #266 fixed #243 relates #231 by Viktor Kirilov · 5 years ago
  20. 6f1241c Fixes to the documentation + forcing C++11 for AppleClang - to rework later. by Claus Klein · 5 years ago
  21. 35b339f Add doctest_discover_tests() (#236) by Cristian Morales Vega · 5 years ago
  22. c30dcc2 hopefully the last... by onqtam · 6 years ago
  23. 3433fba ... by onqtam · 6 years ago
  24. b4b95d2 making the warning gods happy again... by onqtam · 6 years ago
  25. e4d0448 why was I even trying to not set unrecognized options.... so much pain with 0 gain by onqtam · 6 years ago
  26. a726e9e a bit of playing around with warnings by onqtam · 6 years ago
  27. d25f18e show git diff when output is different - instead of the entire 2 files by onqtam · 6 years ago
  28. 2377a0c xml switch flipped for the tests! by onqtam · 6 years ago
  29. 366c368 doctest tests can now be ran in parallel through ctest! fixed #202 by onqtam · 6 years ago
  30. 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
  31. 36e3745 "fixes" after merging #187 by onqtam · 6 years ago
  32. 2870d77 renamed the file - correct english matters! by onqtam · 6 years ago
  33. df8b6d4 added badge for https://lgtm.com and cleaned up warnings by onqtam · 6 years ago
  34. 0dbbd4f Move single header to a separate folder (#187) by Dimitrij Mijoski · 6 years ago
  35. 447b155 Rename doctest_impl.h to doctest.cpp for less confusion. (#185) by Dimitrij Mijoski · 6 years ago
  36. 7b7d161 should link properly on linux/osx by onqtam · 6 years ago
  37. 4d87d56 moved to nullptr, removed c++98-compat warning suppressions for clang (also long-long and 0 as null for gcc/clang) by onqtam · 6 years ago
  38. 7907692 fixed #123 - changed the output style in the console - gcc/clang output with :n: around line numbers and other compilers output with (n) - there is also a documented option for this. Also changed lots of code - thank god I moved to streams! by onqtam · 6 years ago
  39. 6b2c99f added... the only new warning option for GCC 8 that is not in Wall/Wextra by onqtam · 6 years ago
  40. 72d4793 /Zc:twoPhase- no longer needed since Microsoft have fixed their compiler/headers in the latest VS 2017 by onqtam · 7 years ago
  41. 50cbb80 updated travis build matrix with supported osx images by onqtam · 7 years ago
  42. 5ed699b old versions of visual studio should no longer complain about unrecognized warning numbers by onqtam · 7 years ago
  43. abf39d2 Visual studio builds now use /Wall instead of /W4 - and only 4 warnings are left disabled globally - fixes #95 by onqtam · 7 years ago
  44. ffb7530 adding 2 more warnings for GCC 7 by onqtam · 7 years ago
  45. b759fb4 fixing a 'race condition' in cmake (the generation of doctest.h) - closes #77 by onqtam · 7 years ago
  46. d8a7edc Prefer if(MSVC) (#84) by Martin Moene · 7 years ago
  47. 8cd8b3b fixing cmake - builds should pass now - all cmake projects can be used by themselves and all depend on the assemble_single_header target (as they should - previous commit had changed that) by onqtam · 7 years ago
  48. 89da654 more work on test coverage by onqtam · 8 years ago
  49. 39afa2e adding /permissive- to msvc flags by onqtam · 8 years ago
  50. d320ac2 - templated test cases example is done - simplified a bit the cmake by onqtam · 8 years ago
  51. 119cfb6 - added an undocumented flag to omit the "skipped" part in the output summary - for convenience for the all_features example by onqtam · 8 years ago
  52. a985f5a added playground project and made (again) the common.cmake behave when included multiple times by onqtam · 8 years ago
  53. 56d9170 - added prefix for the TEST_MODE option - removed the cpp11 option by onqtam · 8 years ago
  54. 26c2008 examples can no longer be built using cmake separately - they require cmake invocation from the root of the repository (and now use the modern way of handling include dependencies) by onqtam · 8 years ago
  55. 61954c3 reworked cmake a bit by onqtam · 8 years ago
  56. 08cf7dc moved all cmake-related stuff to scripts/cmake by onqtam · 8 years ago