cppcheck/src
Kimmo Varis c50493e940 Windows RC file is ANSI file, storing as UTF-8 messes it up. 2009-02-22 14:55:29 +00:00
..
checkbufferoverrun.cpp buffer overrun: catch cases when using cin to read to a char array 2009-02-21 12:22:04 +00:00
checkbufferoverrun.h buffer overrun: improved checking of global variables 2009-02-11 16:12:29 +00:00
checkclass.cpp constructors: don't warn about missing constructor if class only has static variable members 2009-02-21 13:35:55 +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 Fix ticket #93 (Write xml results into error stream instead of results.xml file.) and also refactor the 2009-02-09 20:51:04 +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 Fix ticket #80 (refactoring: classes ErrorMessage and ErrorLogger), note that errormessage and errorlogger were merged, errormessage.* is no more. 2009-02-08 21:20:35 +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 Refactoring: reportErr takes now only one parameter, ErrorLogger::ErrorMessage, which contains all required information and also some help 2009-02-10 21:51:52 +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 memory leak: Added command line flag '--vcl' that is used to suppress error messages for VCL code 2009-02-20 06:28:18 +00:00
checkmemoryleak.h memory leak: keep track of --all better 2009-02-09 20:16:00 +00:00
checkother.cpp Incomplete statements: removed false positive when setting array of structures or multi-dimensional arrays. 2009-02-12 12:59:43 +00:00
checkother.h Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00
checksecurity.cpp security: renamed classes 2009-02-21 12:12:31 +00:00
checksecurity.h security: renamed classes 2009-02-21 12:12:31 +00:00
checkstl.cpp stl push_back: Added check (invalid iterator) 2009-02-18 19:57:43 +00:00
checkstl.h stl push_back: Added check (invalid iterator) 2009-02-18 19:57:43 +00:00
cppcheck.cpp CppCheck::addFile() accepts paths also now. 2009-02-22 11:17:17 +00:00
cppcheck.h CppCheck::addFile() accepts paths also now. 2009-02-22 11:17:17 +00:00
cppcheck.rc Windows RC file is ANSI file, storing as UTF-8 messes it up. 2009-02-22 14:55:29 +00:00
cppcheckexecutor.cpp Fix ticket #113 (Add support for multi core CPUs and -w parameter to specifify amount of worker threads) 2009-02-20 19:40:42 +00:00
cppcheckexecutor.h Multicore cpu support for Linux (currently disabled and compiling produces warnings) 2009-02-19 22:21:18 +00:00
errorlogger.cpp Multicore cpu support for Linux (currently disabled and compiling produces warnings) 2009-02-19 22:21:18 +00:00
errorlogger.h Members of ErrorLogger::ErrorMessage made public for better access to them. 2009-02-22 11:29:33 +00:00
filelister.cpp FileLister: handle '\\' path separator the same way '/' is handled 2009-02-15 11:26:00 +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 Code comments updated 2009-02-14 22:03:55 +00:00
preprocessor.h Fix ticket #84 (unit testing: use "protected" instead of preprocessor) 2009-02-07 20:06:00 +00:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp Fix ticket #113 (Add support for multi core CPUs and -w parameter to specifify amount of worker threads) 2009-02-20 19:40:42 +00:00
settings.h Fix ticket #113 (Add support for multi core CPUs and -w parameter to specifify amount of worker threads) 2009-02-20 19:40:42 +00:00
threadexecutor.cpp g++: fixed compiler errors 2009-02-20 19:53:14 +00:00
threadexecutor.h Fix ticket #113 (Add support for multi core CPUs and -w parameter to specifify amount of worker threads) 2009-02-20 19:40:42 +00:00
token.cpp Constant variable converting converted struct members (foo.a => foo.45) also, fixed that. 2009-02-14 21:33:28 +00:00
token.h Token::stringifyList: Added function that stringifies a token list 2009-02-13 06:25:29 +00:00
tokenize.cpp constructors: don't warn about missing constructor if class only has static variable members 2009-02-21 13:35:55 +00:00
tokenize.h Added Tokenizer::elseif for breaking up 'else if' into 'else { if ..' 2009-02-17 19:18:26 +00:00