.. |
check.h
|
refactoring - added 'getErrorMessages' to all check classes
|
2009-03-22 08:20:15 +01:00 |
checkautovariables.cpp
|
astyle code formatting
|
2009-03-22 08:23:20 +01:00 |
checkautovariables.h
|
Merge branch 'master' of git@github.com:danmar/cppcheck
|
2009-03-22 08:20:41 +01:00 |
checkbufferoverrun.cpp
|
refactoring error messages
|
2009-03-21 21:33:27 +01:00 |
checkbufferoverrun.h
|
refactoring - added 'getErrorMessages' to all check classes
|
2009-03-22 08:20:15 +01:00 |
checkclass.cpp
|
refactoring error messages
|
2009-03-21 17:58:13 +01:00 |
checkclass.h
|
refactoring - added 'getErrorMessages' to all check classes
|
2009-03-22 08:20:15 +01:00 |
checkdangerousfunctions.cpp
|
refactoring error messages
|
2009-03-21 18:31:28 +01:00 |
checkdangerousfunctions.h
|
refactoring - added 'getErrorMessages' to all check classes
|
2009-03-22 08:20:15 +01: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
|
refactoring error messages
|
2009-03-21 21:33:27 +01:00 |
checkmemoryleak.h
|
refactoring - added 'getErrorMessages' to all check classes
|
2009-03-22 08:20:15 +01:00 |
checkother.cpp
|
refactoring error messages
|
2009-03-21 17:58:13 +01:00 |
checkother.h
|
refactoring - added 'getErrorMessages' to all check classes
|
2009-03-22 08:20:15 +01:00 |
checksecurity.cpp
|
refactoring error messages
|
2009-03-21 18:31:28 +01:00 |
checksecurity.h
|
refactoring - added 'getErrorMessages' to all check classes
|
2009-03-22 08:20:15 +01:00 |
checkstl.cpp
|
refactoring error messages
|
2009-03-21 17:58:13 +01:00 |
checkstl.h
|
refactoring error messages
|
2009-03-21 17:58:13 +01:00 |
cppcheck.cpp
|
refactoring: there are now 2 functions for running checks. 'runChecks' and 'runSimplifiedChecks'
|
2009-03-21 07:53:23 +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
|
Fixed Ticket 199 (The error messages generated by 'unused functions' are wrong)
|
2009-03-22 18:57:53 +01:00 |
errorlogger.h
|
refactoring error messages
|
2009-03-21 21:33:27 +01: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
|
improved Token::tokAt to handle negative argument too
|
2009-03-20 18:50:11 +01:00 |
token.h
|
Fixed ticket #169 (Add Token::link())
|
2009-03-13 23:25:56 +02:00 |
tokenize.cpp
|
improved the Tokenizer::setVarId to handle function parameters better
|
2009-03-21 21:58:39 +01:00 |
tokenize.h
|
Fixed ticket 184 (Tokenizer - Simplification: Split up variable declarations)
|
2009-03-18 20:32:05 +01:00 |