47
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
memleak: better handling of switch blocks More... about 18 years ago
testmemleak: added checks for class members More... about 18 years ago
memleak: uncommented and fixed the handling of switch More... about 18 years ago
memleak: commented out the switch handling temporarily. it causes segmentation faults when checking the linux kernel. More... about 18 years ago
made cppcheck compile with g++ 4.3 More... about 18 years ago
djgpp: Fixed compiler warnings/errors when compiling with DJGPP More... about 18 years ago
tokenize: handle simple typedefs More... about 18 years ago
char variable usage: Added checking More... about 18 years ago
testmemleak: improved the checking of loops More... about 18 years ago
testdivision: changed the error message. hopefully it is clearer More... about 18 years ago
testrunner.cbproj: added 'testbufferoverrun', 'testconstructors' and 'testdivision' More... about 18 years ago
CheckMemoryLeak: Improved the reducing of "if.." More... about 18 years ago
testmemleak: replace switch blocks with if blocks More... about 18 years ago
testing: added 'testconstructors' More... about 18 years ago
test: Added 'testdivision.cpp' More... about 18 years ago
test: Added 'testdivision' More... about 18 years ago
test: Minor polishing More... about 18 years ago
test: Added the last buffer overrun tests More... about 18 years ago
testing: Added 'testbufferoverrun' More... about 18 years ago
minicppunit: removed compiler warnings about characters More... about 18 years ago
CheckMemoryLeak: Updated the handling of 'case' and 'default' a little More... about 18 years ago
testing: created new testproject for codegear that uses the minicppunit framework More... about 18 years ago
testing: Moved tests from tests.cpp to testmemleak.cpp (forwhile, switch) More... about 18 years ago
testing: Added tests TestMemoryleak::ifelse More... about 18 years ago
testing: Started using the MiniCppUnit framework More... about 18 years ago
refactoring: made compilation work in codegear More... about 18 years ago
CheckMemoryLeak: Fixed a bug: Don't erase "{ }", replace with ";" More... about 18 years ago