.. |
check.h
|
…
|
|
checkautovariables.cpp
|
CheckAutoVariables(autoVariables): make code more readable.
|
2009-08-16 17:53:29 +07:00 |
checkautovariables.h
|
CheckAutoVariables: change type of vp_list member to std::set.
|
2009-08-16 16:16:35 +07:00 |
checkbufferoverrun.cpp
|
Fixed #569 (Buffer overrun not detected when strcat() called few times)
|
2009-08-30 18:44:23 +07:00 |
checkbufferoverrun.h
|
Listing error messages in XML format
|
2009-08-04 21:36:55 +02:00 |
checkclass.cpp
|
Fix #601 (Poor var initialization assumption when can't find function definition)
|
2009-09-03 23:28:00 +03:00 |
checkclass.h
|
…
|
|
checkdangerousfunctions.cpp
|
…
|
|
checkdangerousfunctions.h
|
…
|
|
checkheaders.cpp
|
…
|
|
checkheaders.h
|
…
|
|
checkmemoryleak.cpp
|
Fixed some "is passed by value" errors from cppcheck source.
|
2009-09-10 22:22:57 +03:00 |
checkmemoryleak.h
|
Fixed some "is passed by value" errors from cppcheck source.
|
2009-09-10 22:22:57 +03:00 |
checkother.cpp
|
Don't warn about division by zero if zero if floating point number.
|
2009-09-01 22:06:46 +03:00 |
checkother.h
|
Fixed #650 ('possible style' pre-incrementing error shown without --all)
|
2009-09-08 21:41:11 +02:00 |
checkstl.cpp
|
Fixed #631 (False positive matching iterator which is dereferenced)
|
2009-09-01 23:49:17 +07:00 |
checkstl.h
|
…
|
|
checkunusedfunctions.cpp
|
…
|
|
checkunusedfunctions.h
|
…
|
|
classinfo.h
|
…
|
|
cppcheck.cpp
|
Settings: Added an 'append' command line flag that allows the user to provide extra information about functions. See ticket #260
|
2009-09-08 19:49:05 +02:00 |
cppcheck.h
|
…
|
|
cppcheck.rc
|
…
|
|
cppcheckexecutor.cpp
|
New command line argument added --template
|
2009-09-05 22:01:49 +03:00 |
cppcheckexecutor.h
|
…
|
|
errorlogger.cpp
|
New command line argument added --template
|
2009-09-05 22:01:49 +03:00 |
errorlogger.h
|
New command line argument added --template
|
2009-09-05 22:01:49 +03:00 |
filelister.cpp
|
Fix ticket #642 (txx (template implementation files) not recognized/checked.)
|
2009-09-03 23:04:38 +03:00 |
filelister.h
|
…
|
|
main.cpp
|
Update version number to 1.35
|
2009-08-16 16:57:16 +03:00 |
mathlib.cpp
|
Don't warn about division by zero if zero if floating point number.
|
2009-09-01 22:06:46 +03:00 |
mathlib.h
|
…
|
|
preprocessor.cpp
|
Fixed #585 (Preprocessor: Don't check the same configuration twice)
|
2009-09-06 00:01:57 +07:00 |
preprocessor.h
|
Fixed #588 (Preprocessor: Sort the configurations)
|
2009-08-15 09:35:54 +07:00 |
resource.h
|
…
|
|
settings.cpp
|
Settings: Added an 'append' command line flag that allows the user to provide extra information about functions. See ticket #260
|
2009-09-08 19:49:05 +02:00 |
settings.h
|
Settings: Added an 'append' command line flag that allows the user to provide extra information about functions. See ticket #260
|
2009-09-08 19:49:05 +02:00 |
src.pri
|
Added top-level 'check' target.
|
2009-09-04 22:59:25 +04:00 |
src.pro
|
Added top-level 'check' target.
|
2009-09-04 22:59:25 +04:00 |
threadexecutor.cpp
|
…
|
|
threadexecutor.h
|
…
|
|
token.cpp
|
Print error messages to stderr (instead of stdout).
|
2009-09-02 00:38:43 +07:00 |
token.h
|
Token::getStrLength(): introduce new static method.
|
2009-08-30 18:07:10 +07:00 |
tokenize.cpp
|
Fix #656 (Improve const-correctness)
|
2009-09-10 00:25:58 +03:00 |
tokenize.h
|
Fix #656 (Improve const-correctness)
|
2009-09-10 00:25:58 +03:00 |