47
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
testing: Added test for mismatching allocation and deallocation More... over 18 years ago
CheckBufferOverrun: Refactoring and made the checking smarter More... over 18 years ago
CheckBufferOverrun: Fixed minor bug that resultet in false positives More... over 18 years ago
CheckMemoryLeak: Made the checking weaker to reduce false positives More... over 18 years ago
CheckMemoryLeak: Handling functions that allocate memory More... over 18 years ago
CheckStructMemberUsage: Added more cases More... over 18 years ago
CheckStructMemberUsage: Check for unused struct members More... over 18 years ago
CheckGlobalFunctionUsage: Optimised More... over 18 years ago
CheckMemoryLeak: Removed false positives More... over 18 years ago
CheckConstantFunctionParameters: Updated the check to handle all std::.. struct and class More... over 18 years ago
Added check: passing constant function parameter by value instead of by reference/pointer More... over 18 years ago
CheckMemoryLeak.cpp: Minor improvements to avoid false positives More... over 18 years ago
Checking memset/memcpy/memmove. Removed false positives More... over 18 years ago
CheckMemoryLeak: A few tweaks to make it report less false positives against the linux kernel More... over 18 years ago
CheckMemoryLeak: Small fixes and updates More... over 18 years ago
CheckMemoryLeak: Bug fix so that checking stops when the variable goes out of scope More... over 18 years ago
Removed 'bugs_that_cppcheck_finds'. It will be listed in the wiki instead More... over 18 years ago
Minor updates. Added todo. Refactoring More... over 18 years ago
CheckMemoryLeak: Improved the checking (tests.cpp:memleak_in_function:test16) More... over 18 years ago
CheckMemoryLeak: fixed bug that caused false positives More... over 18 years ago
Added testcase to look at later More... over 18 years ago
Checking for memory leaks. Changed the handling of comments about deleting More... over 18 years ago
Make it possible to disable memory leak checking for a variable. Usable to avoid false positives More... over 18 years ago
Added comments More... over 18 years ago
Refactoring CheckMemoryLeak to detect more leaks More... over 18 years ago
CheckBufferOverrun: Removed a false positive More... over 18 years ago
Minor updates in text files. More... over 18 years ago
TestTok: Deleted deprecated file More... over 18 years ago
CheckMemoryLeak: Added more allocation and deallocation functions More... over 18 years ago
Makefile: Removed Statements More... over 18 years ago