openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
doctest testing framework
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 15 of 48
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
hopefully the last...
onqtam
More...
over 6 years ago
...
onqtam
More...
over 6 years ago
making the warning gods happy again...
onqtam
More...
over 6 years ago
why was I even trying to not set unrecognized options.... so much pain with 0 gain
onqtam
More...
over 6 years ago
a bit of playing around with warnings
onqtam
More...
over 6 years ago
added a way to cast the expressions in the exception-related asserts to void
onqtam
More...
over 6 years ago
this is actually necessary for the xml reporter as well - relates #217
onqtam
More...
over 6 years ago
fixed #217
onqtam
More...
over 6 years ago
... https://travis-ci.org/onqtam/doctest/jobs/512218796
onqtam
More...
over 6 years ago
fixed #214
onqtam
More...
over 6 years ago
amazing types of warnings...
onqtam
More...
over 6 years ago
fixed a bunch of warnings
onqtam
More...
over 6 years ago
workaround MSVC C2026 in REQUIRE_THROWS (#213)
zhihaoy
More...
over 6 years ago
fixed a bug in the output when writing to stdout from within a test case would break the XML
onqtam
More...
over 6 years ago
re-introduced the DOCTEST_WITH_TESTS option - shouldn't have removed it in the first place
onqtam
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
onqtam
More...
over 6 years ago
Add two very simple examples of using doctest with CMake (#209)
Tom Hulton-Harrop
More...
over 6 years ago
removing cruft + other insignificant things
onqtam
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
onqtam
More...
over 6 years ago
fixing minor issues
onqtam
More...
over 6 years ago
changelog for 2.3.0
onqtam
More...
over 6 years ago
version 2.3.0
onqtam
More...
over 6 years ago
xml reporter is... done!!!!!
onqtam
More...
over 6 years ago
the options for the run are included in the xml
onqtam
More...
over 6 years ago
the xml reporter now includes queries
onqtam
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
onqtam
More...
over 6 years ago
added VS 2019 support
onqtam
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
onqtam
More...
over 6 years ago
more readable code
onqtam
More...
over 6 years ago
small improvement
onqtam
More...
over 6 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
47
48
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree