cppcheck/src
Reijo Tomperi b471ac2e3c Fixing files using dos-style line change to use unix-style line change. 2009-01-31 19:29:27 +00:00
..
checkbufferoverrun.cpp Fixing files using dos-style line change to use unix-style line change. 2009-01-31 19:29:27 +00:00
checkbufferoverrun.h Fixing files using dos-style line change to use unix-style line change. 2009-01-31 19:29:27 +00:00
checkclass.cpp include: Had to include <cstring> in a few places to be able to compile cppcheck 2009-01-23 20:55:06 +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 Fixing files using dos-style line change to use unix-style line change. 2009-01-31 19:29:27 +00:00
checkdangerousfunctions.h Fixing files using dos-style line change to use unix-style line change. 2009-01-31 19:29:27 +00:00
checkfunctionusage.cpp Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +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 mismatching allocation / deallocation: moved to --all 2009-01-31 17:54:31 +00:00
checkmemoryleak.h errmsg: output severity in messages. a fix to track severity in the memory leaks check 2009-01-31 13:57:27 +00:00
checkother.cpp sprintf overlapping data 2009-01-27 07:21:52 +00:00
checkother.h Fixing files using dos-style line change to use unix-style line change. 2009-01-31 19:29:27 +00:00
cppcheck.cpp dangerousfunctions: added check for mktemp (ticket #69), and refatored gets and scanf check from bufferoverrun into dangerousfunctions. 2009-01-31 18:24:48 +00:00
cppcheck.h Updated comments in code 2009-01-25 11:11:18 +00:00
cppcheck.rc Visual Studio: Fix building resource file with Visual Studio Express. 2009-01-19 06:40:59 +00:00
cppcheckexecutor.cpp Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
cppcheckexecutor.h Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
errorlogger.h Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
errormessage.cpp Fixed Ticket #40, Check copyright texts in files, now that we have new developers. 2009-01-21 20:04:20 +00:00
errormessage.h mismatching allocation / deallocation: moved to --all 2009-01-31 17:54:31 +00:00
filelister.cpp include: Had to include <cstring> in a few places to be able to compile cppcheck 2009-01-23 20:55:06 +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 unused functions: Created command line parameter --unused-functions 2009-01-28 17:26:19 +00:00
settings.h unused functions: Created command line parameter --unused-functions 2009-01-28 17:26:19 +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 tokenizer: fixed TestTokenizer::sizeof1 2009-01-28 17:38:32 +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