1. abbfb25 fixed bullet points in markdown by Viktor Kirilov · 5 years ago
  2. f57251f fixed #280 by Viktor Kirilov · 5 years ago
  3. 3ab0392 fixed #278 - added test_case_reenter() to the IReporter interface so users can track when a test case is getting reentered because of unfinished subcases (because there is no other way to tell with the current start/end functions which are called just once for each test case - no matter how many subcases there are) by Viktor Kirilov · 5 years ago
  4. 03f8783 fixed #277 - added override macros by Viktor Kirilov · 5 years ago
  5. f13a00c changelog for 2.3.4 by onqtam · 5 years ago 2.3.4
  6. 5014634 version 2.3.4 by onqtam · 5 years ago
  7. b2cf8e8 updated docs by onqtam · 5 years ago
  8. 20c2fca removed TSAN for gcc 4.8-7 since it's broken for some time now - seg faulting... see this build for reference (look in the allowed failures): https://travis-ci.org/onqtam/doctest/builds/570710048 by onqtam · 5 years ago
  9. 247a6b6 suppressing a warning on MSVC about implicitly deleted assignment operator for lambdas..... by onqtam · 5 years ago
  10. 968cc94 cmake on appveyor is still old... by onqtam · 5 years ago
  11. 70050a5 testing VS 2019 on appveyor by onqtam · 5 years ago
  12. f7b68b9 removed old docs and changed the name of a lambda parameter which could conflict with whatever is captured - relates #270 and #269 by Viktor Kirilov · 5 years ago
  13. 203581a small doc fix by Viktor Kirilov · 5 years ago
  14. 5e493d3 Rework `INFO` lazy evaluation to use lambdas. (#270) by Daan De Meyer · 5 years ago
  15. 5ee84b4 Improve Listener docs (#273) by Clare Macrae · 5 years ago
  16. c241a44 fixed #257 - listeners can be registered with REGISTER_LISTENER and all registered listeners will be executed before any reporters by Viktor Kirilov · 5 years ago
  17. 9260898 fixed #267 by Viktor Kirilov · 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. 999f665 manually did what was in PR #258 by Viktor Kirilov · 5 years ago
  21. 6f1241c Fixes to the documentation + forcing C++11 for AppleClang - to rework later. by Claus Klein · 5 years ago
  22. ebc76d5 Fix #253 (#254) by Daan De Meyer · 5 years ago
  23. d70ff74 Revert "fix : includeing windows.h header caause error (#258)" (#263) by Viktor Kirilov · 5 years ago
  24. 7df0644 only look for C++ compiler with CMake (#256) by zhihaoy · 5 years ago
  25. 92e8615 fix : includeing windows.h header caause error (#258) by rinechran · 5 years ago
  26. 50c6a83 Fix static analyzer URLs (#259) by Kevin Godby · 5 years ago
  27. c250f8a fixes unrelated to code (added funding badge, fixed some comments) by Viktor Kirilov · 5 years ago
  28. de04576 add alias target for doctest for use in build tree (#247) by Trond H Emaus · 5 years ago
  29. 2ce8c59 changelog for 2.3.3 by onqtam · 5 years ago 2.3.3
  30. a52e94b version 2.3.3 by onqtam · 5 years ago
  31. 0f86a67 updated the doctest header by onqtam · 5 years ago
  32. e8f443e code reuse for the parsing of options and flags by onqtam · 5 years ago
  33. a762557 fixed #241 by onqtam · 5 years ago
  34. 744a476 reverted the changes in commit f9afca14f08e0656426110d8f44c00de8bc3df1b - relates #241 by onqtam · 5 years ago
  35. 99f00f1 relates #241 by onqtam · 5 years ago
  36. 1ea9144 fixed #183 by onqtam · 5 years ago
  37. 420e747 updated the build matrix so builds don't fail... by onqtam · 5 years ago
  38. 04b339e testing CI - latest compilers by onqtam · 5 years ago
  39. a40e3b9 added mentions in the docs regarding the new doctest_discover_tests function added by PR #236 by onqtam · 5 years ago
  40. f8b5ba6 fixed #241 by onqtam · 5 years ago
  41. 26d7344 fixed #126 by onqtam · 5 years ago
  42. d5d67f3 fixed #238 - moved from an anonymous lambda to a call to a helper where the proper thing is instantiated + now the location of the test file is where it gets instantiated and not where the template was defined by onqtam · 5 years ago
  43. 64e3ddc fix #239 - use long macro name (#240) by m-bd · 5 years ago
  44. 35b339f Add doctest_discover_tests() (#236) by Cristian Morales Vega · 5 years ago
  45. 109b9e9 did manually what was proposed in #237 by onqtam · 5 years ago
  46. 8585360 Ignore redundant-decls warning on MinGW (#235) by AMS21 · 5 years ago
  47. ec0d37e Fixed meson build file dependency declaration (#233) by jormundgand · 5 years ago
  48. b6dbff7 lets allow the gcc9 build to fail for now on travis - seems g++-9 isn't yet available as a package by onqtam · 5 years ago 2.3.2
  49. 18821c0 changelog for 2.3.2 by onqtam · 5 years ago
  50. 5eb54c3 updated wandbox by onqtam · 5 years ago
  51. 505b05c version 2.3.2 by onqtam · 5 years ago
  52. 43271a6 regenerating the meson build file when the version changes - relates #232 by onqtam · 5 years ago
  53. 0df6ead added GCC 9 by onqtam · 5 years ago
  54. 7435f4a fixed #230 by onqtam · 5 years ago
  55. 0de307c Added meson file, to declare a dependency. (#232) by jormundgand · 6 years ago
  56. 3b324ce Explicitly specify the doctest_with_main C++ standard in CMake. (#231) by Daan De Meyer · 6 years ago
  57. aeccac9 fixed #228 - using an anonymous namespace for the template test registering class and the template function itself is also static by Viktor Kirilov · 6 years ago
  58. f9d5d6a Remove architecture check from CMake package (#225) by Morris Hafner · 6 years ago
  59. 06e8d3f fixed #221 - Wunused-variable for clang-cl & DOCTEST_REGISTER_REPORTER by onqtam · 6 years ago
  60. c123a69 add default install prefix (#219) by Harald · 6 years ago
  61. c30dcc2 hopefully the last... by onqtam · 6 years ago
  62. 3433fba ... by onqtam · 6 years ago
  63. b4b95d2 making the warning gods happy again... by onqtam · 6 years ago
  64. e4d0448 why was I even trying to not set unrecognized options.... so much pain with 0 gain by onqtam · 6 years ago
  65. a726e9e a bit of playing around with warnings by onqtam · 6 years ago
  66. 9a8a1ce added a way to cast the expressions in the exception-related asserts to void by onqtam · 6 years ago
  67. ca2719d this is actually necessary for the xml reporter as well - relates #217 by onqtam · 6 years ago
  68. 224e71b fixed #217 by onqtam · 6 years ago
  69. 376ecd4 ... https://travis-ci.org/onqtam/doctest/jobs/512218796 by onqtam · 6 years ago
  70. 961c054 fixed #214 by onqtam · 6 years ago
  71. 045fa06 amazing types of warnings... by onqtam · 6 years ago
  72. 0fc510e fixed a bunch of warnings by onqtam · 6 years ago
  73. 66ecdf1 workaround MSVC C2026 in REQUIRE_THROWS (#213) by zhihaoy · 6 years ago
  74. 83a7844 fixed a bug in the output when writing to stdout from within a test case would break the XML by onqtam · 6 years ago
  75. 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
  76. a3ae958 version 2.3.1 - mainly a fix for #210 - nothing in the doctest header has changed. Also renamed a bit the recently merged examples using doctest as installed by onqtam · 6 years ago
  77. c1f3e01 removing cruft + other insignificant things by onqtam · 6 years ago
  78. 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
  79. 17c9738 fixing minor issues by onqtam · 6 years ago
  80. d67c34c Add two very simple examples of using doctest with CMake (#209) by Tom Hulton-Harrop · 6 years ago
  81. ff5022c changelog for 2.3.0 by onqtam · 6 years ago 2.3.0
  82. 92dce5b version 2.3.0 by onqtam · 6 years ago
  83. cdfcb57 xml reporter is... done!!!!! by onqtam · 6 years ago
  84. 7868611 the options for the run are included in the xml by onqtam · 6 years ago
  85. 53d8fa0 the xml reporter now includes queries by onqtam · 6 years ago
  86. 1685a4e temporarily disabled the VS 2019 builds on the CI - until this gets fixed: https://github.com/appveyor/ci/issues/2891 by onqtam · 6 years ago
  87. 190ba25 added VS 2019 support by onqtam · 6 years ago
  88. 582edb4 tracked down a bug - turns out the template id which is used to distinguish template instantiations of a test case was used only when registering test cases but not when ordering them. This problem hadn't manifested itself yet because the template test cases weren't failing and thus the order wasn't present in the reference output. >>> REALLY <<< glad I managed to track this down - there was a difference between the use of libstdc++ (gcc/clang) vs VS & XCode ==> different instability of std::sort by onqtam · 6 years ago coverity_scan
  89. 4c594ba more readable code by onqtam · 6 years ago
  90. 40fc39c small improvement by onqtam · 6 years ago
  91. e42280c fixed #206 by onqtam · 6 years ago
  92. 22fdfd8 fixed #207 by onqtam · 6 years ago
  93. 0bebe8e fixing builds by onqtam · 6 years ago
  94. 8d5eafa fixing coverage by onqtam · 6 years ago
  95. d25f18e show git diff when output is different - instead of the entire 2 files by onqtam · 6 years ago
  96. 2377a0c xml switch flipped for the tests! by onqtam · 6 years ago
  97. 88911e3 proper names - relates #203 by onqtam · 6 years ago
  98. 976d58f moved badges up in the readme by onqtam · 6 years ago
  99. 15953d3 unified config option for using standard includes instead of forward-declaring types from the std namespace by onqtam · 6 years ago
  100. 0682171 fixes after merging #203 by onqtam · 6 years ago