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
about 19 hours
ago. based on code collected
about 19 hours
ago.
Sep 09, 2024 — Sep 09, 2025
Showing page 37 of 48
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
- added tests that assertion macros don't copy the types and that they evaluate the expressions only once
onqtam
More...
almost 9 years ago
Added example how to remove doctest options from the command line for the program after the tests run - fixes #20
onqtam
More...
almost 9 years ago
- added patreon and paypal donation options
onqtam
More...
almost 9 years ago
- added an image instead of code for the main readme - also added the fast assertions in the alternative macros example
onqtam
More...
almost 9 years ago
this should REALLY give 1 more line hit in the coverage...
onqtam
More...
almost 9 years ago
this should get us 1 more line hit in the coverage
onqtam
More...
almost 9 years ago
code coverage should be maxed - around 99.2%
onqtam
More...
almost 9 years ago
code coverage should be again near 99%
onqtam
More...
almost 9 years ago
added the DOCTEST_CONFIG_ASSERTION_PARAMETERS_BY_VALUE config option - will allow to not odr-use static constants like from user-defined traits - fixed #35
onqtam
More...
almost 9 years ago
added DOCTEST_CONFIG_SUPER_FAST_ASSERTS which makes the fast asserts insanely fast for compile times - just 1 function call - with 1 tiny change in behavior - breaking into the debugger will be into an internal doctest function instead of in the test case
onqtam
More...
almost 9 years ago
renamed _ASSERTION to _ASSERT in macros
onqtam
More...
almost 9 years ago
simplified the new unary/binary assertion macros - reusing stuff from the main assertion macro
onqtam
More...
almost 9 years ago
moved stuff out of fwd and into impl
onqtam
More...
almost 9 years ago
implemented the fast alternative assertion macros!
onqtam
More...
almost 9 years ago
binary assertions (and unary) are now properly implemented.
onqtam
More...
almost 9 years ago
- moved an inline remapping function to the implementation part of doctest
onqtam
More...
almost 9 years ago
fixing clang builds...
onqtam
More...
almost 9 years ago
refactor - assertion macros use integers and flags instead of strings and substringing - this will allow me to more easily deal with the increasing number of assertion macros
onqtam
More...
almost 9 years ago
added comments - related to #21
onqtam
More...
almost 9 years ago
fixing travis build...
onqtam
More...
almost 9 years ago
updated Catch submodule
onqtam
More...
almost 9 years ago
added a utility cmake function that creates an executable for a static library with tests
onqtam
More...
almost 9 years ago
fixing CI builds...
onqtam
More...
almost 9 years ago
added warning suppression around the expression decomposition template machinery - comparing signed to unsigned integers should now not generate warnings...
onqtam
More...
almost 9 years ago
for some reason clang 3.6+ on OSX doesn't have Wunused-local-typedef so trying to silence Wunknown-pragmas
onqtam
More...
almost 9 years ago
hopefully fixing CI builds
onqtam
More...
almost 9 years ago
fixing colors for the --success option
onqtam
More...
almost 9 years ago
added clearFilters() to doctest::Context - fixed #33
onqtam
More...
almost 9 years ago
- restrict expressions in assertion macros to binary comparisons at most with a static assert
onqtam
More...
almost 9 years ago
updated docs a bit
onqtam
More...
almost 9 years ago
←
1
2
…
33
34
35
36
37
38
39
40
41
…
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