1. 0682171 fixes after merging #203 by onqtam · 6 years ago
  2. 73ff612 Template apply (#203) by zhihaoy · 6 years ago
  3. 0875406 clang 8 by onqtam · 6 years ago
  4. 07d5901 Fix unmatched bracket in DOCTEST_TEST_CASE_CLASS (#204) by Patrick Stewart · 6 years ago
  5. 052a55b fixing builds for sure by onqtam · 6 years ago
  6. f93b209 fixing build by onqtam · 6 years ago
  7. 09e6d3e fixes around crashing and proper reporting of stats by onqtam · 6 years ago
  8. 366c368 doctest tests can now be ran in parallel through ctest! fixed #202 by onqtam · 6 years ago
  9. 2ce5b56 fixed a few bugs by onqtam · 6 years ago
  10. 1514fbf this should really fix the builds by onqtam · 6 years ago
  11. 225189b fixed builds by onqtam · 6 years ago
  12. b656d60 added a subcase test by onqtam · 6 years ago
  13. d347546 queries now also go through the reporter interface! by onqtam · 6 years ago
  14. a5eeba4 more docs by onqtam · 6 years ago
  15. b205cf1 fix builds by onqtam · 6 years ago
  16. a1a38de some work on the docs/examples by onqtam · 6 years ago
  17. eb81823 fixing builds by onqtam · 6 years ago
  18. 8f88c00 fixed #198 by onqtam · 6 years ago
  19. 585bb71 more work on the xml reporter + other cleanup. Also implemented output to file by onqtam · 6 years ago
  20. 15ce266 some more work by onqtam · 6 years ago
  21. 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
  22. 2d718a5 No undefined behavior per C++ standard in detecting endianess. (#195) by Dimitrij Mijoski · 6 years ago
  23. 82d7139 build & bug fixes + more work on the xml reporter by onqtam · 6 years ago
  24. 61e89a0 fixing CI builds by onqtam · 6 years ago
  25. 02d4c9b Fix propagating include directories of target doctest_with_main (#193) by Dimitrij Mijoski · 6 years ago
  26. c557ef9 fixing clang builds by onqtam · 6 years ago
  27. 759b98a fixes of output by onqtam · 6 years ago
  28. 8dbd21b first hacky version of an xml reporter! the XmlWriter class has been taken directly from Catch2 - even the formatting/naming has been kept the same. Thanks to Phil for allowing that. This way hopefully bug fixes will be more trivial to port from Catch2 to doctest - that is an issue since I'm not much of an xml guy and would gladly borrow some utf-8 hardened code with x10 the users of doctest. by onqtam · 6 years ago
  29. eb98834 removed something terribly smelly - the re-entering of test cases - now start/end are called only once for a test case - and the re-entering because of subcases doesn't call the start/end functions - this will be of great value for future reporters (the xml one for example - much simpler). by onqtam · 6 years ago
  30. b802a58 some refactoring by onqtam · 6 years ago
  31. d9d794c fixing builds - updated output by onqtam · 6 years ago
  32. acbcd12 higher test coverage by onqtam · 6 years ago
  33. 36e3745 "fixes" after merging #187 by onqtam · 6 years ago
  34. 2870d77 renamed the file - correct english matters! by onqtam · 6 years ago
  35. d52859a updated links to Catch2 (even though they weren't "broken") by onqtam · 6 years ago
  36. ed6d707 checking for exceptions support just like nlohmann/json does it - also see this commit: by onqtam · 6 years ago
  37. df8b6d4 added badge for https://lgtm.com and cleaned up warnings by onqtam · 6 years ago
  38. 98376c7 updated license years by onqtam · 6 years ago
  39. f4053cb fixed #188 by onqtam · 6 years ago
  40. 981fb6a small docs/comments fixes by onqtam · 6 years ago
  41. 5a18b49 new xcode image by onqtam · 6 years ago
  42. 53c13cd added stargazers graphic by onqtam · 6 years ago
  43. 0dbbd4f Move single header to a separate folder (#187) by Dimitrij Mijoski · 6 years ago
  44. a7af1d6 Fix Clang format to handle C++11 (#186) by Dimitrij Mijoski · 6 years ago
  45. 447b155 Rename doctest_impl.h to doctest.cpp for less confusion. (#185) by Dimitrij Mijoski · 6 years ago
  46. b2611a1 changelog for 2.2.3 by onqtam · 6 years ago 2.2.3
  47. 935e52c version 2.2.3 by onqtam · 6 years ago
  48. 2d36c23 fixed #122 by onqtam · 6 years ago
  49. a4c5261 fixed #76 - can now write test cases inside of class bodies thanks to C++17 inline variables - by using the TEST_CASE_CLASS macro! by onqtam · 6 years ago
  50. 6690404 fixed #182 by onqtam · 6 years ago
  51. f84adc1 updated changelog by onqtam · 6 years ago 2.2.2
  52. bace896 reverted back to the old style because even if the headers are sent to wandbox (the online compiler) with the right directory structure - the online service wouldn't allow me to use paths for including headers... relates #175 by onqtam · 6 years ago
  53. c5458f2 Change the include path in examples as #175 (#180) by ncihnegn · 6 years ago
  54. 92350e4 updated changelog by onqtam · 6 years ago
  55. 8c0408b fix compilation by onqtam · 6 years ago
  56. bc43fe4 Fix CMake include path #175 (#179) by ncihnegn · 6 years ago
  57. 21ead29 changelog for 2.2.2 by onqtam · 6 years ago
  58. f5bec8d version 2.2.2 by onqtam · 6 years ago
  59. ce4523b fixes #175 by onqtam · 6 years ago
  60. b35b269 use #ifdef vs #if defined() when only a single preprocessor symbol is in the condition by onqtam · 6 years ago
  61. 4d87069 fixed #178 by onqtam · 6 years ago
  62. 692a5a6 closes #177 by Viktor Kirilov · 6 years ago
  63. af23b3c relates #177 by Viktor Kirilov · 6 years ago
  64. 01dc6df removed prefix for global by onqtam · 6 years ago
  65. fa85667 fixed #174 by onqtam · 6 years ago
  66. 2d69a16 updated things for 2.2.1 by onqtam · 6 years ago 2.2.1
  67. 7e58f61 fixed #173 by onqtam · 6 years ago
  68. e2fa96b changelog for 2.2.1 by onqtam · 6 years ago
  69. 8e98986 version 2.2.1 by onqtam · 6 years ago
  70. b031dd0 hopefully fixing xcode 6.4/7.3 builds by onqtam · 6 years ago
  71. 5b514ec trying to fix the old OSX builds - propagating the thread_local definition by Viktor Kirilov · 6 years ago
  72. eb89a02 re-enabling builds on travis for xcode 6.4 and 7.3 by onqtam · 6 years ago
  73. 46d606a fixed docs by onqtam · 6 years ago
  74. 5bf36c0 changelog for 2.2.0 by onqtam · 6 years ago 2.2.0
  75. 72ca33b version 2.2 by onqtam · 6 years ago
  76. 24e4879 updated docs by onqtam · 6 years ago
  77. 819f72a windows benchmarks by onqtam · 6 years ago
  78. 3b26089 linux benchmarks for doctest asserts updated by onqtam · 6 years ago
  79. 349a7f0 moved the benchmarking scripts to the new assert types by onqtam · 6 years ago
  80. 348b109 small docs fixes and preparations for the benchmarking to be done tomorrow by onqtam · 6 years ago
  81. c494843 fixes #166 and fixes #167 - TODO: update benchmarks page by onqtam · 6 years ago
  82. abb864e changelog for 2.1.0 by onqtam · 6 years ago 2.1.0
  83. 2d97b85 version 2.1 by onqtam · 6 years ago
  84. 21dcb41 small fixes after merging #158 by onqtam · 6 years ago
  85. a420d8c Make it possible to change the command line options prefix (#158) by Thomas Bleher · 6 years ago
  86. 4af24f8 fixed #151 by onqtam · 6 years ago
  87. efa6102 no more shadowing of size() with param size - fixes warning on CI by onqtam · 6 years ago
  88. 8cf9041 users can now pass both just the exception type and a const(+ref) version of it to the <LEVEL>_THROWS_AS macros and it means the same - const and & are always removed (if present) and then added by onqtam · 6 years ago
  89. 0e6236a added support for CHECK_THROWS_WITH macro - currently accepts only a C string but in the future will be extended for matchers support - fixes #97 by onqtam · 6 years ago
  90. 62c5f32 fixed another broken link by onqtam · 6 years ago
  91. 2520377 small docs fixes by onqtam · 6 years ago
  92. 55d9f05 fixed #165 by onqtam · 6 years ago
  93. 835a0fa small fixes in the docs by onqtam · 6 years ago
  94. 95bd26d removed unnecessary init code for struct sigaction by onqtam · 6 years ago
  95. c544f9c fixes after merging #162 - fixes #163 by onqtam · 6 years ago
  96. bd347ec Fixed build error under Android NDK (#162) by Tal Sh · 6 years ago
  97. 1527482 Added clang-7 to travis build (#161) by AMS21 · 6 years ago
  98. 288e34f Merge pull request #159 from rantasub/StaticNoLint by Viktor Kirilov · 6 years ago
  99. 218c9c7 Silent clang-tidy warnings for static fields by Stephan Fackler · 6 years ago
  100. f4e82db changelog for 2.0.1 by onqtam · 6 years ago 2.0.1