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
no gcc 10 yet on github actions... More... over 5 years ago
manually applied the changes from PR #352 because there were some other unrelated changes in there as well - properly checking against __cpp_lib_uncaught_exceptions and not looking at __cplusplus More... over 5 years ago
fixed #348 More... over 5 years ago
added gcc 10 to build matrix More... over 5 years ago
fixed #327 More... over 5 years ago
fixed #372 - CHECK_THROWS and CHECK_NOTHROW now can work with varargs ==> allows for expressions with commas such as 'CHECK_NOTHROW(TestClass<int, float>(5));' More... over 5 years ago
fixed #370 - including windows.h with lower case for mingw More... over 5 years ago
rebuilt header More... over 5 years ago
fixed #369 - added the ability to override file_line_to_stream More... over 5 years ago
fix: possible UB with nullptr increment (#368) More... over 5 years ago
Use CMP0077 policy if available (#363) More... over 5 years ago
fixing clang on windows builds More... over 5 years ago
Fix warning c6319 in Visual Studio 16.5 (#361) More... over 5 years ago
fixing msvc builds More... over 5 years ago
fixed #350 - preventing crashes when reloading plugins with test cases More... over 5 years ago
silencing a warning for the deprecated std::uncaught_exception - see this: https://github.com/onqtam/doctest/commit/f7bcaaa0757434abbc60ce8e7f54f10e5a0f6c30#commitcomment-37483656 More... over 5 years ago
fixed build......... subcases.cpp(142): warning C5032: detected #pragma warning(push) with no corresponding #pragma warning(pop) More... over 5 years ago
changelog for 2.3.7 More... over 5 years ago
added Clang 9 to the travis build matrix More... over 5 years ago
fixed windows build... More... over 5 years ago
trying VS 2019 on appveyor again More... over 5 years ago
vecrion 2.3.7 More... over 5 years ago
subcases can have generated names and even be in loops! relates #328 More... over 5 years ago
fixed #343 More... over 5 years ago
using std namespace where necessary (#341) More... over 5 years ago
removed coverity badge because it just doesn't fit :| More... over 5 years ago
Fix GitHub CI and add GitHub build badges (#336) - closes #334 More... over 5 years ago
fix std::uncaught_exceptions (#340) - closes #333
cyy
More... over 5 years ago
Update links (#331) - http => https More... over 5 years ago
Switch to catching unhandled exceptions on Windows Closes #324 (#325) More... over 5 years ago