1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added... the only new warning option for GCC 8 that is not in Wall/Wextra More... over 7 years ago
actually re-enabled the printing in the output window of visual studio - I might release a minor version (1.2.9) with the current changes before 1.3.0 (a big one - with reporters, matchers and thread safety!) More... over 7 years ago
some cleanup: - removed functions like my_strlen - will write suppression files for sanitizers/valgrind for buggy toolchains/platforms - no more code clutter! - renamed streams to "s" - other small things More... over 7 years ago
fixed builds - temporarily disabled output from asserts in the output window of IDEs - will re-enable when reporters are implemented More... over 7 years ago
initial version of moving to streams for the reporting - almost 200 lines shorter! More... over 7 years ago
updated roadmap More... over 7 years ago
doctest builds with Visual Studio 2017 (15.7.0) - disabling a spectre related warning More... over 7 years ago
added a few links in docs More... over 7 years ago
added gcc 8 to the build matrix - allowed to fail for now More... over 7 years ago
fixing gcc 4.4 builds - relates #118 More... over 7 years ago
added Dean Bodenham to the list of donators! More... over 7 years ago
fixed issue #118 - silencing the problematic warning. the char buffer is already annotated to have the proper alignment - this is probably a misdiagnostic by the compiler and should be safe to silence More... over 7 years ago
Fix deprecated-declarations warning with GCC-8.0 (#131) More... over 7 years ago
small comments More... over 7 years ago
fixed issue #129 More... over 7 years ago
tiny cleanup More... over 7 years ago
relates #121 More... over 7 years ago
added xcode 9.3 to build matrix More... over 7 years ago
changelog for 1.2.8 More... over 7 years ago
version 1.2.8 More... over 7 years ago
fixed issue #118 More... over 7 years ago
fixed issue #119 More... over 7 years ago
added clang 6 to build matrix on travis More... over 7 years ago
typo in comment More... over 7 years ago
added @aras-p from patreon! More... over 7 years ago
removed old compilers no longer supported on travis CI More... over 7 years ago
updated copyright years and added 3 builds to the allowed failures on travis since there is some bug in the leak sanitizer... More... over 7 years ago
changelog for version 1.2.7 More... over 7 years ago
version 1.2.7 More... over 7 years ago
simplified the option parsing a bit - fixed #104 More... over 7 years ago