cppcheck/lib
Daniel Marjamäki 74b9bccd07 code cleanup 2009-12-20 09:02:25 +01:00
..
CMakeLists.txt CMake - add missing file in lib. 2009-12-17 20:19:55 +02:00
check.h
checkautovariables.cpp
checkautovariables.h
checkbufferoverrun.cpp astyle 2009-12-19 17:57:58 +01:00
checkbufferoverrun.h added error info about the strncpy check 2009-12-18 17:33:33 +01:00
checkclass.cpp code cleanup 2009-12-20 09:02:25 +01:00
checkclass.h Fixed #1093 (False positive: missing constructor) 2009-12-19 17:58:52 +01:00
checkdangerousfunctions.cpp
checkdangerousfunctions.h
checkexceptionsafety.cpp Fixed #1074 (Exception safety: auto deallocated classes don't leak) 2009-12-12 18:56:26 +01:00
checkexceptionsafety.h
checkheaders.cpp
checkheaders.h
checkmemoryleak.cpp TestLocalLeaks: going out of scope 2009-12-15 19:27:07 +01:00
checkmemoryleak.h Added TestLocalLeaks 2009-12-14 20:30:31 +01:00
checkother.cpp Fixed #1103 (false positive: uninitialized variable when using references) 2009-12-15 19:50:48 +01:00
checkother.h
checkstl.cpp stl size: minor fix to prevent segmentation fault when token is null 2009-12-19 19:27:12 +01:00
checkstl.h stl size: added documentation 2009-12-19 19:24:48 +01:00
checkunusedfunctions.cpp
checkunusedfunctions.h
classinfo.h
cppcheck.cpp
cppcheck.h
errorlogger.cpp
errorlogger.h
executionpath.cpp Added TestLocalLeaks 2009-12-14 20:30:31 +01:00
executionpath.h Added TestLocalLeaks 2009-12-14 20:30:31 +01:00
filelister.cpp lanurmi: Fixed #1016 (Patch: Refactor #ifdefs in filelister.cpp) 2009-12-18 18:52:09 +01:00
filelister.h
lib.pri fixed #1099 (GUI: unable to build gui from current git-head) 2009-12-14 23:22:27 +01:00
mathlib.cpp
mathlib.h
preprocessor.cpp Fix #1076 (Invalid number of character ({). Can't process file.) 2009-12-15 00:06:05 +02:00
preprocessor.h Fixed #1084 (define configuration lost) 2009-12-13 17:18:27 +01:00
settings.cpp twistedwave: Fixed #1055 (Support for inline suppressions) 2009-12-06 19:38:53 +01:00
settings.h
token.cpp
token.h
tokenize.cpp Fixed #1086 (segmentation fault of cppcheck '#if define(A)+define(B)+define(C)!=1') 2009-12-15 20:18:32 +01:00
tokenize.h