1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Sep 09, 2024 — Sep 09, 2025
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 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 More... almost 9 years ago
- added patreon and paypal donation options 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 More... almost 9 years ago
this should REALLY give 1 more line hit in the coverage... More... almost 9 years ago
this should get us 1 more line hit in the coverage More... almost 9 years ago
code coverage should be maxed - around 99.2% More... almost 9 years ago
code coverage should be again near 99% 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 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 More... almost 9 years ago
renamed _ASSERTION to _ASSERT in macros More... almost 9 years ago
simplified the new unary/binary assertion macros - reusing stuff from the main assertion macro More... almost 9 years ago
moved stuff out of fwd and into impl More... almost 9 years ago
implemented the fast alternative assertion macros! More... almost 9 years ago
binary assertions (and unary) are now properly implemented. More... almost 9 years ago
- moved an inline remapping function to the implementation part of doctest More... almost 9 years ago
fixing clang builds... 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 More... almost 9 years ago
added comments - related to #21 More... almost 9 years ago
fixing travis build... More... almost 9 years ago
updated Catch submodule More... almost 9 years ago
added a utility cmake function that creates an executable for a static library with tests More... almost 9 years ago
fixing CI builds... More... almost 9 years ago
added warning suppression around the expression decomposition template machinery - comparing signed to unsigned integers should now not generate warnings... 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 More... almost 9 years ago
hopefully fixing CI builds More... almost 9 years ago
fixing colors for the --success option More... almost 9 years ago
added clearFilters() to doctest::Context - fixed #33 More... almost 9 years ago
- restrict expressions in assertion macros to binary comparisons at most with a static assert More... almost 9 years ago
updated docs a bit More... almost 9 years ago