..
check.h
doc: generating wiki documentation
2009-06-12 15:20:08 +02:00
checkautovariables.cpp
Refactoring: Moved CheckOther::returnPointerToLocalVariable to CheckAutoVariables
2009-06-09 19:45:58 +02:00
checkautovariables.h
doc: minor update. The [BR] is not working as I thought
2009-06-12 15:30:29 +02:00
checkbufferoverrun.cpp
Fixed #350 (False positive: Array index out of bounds)
2009-06-02 18:56:53 +02:00
checkbufferoverrun.h
doc: generating wiki documentation
2009-06-12 15:20:08 +02:00
checkclass.cpp
Fix ticket #309 (false positive::is not assigned a value in 'A::operator=')
2009-06-17 00:58:16 +03:00
checkclass.h
doc: generating wiki documentation
2009-06-12 15:20:08 +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
Fix ticket #325 (Replace developer names in source files with AUTHORS file)
2009-05-30 08:48:12 +03:00
checkheaders.h
doc: generating wiki documentation
2009-06-12 15:20:08 +02:00
checkmemoryleak.cpp
Fixed a false positive (memory leak)
2009-06-17 21:42:49 +02:00
checkmemoryleak.h
Created a new class for detecting leaks (forgetting to free struct members)
2009-06-16 22:01:04 +02:00
checkother.cpp
Fixed ticket #374 (False positive: The scope of variable can be limited)
2009-06-12 16:17:51 +02:00
checkother.h
doc: generating wiki documentation
2009-06-12 15:20:08 +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
doc: generating wiki documentation
2009-06-12 15:20:08 +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
doc: generating wiki documentation
2009-06-12 15:20:08 +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
astyle fix
2009-06-12 18:24:43 +03:00
cppcheck.h
Refactoring: Renamed CheckFunctionUsage to CheckUnusedFunctions
2009-06-07 22:12:20 +02:00
cppcheck.rc
Fix the copyright text in Windows executable.
2009-06-14 00:24:35 +03:00
cppcheckexecutor.cpp
getXMLFooter() and getXMLHeader() functions added and taken into use
2009-06-15 21:36:39 +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
getXMLFooter() and getXMLHeader() functions added and taken into use
2009-06-15 21:36:39 +03:00
errorlogger.h
getXMLFooter() and getXMLHeader() functions added and taken into use
2009-06-15 21:36:39 +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
Fixed ticket #405 (#ifdef A and #if defined A should be handled as same configuration)
2009-06-14 23:37:18 +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
Fixed #387 (Templates: template functions that return a pointer are not simplified correctly)
2009-06-14 14:57:47 +02:00
token.h
Token: introduce str(const std::string &) method.
2009-06-14 13:55:23 +07:00
tokenize.cpp
Fixed ticket #346 (adding a "const" token prevents detection of memory leak)
2009-06-15 00:32:34 +07:00
tokenize.h
Fixed ticket #392 (false positive and wrong allocation and deallocation not detected)
2009-06-12 21:14:01 +07:00