47
I Use This!
High Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 2 days ago.
Sep 19, 2025 — Sep 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
test cppcheck: All tests work More... over 18 years ago
Fixed bugs in 'CheckBufferOverrun.cpp' More... over 18 years ago
To compile with borland, 'algorithm' was needed More... over 18 years ago
Refactoring of 'CheckBufferOverrun.cpp' More... over 18 years ago
Refactoring 'CheckBufferOverrun'. Added 'Match1'. More... over 18 years ago
Refactoring the 'CheckBufferOverrun' More... over 18 years ago
Removed checking of 'dynamic data' it's impossible to determine if it's false or true positives without deeper analysis. More... over 18 years ago
Made the checking for buffer overruns more generic More... over 18 years ago
Combined 'findfunction' and 'FindFunction'. Updated "CheckBufferOverrun" (checking for-loops). More... over 18 years ago
Buffer overrun in function parameter More... over 18 years ago
Refactoring (Replace '->' with '.', use matching function when possible) More... over 18 years ago
Reverted 205:207 More... over 18 years ago
Refactoring More... over 18 years ago
Refactoring: Use 'setindentlevel' More... over 18 years ago
Refactoring: Added helper function 'setindentlevel' More... over 18 years ago
Minor refactoring More... over 18 years ago
In the checks, use const pointers More... over 18 years ago
Handling pointers in 'CheckBufferOverrun_StructVariable' More... over 18 years ago
Check for buffer overruns for struct members (only numeric) More... over 18 years ago
Deleted obsolete file 'checknpp.bat' More... over 18 years ago
'CheckUnsignedDivision' -> more errors. 'CheckVariableScope' -> removed false errors. More... over 18 years ago
Rewrote the checking for "unsigned division" => less false positives More... over 18 years ago
tokenize: Fixed two bugs * don't hang if we can't find the ending of a string. * don't divide by zero More... over 18 years ago
Updates here and there to make it more accurate More... over 18 years ago
Better checking of class declarations. More... over 18 years ago
Updated tokenizer. To handle "#define f1(a,b) (a+b)" better More... over 18 years ago
Checking variable scope More... over 18 years ago
Updated 'todo.txt' More... over 18 years ago
bug fixes for 'CheckVariableScope' More... over 18 years ago
Added test 'CheckVariableScope'. Increased constness. More... over 18 years ago