cppcheck/src
Daniel Marjamäki eb5d11c1c3 FileLister: Added code that I received from Jeffrey Walton to handle directories and files better 2009-02-07 07:38:22 +00:00
..
checkbufferoverrun.cpp errmsg: refactoring the error messages 2009-02-01 15:47:36 +00:00
checkbufferoverrun.h errmsg: refactoring the error messages 2009-02-01 15:47:36 +00:00
checkclass.cpp errmsg: refactoring the error messages 2009-02-01 15:47:36 +00:00
checkclass.h Fixing ticket #35 (Get rid of #ifdefs in our code where possible) 2009-01-23 20:25:13 +00:00
checkdangerousfunctions.cpp Removed some dead code and improved one function to use reference instead of a copy. 2009-01-31 21:12:24 +00:00
checkdangerousfunctions.h Removed some dead code and improved one function to use reference instead of a copy. 2009-01-31 21:12:24 +00:00
checkfunctionusage.cpp errmsg: refactoring the error messages 2009-02-01 15:47:36 +00:00
checkfunctionusage.h Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
checkheaders.cpp Fixing ticket #35 (Get rid of #ifdefs in our code where possible) 2009-01-23 20:25:13 +00:00
checkheaders.h Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
checkmemoryleak.cpp errmsg: use the error message dealloc-use 2009-02-06 06:22:44 +00:00
checkmemoryleak.h memleak: removed false positives for mismatching allocation and deallocation 2009-02-06 06:11:47 +00:00
checkother.cpp incomplete statement: minor update 2009-02-05 18:57:53 +00:00
checkother.h returning pointer to local array 2009-02-04 18:49:19 +00:00
cppcheck.cpp mismathing allocation and deallocation: moved to error checks 2009-02-06 18:24:01 +00:00
cppcheck.h xml: generating better xml output 2009-02-01 18:00:47 +00:00
cppcheck.rc changed version to 1.28 2009-02-01 08:17:45 +00:00
cppcheckexecutor.cpp xml: generating better xml output 2009-02-01 18:00:47 +00:00
cppcheckexecutor.h xml: generating better xml output 2009-02-01 18:00:47 +00:00
errorlogger.h xml: generating better xml output 2009-02-01 18:00:47 +00:00
errormessage.cpp xml: generating better xml output 2009-02-01 18:00:47 +00:00
errormessage.h mismathing allocation and deallocation: moved to error checks 2009-02-06 18:24:01 +00:00
filelister.cpp FileLister: Added code that I received from Jeffrey Walton to handle directories and files better 2009-02-07 07:38:22 +00:00
filelister.h Fixing ticket #35 (Get rid of #ifdefs in our code where possible) 2009-01-23 20:25:13 +00:00
main.cpp Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
preprocessor.cpp preprocessor: stringify macros 2009-01-25 13:30:15 +00:00
preprocessor.h Fixing files using dos-style line change to use unix-style line change. 2009-01-31 19:29:27 +00:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp xml: generating better xml output 2009-02-01 18:00:47 +00:00
settings.h xml: generating better xml output 2009-02-01 18:00:47 +00:00
token.cpp Fixed bug in multiCompare, which fixes ticket #66 ([False positive] "Buffer overrun" with "--all") 2009-01-27 19:30:01 +00:00
token.h Fixed bug in multiCompare, which fixes ticket #66 ([False positive] "Buffer overrun" with "--all") 2009-01-27 19:30:01 +00:00
tokenize.cpp remove casts: Added test case to ensure that function declarations are not reduced 2009-02-04 19:40:48 +00:00
tokenize.h Fix ticket #25 (simplify "void f(x) int x; {" into "void f(int x) {") 2009-01-26 22:26:50 +00:00