1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
hopefully the last... More... over 6 years ago
... More... over 6 years ago
making the warning gods happy again... More... over 6 years ago
why was I even trying to not set unrecognized options.... so much pain with 0 gain More... over 6 years ago
a bit of playing around with warnings More... over 6 years ago
added a way to cast the expressions in the exception-related asserts to void More... over 6 years ago
this is actually necessary for the xml reporter as well - relates #217 More... over 6 years ago
fixed #217 More... over 6 years ago
... https://travis-ci.org/onqtam/doctest/jobs/512218796 More... over 6 years ago
fixed #214 More... over 6 years ago
amazing types of warnings... More... over 6 years ago
fixed a bunch of warnings More... over 6 years ago
workaround MSVC C2026 in REQUIRE_THROWS (#213) More... over 6 years ago
fixed a bug in the output when writing to stdout from within a test case would break the XML More... over 6 years ago
re-introduced the DOCTEST_WITH_TESTS option - shouldn't have removed it in the first place More... over 6 years ago
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 More... over 6 years ago
Add two very simple examples of using doctest with CMake (#209) More... over 6 years ago
removing cruft + other insignificant things More... over 6 years ago
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 More... over 6 years ago
fixing minor issues More... over 6 years ago
changelog for 2.3.0 More... over 6 years ago
version 2.3.0 More... over 6 years ago
xml reporter is... done!!!!! More... over 6 years ago
the options for the run are included in the xml More... over 6 years ago
the xml reporter now includes queries More... over 6 years ago
temporarily disabled the VS 2019 builds on the CI - until this gets fixed: https://github.com/appveyor/ci/issues/2891 More... over 6 years ago
added VS 2019 support More... over 6 years ago
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 More... over 6 years ago
more readable code More... over 6 years ago
small improvement More... over 6 years ago