..
check.h
refactoring: minor refactorings and added some doxygen comments
2009-07-08 17:14:34 +02:00
checkautovariables.cpp
Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables
2009-06-09 19:45:58 +02:00
checkautovariables.h
doc: simplified the documentation for autovariables a bit
2009-06-21 21:03:21 +02:00
checkbufferoverrun.cpp
better description for the message with id strncatUsage
2009-07-11 12:16:38 +02:00
checkbufferoverrun.h
Refactoring: Rename member functions to follow naming guidelines.
2009-07-05 23:16:43 +03:00
checkclass.cpp
unused private functions: don't check classes declared in header files unless it is known that their whole implementation is seen
2009-07-12 14:23:01 +02:00
checkclass.h
refactoring: minor refactorings and added some doxygen comments
2009-07-08 17:14:34 +02:00
checkdangerousfunctions.cpp
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
2009-05-30 08:48:12 +03:00
checkdangerousfunctions.h
doc: generating wiki documentation
2009-06-12 15:20:08 +02:00
checkheaders.cpp
Refactoring: Rename member functions to follow naming guidelines.
2009-07-05 23:16:43 +03:00
checkheaders.h
Refactoring: Rename member functions to follow naming guidelines.
2009-07-05 23:16:43 +03:00
checkmemoryleak.cpp
memleak: fixed todo test case
2009-07-07 15:22:37 +02:00
checkmemoryleak.h
Refactoring: Rename member functions to follow naming guidelines.
2009-07-05 23:16:43 +03:00
checkother.cpp
doc: added more information when '--verbose' is used for these error messages:
2009-07-08 12:57:36 +02:00
checkother.h
doc: add link
2009-07-12 21:51:57 +02:00
checkstl.cpp
doc: added more information when '--verbose' is used for these error messages:
2009-07-08 12:57:36 +02:00
checkstl.h
refactoring: minor refactorings and added some doxygen comments
2009-07-08 17:14:34 +02:00
checkunusedfunctions.cpp
Fixed ticket #373 (False unused functions)
2009-06-14 07:58:36 +02:00
checkunusedfunctions.h
src/checkunusedfunctions.h: assign default values in initializer list.
2009-06-10 03:12:57 +07:00
cppcheck.cpp
updated version to 1.34
2009-07-12 16:09:22 +02:00
cppcheck.h
Move include paths list to Settings class so we can set include paths from GUI.
2009-07-04 01:23:37 +03:00
cppcheck.rc
Fix the copyright text in Windows executable.
2009-06-14 00:24:35 +03:00
cppcheckexecutor.cpp
Revert "cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format"
2009-07-10 22:38:26 +02:00
cppcheckexecutor.h
Doxygen fixes. Wrong parameter names etc.
2009-06-20 12:54:49 +03:00
errorlogger.cpp
Revert "cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format"
2009-07-10 22:38:26 +02:00
errorlogger.h
cleanup: continued with the removing of the security. Some more work is needed but now everything compiles and runs at least.
2009-07-12 22:21:49 +02:00
filelister.cpp
Pave a way for Windows Unicode builds.
2009-07-13 11:39:46 +03:00
filelister.h
Refactoring: Rename member functions to follow naming guidelines.
2009-07-05 23:16:43 +03:00
main.cpp
doxygen: wrote a simple text for the mainpage
2009-07-11 16:44:04 +02:00
mathlib.cpp
Changed EOL character to LF in a few files.
2009-06-02 23:32:58 +03:00
mathlib.h
Changed EOL character to LF in a few files.
2009-06-02 23:32:58 +03:00
preprocessor.cpp
refactoring: minor refactorings and added some doxygen comments
2009-07-08 17:14:34 +02:00
preprocessor.h
refactoring: minor refactorings and added some doxygen comments
2009-07-08 17:14:34 +02:00
resource.h
Fix VS build broken due to tripled version resource info.
2009-01-18 09:38:42 +00:00
settings.cpp
cleanup: continued with the removing of the security. Some more work is needed but now everything compiles and runs at least.
2009-07-12 22:21:49 +02:00
settings.h
cleanup: continued with the removing of the security. Some more work is needed but now everything compiles and runs at least.
2009-07-12 22:21:49 +02:00
threadexecutor.cpp
Revert "cppcheck: Now it's possible to change the output format, for example to a visual studio compliant format"
2009-07-10 22:38:26 +02:00
threadexecutor.h
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
2009-05-30 08:48:12 +03:00
token.cpp
Fixed #387 (Templates: template functions that return a pointer are not simplified correctly)
2009-06-14 14:57:47 +02:00
token.h
Doxygen fixes. Wrong parameter names etc.
2009-06-20 12:54:49 +03:00
tokenize.cpp
tokenizer: Don't simplify declarations of static variables
2009-07-06 11:45:14 +02:00
tokenize.h
Refactoring: Rename member functions to follow naming guidelines.
2009-07-05 23:16:43 +03:00