47
I Use This!
High Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Sep 23, 2025 — Sep 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
CheckMemoryLeak: Minor updates More... about 18 years ago
CheckMemoryLeak: Made a test case work More... about 18 years ago
CheckMemoryLeak: Simplified and updated the code reducers More... about 18 years ago
CheckMemoryLeak: Refactoring further More... about 18 years ago
CheckMemoryLeak: Added simple checking More... about 18 years ago
CheckMemoryLeak: Got rid of false positives More... about 18 years ago
CheckMemoryLeak: Refactoring the check More... about 18 years ago
CheckMemoryLeak: Made the checking a lot simpler when "--all" is not given. This should give few false positives More... about 18 years ago
tests: Added memory leak test that gives a false positive More... about 18 years ago
CheckMemoryLeak: Added testcase and made it work (assume that foo.add(p) deallocates p. Todo to trace into foo.add) More... about 18 years ago
CheckMemoryLeak: better handling of switch blocks More... about 18 years ago
CheckMemoryLeak: Handle one more test case (return pointer) More... about 18 years ago
CheckMemoryLeak: Calling unknown function => assume that it's deallocating variable More... about 18 years ago
memory leak: improved the checking. subfunctions are parsed. redundant conditions are skipped More... about 18 years ago
cleanup: removed spaces More... about 18 years ago
buffer overruns: added tests and improved the checking More... about 18 years ago
tests: cleanup and reordering More... about 18 years ago
tests: Refactoring More... about 18 years ago
todo: added todo to simplify the token list further More... about 18 years ago
tests: minor updates of the tests More... about 18 years ago
CheckMemoryLeak: Improved the checking (handling loops) More... about 18 years ago
CheckMemoryLeak: updated the checking so that all execution paths are tried More... about 18 years ago
cg2007: Added CodeGear 2007 project files More... about 18 years ago
Refactoring: Renamed class allocfunc to AllocFunc More... about 18 years ago
CommonCheck: Refactoring. Renamed clGlobalFunction to GlobalFunction More... about 18 years ago
tests: updated the tests More... over 18 years ago
CheckOther: Removed unused functions More... over 18 years ago
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