1. 8df12f2 Fix GitHub CI and add GitHub build badges (#336) - closes #334 by Clare Macrae · 4 years, 9 months ago
  2. f7bcaaa fix std::uncaught_exceptions (#340) - closes #333 by cyy · 4 years, 9 months ago
  3. f55bdc7 Update links (#331) - http => https by Antoine Cœur · 4 years, 9 months ago
  4. 2f3fd5e Switch to catching unhandled exceptions on Windows Closes #324 (#325) by jkriegshauser · 4 years, 10 months ago
  5. 503de03 changelog for 2.3.6 by onqtam · 4 years, 11 months ago 2.3.6
  6. cdb3c40 version 2.3.6 by onqtam · 4 years, 11 months ago
  7. ce6b66d fixed #315 by onqtam · 4 years, 11 months ago
  8. b3d12b6 fixed #320 by onqtam · 4 years, 11 months ago
  9. 1612258 first work on #320 by onqtam · 4 years, 11 months ago
  10. 3dcb0b4 Fixed missing ostream include for MacOS when defining DOCTEST_CONFIG_USE_STD_HEADERS (#314) by NKTomHaygarth · 4 years, 11 months ago
  11. 7cdd2bf include windows.h in cmall caps to silence clang nonportable warnings (#313) - fixes #312 by suoniq · 5 years ago
  12. c80e679 fixed #306 by onqtam · 5 years ago
  13. d1de618 Use ctest environment variables. by Daan De Meyer · 5 years ago
  14. 2e3d265 Github Actions: Add Xcode 11 build. by Daan De Meyer · 5 years ago
  15. 6b71e90 Add .editorconfig file. (#301) by Daan De Meyer · 5 years ago
  16. 9e06073 fixing build - relates #201 by onqtam · 5 years ago
  17. 4421540 fixed #298 by onqtam · 5 years ago
  18. f972602 WIP: Add Github Actions CI (#285) by Daan De Meyer · 5 years ago
  19. f657ecb fixed #201 - see this comment: https://github.com/onqtam/doctest/pull/285/files#r333711432 by onqtam · 5 years ago
  20. accd1e4 added xcode 11 by onqtam · 5 years ago
  21. 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
  22. 0b0a374 changelog for 2.3.5 by onqtam · 5 years ago 2.3.5
  23. 77af200 version 2.3.5 by onqtam · 5 years ago
  24. 2e137ae reporting the current subcase if an exception is thrown - fixed #136 by onqtam · 5 years ago
  25. f2ad1aa suppress stuff from msvc headers by onqtam · 5 years ago
  26. be81e76 removed unnecessary complication of classes/structs in the public interface - the 8-9% faster include time for doctest.h doesn't really matter that much when we are talking about 1-2 milliseconds... Maintainability for the framework is more important. by onqtam · 5 years ago
  27. dca8b66 fixed #282 by onqtam · 5 years ago
  28. 5856bb9 implemented <LEVEL>_THROWS_WITH_AS() assert which combines <LEVEL>_THROWS_WITH with <LEVEL>_THROWS_AS - fixed #295 by onqtam · 5 years ago
  29. 33cc7f9 Fix typos and misspellings found by codespell. (#292) by warmsocks · 5 years ago
  30. 4552c01 Add -order-by=name to filter_2 test. (#288) by Daan De Meyer · 5 years ago
  31. 5dd4957 Update docs to mark -order-by=file,suite and name compiler-dependent. (#290) by Daan De Meyer · 5 years ago
  32. 7e07d1b Document that -order-by=file is compiler-dependent. (#289) by Daan De Meyer · 5 years ago
  33. 3c6834b Add support for compiling with clang-cl. (#286) by Daan De Meyer · 5 years ago
  34. 6adc79f Remove redundant minimum version limitation in order to support building with older releases of Meson (#283) by Yordan Miladinov · 5 years ago
  35. abbfb25 fixed bullet points in markdown by Viktor Kirilov · 5 years ago
  36. f57251f fixed #280 by Viktor Kirilov · 5 years ago
  37. 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
  38. 03f8783 fixed #277 - added override macros by Viktor Kirilov · 5 years ago
  39. f13a00c changelog for 2.3.4 by onqtam · 5 years ago 2.3.4
  40. 5014634 version 2.3.4 by onqtam · 5 years ago
  41. b2cf8e8 updated docs by onqtam · 5 years ago
  42. 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
  43. 247a6b6 suppressing a warning on MSVC about implicitly deleted assignment operator for lambdas..... by onqtam · 5 years ago
  44. 968cc94 cmake on appveyor is still old... by onqtam · 5 years ago
  45. 70050a5 testing VS 2019 on appveyor by onqtam · 5 years ago
  46. 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
  47. 203581a small doc fix by Viktor Kirilov · 5 years ago
  48. 5e493d3 Rework `INFO` lazy evaluation to use lambdas. (#270) by Daan De Meyer · 5 years ago
  49. 5ee84b4 Improve Listener docs (#273) by Clare Macrae · 5 years ago
  50. 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
  51. 9260898 fixed #267 by Viktor Kirilov · 5 years ago
  52. 8f510f9 #266 #243 #231 by Viktor Kirilov · 5 years ago
  53. 10101a1 fixed #266 fixed #243 relates #231 by Viktor Kirilov · 5 years ago
  54. 999f665 manually did what was in PR #258 by Viktor Kirilov · 5 years ago
  55. 6f1241c Fixes to the documentation + forcing C++11 for AppleClang - to rework later. by Claus Klein · 5 years ago
  56. ebc76d5 Fix #253 (#254) by Daan De Meyer · 5 years ago
  57. d70ff74 Revert "fix : includeing windows.h header caause error (#258)" (#263) by Viktor Kirilov · 5 years ago
  58. 7df0644 only look for C++ compiler with CMake (#256) by zhihaoy · 5 years ago
  59. 92e8615 fix : includeing windows.h header caause error (#258) by rinechran · 5 years ago
  60. 50c6a83 Fix static analyzer URLs (#259) by Kevin Godby · 5 years ago
  61. c250f8a fixes unrelated to code (added funding badge, fixed some comments) by Viktor Kirilov · 5 years ago
  62. de04576 add alias target for doctest for use in build tree (#247) by Trond H Emaus · 5 years ago
  63. 2ce8c59 changelog for 2.3.3 by onqtam · 5 years ago 2.3.3
  64. a52e94b version 2.3.3 by onqtam · 5 years ago
  65. 0f86a67 updated the doctest header by onqtam · 5 years ago
  66. e8f443e code reuse for the parsing of options and flags by onqtam · 5 years ago
  67. a762557 fixed #241 by onqtam · 5 years ago
  68. 744a476 reverted the changes in commit f9afca14f08e0656426110d8f44c00de8bc3df1b - relates #241 by onqtam · 5 years ago
  69. 99f00f1 relates #241 by onqtam · 5 years ago
  70. 1ea9144 fixed #183 by onqtam · 5 years ago
  71. 420e747 updated the build matrix so builds don't fail... by onqtam · 5 years ago
  72. 04b339e testing CI - latest compilers by onqtam · 5 years ago
  73. a40e3b9 added mentions in the docs regarding the new doctest_discover_tests function added by PR #236 by onqtam · 5 years ago
  74. f8b5ba6 fixed #241 by onqtam · 5 years ago
  75. 26d7344 fixed #126 by onqtam · 5 years ago
  76. 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
  77. 64e3ddc fix #239 - use long macro name (#240) by m-bd · 5 years ago
  78. 35b339f Add doctest_discover_tests() (#236) by Cristian Morales Vega · 5 years ago
  79. 109b9e9 did manually what was proposed in #237 by onqtam · 5 years ago
  80. 8585360 Ignore redundant-decls warning on MinGW (#235) by AMS21 · 5 years ago
  81. ec0d37e Fixed meson build file dependency declaration (#233) by jormundgand · 5 years ago
  82. 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
  83. 18821c0 changelog for 2.3.2 by onqtam · 5 years ago
  84. 5eb54c3 updated wandbox by onqtam · 5 years ago
  85. 505b05c version 2.3.2 by onqtam · 5 years ago
  86. 43271a6 regenerating the meson build file when the version changes - relates #232 by onqtam · 5 years ago
  87. 0df6ead added GCC 9 by onqtam · 5 years ago
  88. 7435f4a fixed #230 by onqtam · 5 years ago
  89. 0de307c Added meson file, to declare a dependency. (#232) by jormundgand · 6 years ago
  90. 3b324ce Explicitly specify the doctest_with_main C++ standard in CMake. (#231) by Daan De Meyer · 6 years ago
  91. 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
  92. f9d5d6a Remove architecture check from CMake package (#225) by Morris Hafner · 6 years ago
  93. 06e8d3f fixed #221 - Wunused-variable for clang-cl & DOCTEST_REGISTER_REPORTER by onqtam · 6 years ago
  94. c123a69 add default install prefix (#219) by Harald · 6 years ago
  95. c30dcc2 hopefully the last... by onqtam · 6 years ago
  96. 3433fba ... by onqtam · 6 years ago
  97. b4b95d2 making the warning gods happy again... by onqtam · 6 years ago
  98. e4d0448 why was I even trying to not set unrecognized options.... so much pain with 0 gain by onqtam · 6 years ago
  99. a726e9e a bit of playing around with warnings by onqtam · 6 years ago
  100. 9a8a1ce added a way to cast the expressions in the exception-related asserts to void by onqtam · 6 years ago