cppcheck/lib
Daniel Marjamäki bd22a18dc1 Refactoring: Changed 'possible style' to 'style' 2010-05-08 09:49:01 +02:00
..
check.h --errorlist : don't show inconclusive messages in the output because those are disabled 2010-04-24 19:40:48 +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 refactoring: changed the severity for strncatUsage from possibleError to style 2010-05-02 09:54:08 +02:00
checkbufferoverrun.h Fixed #836 (buffer overrun: memmove) 2010-04-24 21:48:58 +02:00
checkclass.cpp refactoring: enable the 'suspicious pointer subtraction' checking 2010-05-01 21:43:47 +02:00
checkclass.h Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
checkdangerousfunctions.cpp Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
checkdangerousfunctions.h Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
checkexceptionsafety.cpp Fixed #1616 (false positive - Upon exception there is a memory leak) 2010-04-24 14:51:10 +02:00
checkexceptionsafety.h astyle: Update to astyle 1.24 2010-04-15 20:08:51 +02:00
checkheaders.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
checkheaders.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
checkmemoryleak.cpp Fixed #1628 (false negative: memory leak when using redundant braces) 2010-04-27 20:43:31 +02:00
checkmemoryleak.h Fixed #1440 (false negative: memory leak (function parameters)) 2010-04-24 22:24:03 +02:00
checkother.cpp Refactoring: Changed 'possible style' to 'style' 2010-05-08 09:49:01 +02:00
checkother.h Fixed #959: (new check: wrong usage of fflush()) Simplified and set severity to error 2010-05-06 23:08:10 -07:00
checkstl.cpp STL: added testcase for 'if (str.find(%any%)) ..' 2010-05-01 21:56:39 +02:00
checkstl.h Fixed #855 (Refactoring: move conditions into checks) 2010-04-20 23:38:25 -07:00
checkunusedfunctions.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
checkunusedfunctions.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
classinfo.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
cppcheck.cpp Borland C++: Fixed compiler errors 2010-04-17 07:25:53 +02:00
cppcheck.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
errorlogger.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
errorlogger.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
executionpath.cpp Fixed #1632 (false positive: unintialized variable) 2010-04-28 21:33:11 +02:00
executionpath.h Fixed #1632 (false positive: unintialized variable) 2010-04-28 21:33:11 +02:00
filelister.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister_unix.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister_unix.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister_win32.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
filelister_win32.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
lib.pri Fix compiling in Linux. Fix compiling dmake. 2010-03-11 22:15:15 +02:00
lib.vcproj Disabled link time code generation for debug builds. Enabled .pdb generation for release builds. 2010-04-14 12:01:45 +02:00
lib.vcxproj Added Visual Studio 2010 soultion and project files 2010-04-14 12:05:10 +02:00
lib.vcxproj.filters Added Visual Studio 2010 soultion and project files 2010-04-14 12:05:10 +02:00
mathlib.cpp Update copyright year in all source files 2010-04-13 22:23:17 +03:00
mathlib.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
preprocessor.cpp Fix #1585 (--append doesn't work with TAB formating) 2010-04-15 22:45:38 +02:00
preprocessor.h Fix #1585 (--append doesn't work with TAB formating) 2010-04-15 22:45:38 +02:00
settings.cpp Refactoring: Refactoring the Settings class 2010-04-17 09:23:54 +02:00
settings.h Refactoring: Refactoring the Settings class 2010-04-17 09:23:54 +02:00
token.cpp CheckBufferOverrun: Fixed false positives caused by refactorings 2010-04-22 19:22:23 +02:00
token.h Update copyright year in all source files 2010-04-13 22:23:17 +03:00
tokenize.cpp Fixed #1654 (False positive: Memory leak with: ( delete ( p ) , ( p ) = 0 );) 2010-05-07 18:37:50 +02:00
tokenize.h Fixed #1574 (chain assignments could be simplified) 2010-05-01 15:28:35 +07:00