47
I Use This!
High Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Sep 23, 2025 — Sep 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CheckMemoryLeak: Fixed bug 2190219 - False positive, Mismatching allocation and deallocation More... almost 18 years ago
CheckIncompleteStatement: Fixed false positive generated by CheckIncompleteStatement (bug 2187837) More... almost 18 years ago
CheckClass: Minor fix to make it compile in Visual c++ More... almost 18 years ago
CheckConstructors: Handle recursion better. Don't hang. More... almost 18 years ago
Memory Leak: Better checking of mismatching alloc and dealloc for gtk More... almost 18 years ago
Memory Leak: Fixed false positive More... almost 18 years ago
tokenize: Fixed possible endless loop problem when handling typedefs More... almost 18 years ago
Memory Leak: Better checking of memory leaks in gtk applications More... almost 18 years ago
testing: Various fixes to make the tests compile without warnings/errors More... almost 18 years ago
MemoryLeak: Minor fix to reduce false positives More... almost 18 years ago
MemoryLeak: minor updates More... almost 18 years ago
Testing: Added macro 'REGISTER_TEST' More... almost 18 years ago
Testing: Updated the testing to the new test framework More... almost 18 years ago
testing: Removed MiniCppUnit More... almost 18 years ago
testing: Added a new unit testing framework More... almost 18 years ago
testmemleak: preparing to add checks of function calls More... almost 18 years ago
Unsigned division: Checking if negative constant is used More... almost 18 years ago
TestDivision: Added two tests of unsigned division when negative constant is used. More... almost 18 years ago
CheckUnsignedDivision: Made it more accurate and moved it to the standard checks More... almost 18 years ago
CheckMemoryLeak: Removed false positives about not deleting class instances More... almost 18 years ago
cppcheck: removed checking of implementation in header. temporarily commented out the check for variable scope. These changes were made so that fewer warning messages will be produced when running c++check More... about 18 years ago
testunusedvar: Added simple testing for unused variables More... about 18 years ago
CheckOther: Minor updates. Removed false positives for CheckScope More... about 18 years ago
Incomplete statement: Check for statements that begin with a constant More... about 18 years ago
CheckOther: Minor updates in checking of signed char variables and unsigned division More... about 18 years ago
CheckUnsignedDivision: Refactoring More... about 18 years ago
tokenize: Fixed a bug in the tokenizer More... about 18 years ago
visual c++: added "--recursive" support More... about 18 years ago
compilation: Various cross compilation fixes. The "--recursive" option doesn't work on VC now. More... about 18 years ago
compilation: hopefully the program should be compilable on VC now More... about 18 years ago