cppcheck/lib
Robert Reif 66de0d8f72 Fixed #1954 (False positive: function can be const (derived class)) 2010-08-20 07:28:31 +02:00
..
check.h cleanup headers 2010-07-31 08:52:28 +02:00
checkautovariables.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
checkautovariables.h astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkbufferoverrun.cpp Fixed #1935 (false negative: detect buffer overrun from network functions (recv, recvfrom..)) 2010-08-14 20:19:23 +02:00
checkbufferoverrun.h Fixed #1487 (fix gcc compiler warnings) 2010-08-06 21:02:43 +02:00
checkclass.cpp Fixed #1954 (False positive: function can be const (derived class)) 2010-08-20 07:28:31 +02:00
checkclass.h Symbol database: bug fixes. Ticket: #1895 2010-08-18 22:42:04 +02:00
checkdangerousfunctions.cpp dangerous functions: removed 'scanf' because it can be used in a safe way 2010-08-14 07:50:35 +02:00
checkdangerousfunctions.h dangerous functions: removed 'scanf' because it can be used in a safe way 2010-08-14 07:50:35 +02:00
checkexceptionsafety.cpp cleanup headers 2010-07-31 08:52:28 +02:00
checkexceptionsafety.h astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkmemoryleak.cpp gcc: fixed some more -Wsign-conversion warnings 2010-08-06 22:37:48 +02:00
checkmemoryleak.h Rename Severity::e to Severity::SeverityType. 2010-07-14 17:30:03 +03:00
checkobsoletefunctions.cpp Fixed #1941 (Internal error::Space Info::getVarList found variable with varid 0) 2010-08-16 18:51:25 +02:00
checkobsoletefunctions.h Fixed #1941 (Internal error::Space Info::getVarList found variable with varid 0) 2010-08-16 18:51:25 +02:00
checkother.cpp Reverted 7398453cb0 2010-08-15 21:25:14 +02:00
checkother.h Reverted 7398453cb0 2010-08-15 21:25:14 +02:00
checkstl.cpp Fixed #1946 ('Dereferenced iterator erased' false positive) 2010-08-17 18:56:11 +02:00
checkstl.h Fixed #1680 (Bad iterators checks fail to detect invalidation of iterator for deletion by value) 2010-05-15 19:46:42 +02:00
checkunusedfunctions.cpp pulled changes from kimmov (filelocation-refactor) 2010-07-19 18:06:49 +02:00
checkunusedfunctions.h Unused functions: Refactoring 2010-07-08 13:01:53 +02:00
classinfo.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
cppcheck.cpp Added command line option --report-progress. ticket: #1926 2010-08-12 21:03:33 +02:00
cppcheck.h Refactoring: Cppcheck::reportProgress needs to call _errorLogger::reportProgress. Ticket: #1625 2010-08-08 08:46:47 +02:00
errorlogger.cpp ErrorLogger: Added better \n handling to the XML output 2010-08-14 18:36:36 +02:00
errorlogger.h Visual Studio: Fixed warnings 2010-08-06 17:32:16 +02:00
executionpath.cpp Fixed #1855 (false positive: uninitialized variable (function call in switch condition)) 2010-07-18 13:19:37 +02:00
executionpath.h doxygen: fixed error messages given by doxygen 2010-06-14 07:54:41 +02:00
filelister.cpp gcc: fixed some more -Wsign-conversion warnings 2010-08-06 22:43:06 +02:00
filelister.h Formatting and improving comments. 2010-07-19 20:06:42 +03:00
filelister_unix.cpp cleanup headers 2010-07-31 08:52:28 +02:00
filelister_unix.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister_win32.cpp Windows: convert to internal separators when finding files. 2010-07-26 22:16:19 +03:00
filelister_win32.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
lib.pri Fixed #1933 (Add checks for obsolete functions) 2010-08-14 20:13:46 +02:00
lib.vcproj Visual Studio: Added /MP switch 2010-08-05 19:02:05 +02:00
lib.vcxproj Visual Studio: Added /MP switch 2010-08-05 19:02:05 +02:00
lib.vcxproj.filters Update VS 2010 project files. 2010-07-26 22:06:33 +03:00
mathlib.cpp gcc: fixed some more -Wsign-conversion warnings 2010-08-06 22:37:48 +02:00
mathlib.h gcc: fixed some more -Wsign-conversion warnings 2010-08-06 22:37:48 +02:00
path.cpp Remove './' from begin of paths when printing progress. 2010-07-19 15:05:44 +03:00
path.h Move path simplifying code to Path class. 2010-07-19 14:27:05 +03:00
preprocessor.cpp actived Wconversion flag in Makefile and fixed almost all Warnings from gcc-4.4 2010-08-12 19:39:19 +02:00
preprocessor.h gcc: Fixed some compiler warnings when using -Wsign-conversion. Ticket: #1487 2010-08-06 19:38:21 +02:00
settings.cpp Added command line option --report-progress. ticket: #1926 2010-08-12 21:03:33 +02:00
settings.h Added command line option --report-progress. ticket: #1926 2010-08-12 21:03:33 +02:00
token.cpp astyle formatting 2010-08-08 18:55:15 +02:00
token.h suppress visual studio warnings about loosing data when calculating Token::progressValue 2010-08-05 21:40:04 +02:00
tokenize.cpp Fixed #1963 (typedef array incorrectly simplified) 2010-08-20 07:11:02 +02:00
tokenize.h Symbol database: bug fixes. Ticket: #1895 2010-08-18 22:42:04 +02:00