1. c1de39c hopefully the last... by onqtam · 6 years ago cesnet/2019-03-31--before-upstream-force-pushed
  2. 2990d73 ... by onqtam · 6 years ago
  3. 5aba9f5 making the warning gods happy again... by onqtam · 6 years ago
  4. 140583f why was I even trying to not set unrecognized options.... so much pain with 0 gain by onqtam · 6 years ago
  5. 8c3e296 a bit of playing around with warnings by onqtam · 6 years ago
  6. ac329d5 added a way to cast the expressions in the exception-related asserts to void by onqtam · 6 years ago
  7. a7a2ba1 this is actually necessary for the xml reporter as well - relates #217 by onqtam · 6 years ago
  8. 0458927 fixed #217 by onqtam · 6 years ago
  9. 40b1a81 ... https://travis-ci.org/onqtam/doctest/jobs/512218796 by onqtam · 6 years ago
  10. 802bb03 fixed #214 by onqtam · 6 years ago
  11. 3e63576 amazing types of warnings... by onqtam · 6 years ago
  12. b47a55c fixed a bunch of warnings by onqtam · 6 years ago
  13. 61075d7 workaround MSVC C2026 in REQUIRE_THROWS (#213) by zhihaoy · 6 years ago
  14. 138467d fixed a bug in the output when writing to stdout from within a test case would break the XML by onqtam · 6 years ago
  15. b1ed7e4 re-introduced the DOCTEST_WITH_TESTS option - shouldn't have removed it in the first place by onqtam · 6 years ago
  16. 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
  17. c1f3e01 removing cruft + other insignificant things by onqtam · 6 years ago
  18. 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
  19. 17c9738 fixing minor issues by onqtam · 6 years ago
  20. d67c34c Add two very simple examples of using doctest with CMake (#209) by Tom Hulton-Harrop · 6 years ago
  21. ff5022c changelog for 2.3.0 by onqtam · 6 years ago 2.3.0
  22. 92dce5b version 2.3.0 by onqtam · 6 years ago
  23. cdfcb57 xml reporter is... done!!!!! by onqtam · 6 years ago
  24. 7868611 the options for the run are included in the xml by onqtam · 6 years ago
  25. 53d8fa0 the xml reporter now includes queries by onqtam · 6 years ago
  26. 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
  27. 190ba25 added VS 2019 support by onqtam · 6 years ago
  28. 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
  29. 4c594ba more readable code by onqtam · 6 years ago
  30. 40fc39c small improvement by onqtam · 6 years ago
  31. e42280c fixed #206 by onqtam · 6 years ago
  32. 22fdfd8 fixed #207 by onqtam · 6 years ago
  33. 0bebe8e fixing builds by onqtam · 6 years ago
  34. 8d5eafa fixing coverage by onqtam · 6 years ago
  35. d25f18e show git diff when output is different - instead of the entire 2 files by onqtam · 6 years ago
  36. 2377a0c xml switch flipped for the tests! by onqtam · 6 years ago
  37. 88911e3 proper names - relates #203 by onqtam · 6 years ago
  38. 976d58f moved badges up in the readme by onqtam · 6 years ago
  39. 15953d3 unified config option for using standard includes instead of forward-declaring types from the std namespace by onqtam · 6 years ago
  40. 0682171 fixes after merging #203 by onqtam · 6 years ago
  41. 73ff612 Template apply (#203) by zhihaoy · 6 years ago
  42. 0875406 clang 8 by onqtam · 6 years ago
  43. 07d5901 Fix unmatched bracket in DOCTEST_TEST_CASE_CLASS (#204) by Patrick Stewart · 6 years ago
  44. 052a55b fixing builds for sure by onqtam · 6 years ago
  45. f93b209 fixing build by onqtam · 6 years ago
  46. 09e6d3e fixes around crashing and proper reporting of stats by onqtam · 6 years ago
  47. 366c368 doctest tests can now be ran in parallel through ctest! fixed #202 by onqtam · 6 years ago
  48. 2ce5b56 fixed a few bugs by onqtam · 6 years ago
  49. 1514fbf this should really fix the builds by onqtam · 6 years ago
  50. 225189b fixed builds by onqtam · 6 years ago
  51. b656d60 added a subcase test by onqtam · 6 years ago
  52. d347546 queries now also go through the reporter interface! by onqtam · 6 years ago
  53. a5eeba4 more docs by onqtam · 6 years ago
  54. b205cf1 fix builds by onqtam · 6 years ago
  55. a1a38de some work on the docs/examples by onqtam · 6 years ago
  56. eb81823 fixing builds by onqtam · 6 years ago
  57. 8f88c00 fixed #198 by onqtam · 6 years ago
  58. 585bb71 more work on the xml reporter + other cleanup. Also implemented output to file by onqtam · 6 years ago
  59. 15ce266 some more work by onqtam · 6 years ago
  60. 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
  61. 2d718a5 No undefined behavior per C++ standard in detecting endianess. (#195) by Dimitrij Mijoski · 6 years ago
  62. 82d7139 build & bug fixes + more work on the xml reporter by onqtam · 6 years ago
  63. 61e89a0 fixing CI builds by onqtam · 6 years ago
  64. 02d4c9b Fix propagating include directories of target doctest_with_main (#193) by Dimitrij Mijoski · 6 years ago
  65. c557ef9 fixing clang builds by onqtam · 6 years ago
  66. 759b98a fixes of output by onqtam · 6 years ago
  67. 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
  68. 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
  69. b802a58 some refactoring by onqtam · 6 years ago
  70. d9d794c fixing builds - updated output by onqtam · 6 years ago
  71. acbcd12 higher test coverage by onqtam · 6 years ago
  72. 36e3745 "fixes" after merging #187 by onqtam · 6 years ago
  73. 2870d77 renamed the file - correct english matters! by onqtam · 6 years ago
  74. d52859a updated links to Catch2 (even though they weren't "broken") by onqtam · 6 years ago
  75. ed6d707 checking for exceptions support just like nlohmann/json does it - also see this commit: by onqtam · 6 years ago
  76. df8b6d4 added badge for https://lgtm.com and cleaned up warnings by onqtam · 6 years ago
  77. 98376c7 updated license years by onqtam · 6 years ago
  78. f4053cb fixed #188 by onqtam · 6 years ago
  79. 981fb6a small docs/comments fixes by onqtam · 6 years ago
  80. 5a18b49 new xcode image by onqtam · 6 years ago
  81. 53c13cd added stargazers graphic by onqtam · 6 years ago
  82. 0dbbd4f Move single header to a separate folder (#187) by Dimitrij Mijoski · 6 years ago
  83. a7af1d6 Fix Clang format to handle C++11 (#186) by Dimitrij Mijoski · 6 years ago
  84. 447b155 Rename doctest_impl.h to doctest.cpp for less confusion. (#185) by Dimitrij Mijoski · 6 years ago
  85. b2611a1 changelog for 2.2.3 by onqtam · 6 years ago 2.2.3
  86. 935e52c version 2.2.3 by onqtam · 6 years ago
  87. 2d36c23 fixed #122 by onqtam · 6 years ago
  88. 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
  89. 6690404 fixed #182 by onqtam · 6 years ago
  90. f84adc1 updated changelog by onqtam · 6 years ago 2.2.2
  91. 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
  92. c5458f2 Change the include path in examples as #175 (#180) by ncihnegn · 6 years ago
  93. 92350e4 updated changelog by onqtam · 6 years ago
  94. 8c0408b fix compilation by onqtam · 6 years ago
  95. bc43fe4 Fix CMake include path #175 (#179) by ncihnegn · 6 years ago
  96. 21ead29 changelog for 2.2.2 by onqtam · 6 years ago
  97. f5bec8d version 2.2.2 by onqtam · 6 years ago
  98. ce4523b fixes #175 by onqtam · 6 years ago
  99. b35b269 use #ifdef vs #if defined() when only a single preprocessor symbol is in the condition by onqtam · 6 years ago
  100. 4d87069 fixed #178 by onqtam · 6 years ago