.. |
check.h
|
Created an undocumented command line flag "--errorlist" that prints all messages
|
2009-06-05 18:34:55 +02:00 |
checkautovariables.cpp
|
Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables
|
2009-06-09 19:45:58 +02:00 |
checkautovariables.h
|
Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables
|
2009-06-09 19:45:58 +02:00 |
checkbufferoverrun.cpp
|
Fixed #350 (False positive: Array index out of bounds)
|
2009-06-02 18:56:53 +02:00 |
checkbufferoverrun.h
|
Added headers to the "--errorlist" output
|
2009-06-07 18:53:47 +02:00 |
checkclass.cpp
|
Fixed ticket #358 (Local typedef flagged as uninitialized member)
|
2009-06-05 07:34:12 +07:00 |
checkclass.h
|
Added headers to the "--errorlist" output
|
2009-06-07 18:53:47 +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
|
Added headers to the "--errorlist" output
|
2009-06-07 18:53:47 +02:00 |
checkheaders.cpp
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
checkheaders.h
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
checkmemoryleak.cpp
|
Refactoring: Split up the CheckMemoryLeak into CheckMemoryLeakInFunction and CheckMemoryLeakInClass
|
2009-06-08 20:20:43 +02:00 |
checkmemoryleak.h
|
Doxygen: Added a few simple doxygen comments for the leaks checking
|
2009-06-08 20:54:49 +02:00 |
checkother.cpp
|
Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables
|
2009-06-09 19:45:58 +02:00 |
checkother.h
|
Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables
|
2009-06-09 19:45:58 +02:00 |
checksecurity.cpp
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
checksecurity.h
|
Added headers to the "--errorlist" output
|
2009-06-07 18:53:47 +02:00 |
checkstl.cpp
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
checkstl.h
|
Added headers to the "--errorlist" output
|
2009-06-07 18:53:47 +02:00 |
checkunusedfunctions.cpp
|
Refactoring: Renamed CheckFunctionUsage to CheckUnusedFunctions
|
2009-06-07 22:12:20 +02:00 |
checkunusedfunctions.h
|
src/checkunusedfunctions.h: assign default values in initializer list.
|
2009-06-10 03:12:57 +07:00 |
cppcheck.cpp
|
Don't print message about missing source files when --errorlist used.
|
2009-06-10 02:05:21 +07:00 |
cppcheck.h
|
Refactoring: Renamed CheckFunctionUsage to CheckUnusedFunctions
|
2009-06-07 22:12:20 +02: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 #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
cppcheckexecutor.h
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
errorlogger.cpp
|
Partial fix for ticket #380 (Error reporting on unused functions)
|
2009-06-09 23:45:31 +03:00 |
errorlogger.h
|
Partial fix for ticket #380 (Error reporting on unused functions)
|
2009-06-09 23:45:31 +03:00 |
filelister.cpp
|
GUI: Fix building with MinGW.
|
2009-05-30 20:45:51 +03:00 |
filelister.h
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
main.cpp
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03: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
|
Fix ticket #353 (No pair for character (').)
|
2009-06-05 23:45:31 +03:00 |
preprocessor.h
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03: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 #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
settings.h
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
threadexecutor.cpp
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03: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
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
token.h
|
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
|
2009-05-30 08:48:12 +03:00 |
tokenize.cpp
|
Fix #153 (Unsigned divide)
|
2009-06-06 10:40:48 +02:00 |
tokenize.h
|
Fix #153 (Unsigned divide)
|
2009-06-06 10:40:48 +02:00 |