cppcheck/src
Daniel Marjamäki a573c62cd5 refactoring: first step - started with checkstl 2009-03-18 22:40:38 +01:00
..
check.h refactoring: first step - started with checkstl 2009-03-18 22:40:38 +01:00
checkbufferoverrun.cpp Fixed Ticket #82 (detect buffer overrun; dynamic memory) 2009-03-16 18:11:09 +01:00
checkbufferoverrun.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkclass.cpp refactoring: moved 'FindClassFunction' from CheckClass to Tokenizer 2009-03-13 22:28:44 +01:00
checkclass.h refactoring: moved 'FindClassFunction' from CheckClass to Tokenizer 2009-03-13 22:28:44 +01:00
checkdangerousfunctions.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checkdangerousfunctions.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkfunctionusage.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checkfunctionusage.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkheaders.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checkheaders.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkmemoryleak.cpp Improve creation of link() for Token class. Tokenizer::simplifyTokenList() should now return 2009-03-15 01:39:45 +02:00
checkmemoryleak.h Memory leaks: Refactoring to use Tokenizer::FindClassFunction. Enabled test case, the memory leak is now detected 2009-03-14 18:21:37 +01:00
checkother.cpp tokenize negative numbers into a single token 2009-03-17 20:50:06 +01:00
checkother.h Copyrights updated 2009-03-01 19:52:33 +00:00
checksecurity.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checksecurity.h removed unused private function CheckSecurity::eraseCheckLoop 2009-03-09 20:09:06 +01:00
checkstl.cpp refactoring: first step - started with checkstl 2009-03-18 22:40:38 +01:00
checkstl.h refactoring: first step - started with checkstl 2009-03-18 22:40:38 +01:00
cppcheck.cpp refactoring: first step - started with checkstl 2009-03-18 22:40:38 +01:00
cppcheck.h Copyrights updated 2009-03-01 19:52:33 +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 #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
cppcheckexecutor.h Fix ticket #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
errorlogger.cpp Fix ticket #148 (unable to compile with g++-3.3) 2009-03-08 20:50:19 +02:00
errorlogger.h Copyright fixes 2009-03-01 19:59:13 +00:00
filelister.cpp Windows Qt compilation fixes. 2009-03-07 18:53:50 +02:00
filelister.h Now adds directory contents to list of files to check. 2009-03-02 19:56:51 +00:00
main.cpp Fix ticket #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
preprocessor.cpp Fix ticket #191 (semicolon after #endif stop tokenizing of function) 2009-03-18 01:10:26 +02:00
preprocessor.h Copyrights updated 2009-03-01 19:52:33 +00:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp astyle formatting 2009-03-06 18:13:41 +01:00
settings.h astyle formatting 2009-03-06 18:13:41 +01:00
threadexecutor.cpp Fix ticket #139 (Compilation error on building cppcheck version 1.29 with gcc-4.3.2 on Ubuntu 8.10) 2009-03-06 22:46:32 +02:00
threadexecutor.h Copyrights updated 2009-03-01 19:52:33 +00:00
token.cpp Astyle fix 2009-03-17 22:00:27 +02:00
token.h Fixed ticket #169 (Add Token::link()) 2009-03-13 23:25:56 +02:00
tokenize.cpp Fixed ticket 184 (Tokenizer - Simplification: Split up variable declarations) 2009-03-18 20:32:05 +01:00
tokenize.h Fixed ticket 184 (Tokenizer - Simplification: Split up variable declarations) 2009-03-18 20:32:05 +01:00