..
check.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
check64bit.cpp
astyle formatting
2012-10-12 06:12:52 +02:00
check64bit.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkassignif.cpp
CheckAssignIf: Better handling of various expressions in assignments
2012-11-29 10:19:52 +01:00
checkassignif.h
assignif: Fixed testcase. parse while loops if variable is local and not external.
2012-09-29 10:54:09 +02:00
checkautovariables.cpp
SymbolDatabase: Improved find function functionality. Taking arguments into account
2012-10-14 17:30:37 +02:00
checkautovariables.h
Attempt to fix all doxygen warnings.
2012-10-24 01:32:07 +02:00
checkboost.cpp
speed up checks by caching commonly looked up stuff in the symbol database (CheckBufferOverrun, CheckBoost)
2012-10-13 11:16:48 +02:00
checkboost.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkbufferoverrun.cpp
speed up checks by caching commonly looked up stuff in the symbol database (CheckBufferOverrun, CheckBoost)
2012-10-13 11:16:48 +02:00
checkbufferoverrun.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkclass.cpp
Don't suggest using initialization list for static variables ( #4332 )
2012-11-04 11:59:09 +01:00
checkclass.h
Class: Show inconclusive warnings about unknown types that are not initialized in copy constructors. Ticket: #3611
2012-09-20 19:16:26 +02:00
checkexceptionsafety.cpp
speed up checks by caching commonly looked up stuff in the symbol database (checkexceptionsafety)
2012-10-14 17:40:17 +02:00
checkexceptionsafety.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkinternal.cpp
Add '%char%' as a CheckInternal known pattern.
2012-11-05 17:25:36 +01:00
checkinternal.h
New internal check: checkRedundantNextPrevious().
2012-09-07 12:36:40 +02:00
checkio.cpp
Added support for wide-strings (wcs* functions, std::wstring, std::*wstringstream) at many places.
2012-11-06 10:54:52 -08:00
checkio.h
Fixed #4189 (Improve check (printf('%l') not detected))
2012-10-21 08:50:29 +02:00
checkleakautovar.cpp
Fixed #4237 (False positive: (error) Memory Leak: data (assign reference variable value to a shadow variable in inner scope))
2012-10-27 16:36:14 +02:00
checkleakautovar.h
Fixed #4237 (False positive: (error) Memory Leak: data (assign reference variable value to a shadow variable in inner scope))
2012-10-27 16:36:14 +02:00
checkmemoryleak.cpp
Refactorization: Removed unnecessary code. Variable::typeStartToken() and Variable::typeEndToken() never point to "const".
2012-11-11 13:32:19 +01:00
checkmemoryleak.h
more java/c# cleanup
2012-10-03 19:51:09 +02:00
checknonreentrantfunctions.cpp
Removed Java/C# handling
2012-10-02 18:44:36 +02:00
checknonreentrantfunctions.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checknullpointer.cpp
More CheckNullPointer speed ups, related to #4266 .
2012-11-25 14:55:31 +01:00
checknullpointer.h
Fixed #3302 (new check: nullpointer dereference)
2012-11-20 23:56:17 -08:00
checkobsoletefunctions.cpp
Removed Java/C# handling
2012-10-02 18:44:36 +02:00
checkobsoletefunctions.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkother.cpp
speed up checks by caching commonly looked up stuff in the symbol database (checkother, checkstl, checkunusedvar). Ticket: #4266
2012-11-16 06:50:49 +01:00
checkother.h
New checks (inconclusive): Suspicious calculation with sizeof()
2012-11-09 18:08:20 +01:00
checkpostfixoperator.cpp
speedup checkpostfixoperator.cpp by caching commonly looked up stuff in the symbol database. Ticket: #4266
2012-11-12 06:16:38 +01:00
checkpostfixoperator.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkstl.cpp
Removed unnecessary pattern "const|" - typeStartToken() never points to "const"
2012-11-29 10:47:52 -08:00
checkstl.h
Attempt to fix all doxygen warnings.
2012-10-24 01:32:07 +02:00
checkuninitvar.cpp
Uninitialized variables: Fixed TODO testcase
2012-11-29 18:41:48 +01:00
checkuninitvar.h
Uninitialized variables: Fixed TODO testcase
2012-11-29 18:41:48 +01:00
checkunusedfunctions.cpp
Message refactorization: checkuninitvar.cpp, checkunusedfunctions.cpp, checkunusedvar.cpp
2012-11-01 18:40:20 +01:00
checkunusedfunctions.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
checkunusedvar.cpp
Fixed #4180 (false positive: (style) Variable is assigned a value that is never used (inside loop))
2012-11-28 06:11:33 +01:00
checkunusedvar.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
config.h
Get rid of a warning
2012-06-16 06:34:18 +02:00
cppcheck.cpp
Incremented version to "1.58 dev" (1.57.99)
2012-11-04 15:49:18 +01:00
cppcheck.h
Change every C version of 'size_t' to C++ 'std::size_t'.
2012-07-09 13:30:18 +02:00
cppcheck.vcxproj
Fixed compilation as shared lib with PCRE: Ensure that sizeof(Settings) is the same with and without HAVE_RULES
2012-11-03 20:37:23 +01:00
cppcheck.vcxproj.filters
Refactorized resource files:
2012-10-14 10:21:22 +02:00
errorlogger.cpp
Fixed #3442 (unmatchedSuppression can't be suppressed)
2012-07-13 08:29:49 +02:00
errorlogger.h
ErrorLogger: Throw InternalError if given severity is not handled
2012-08-10 12:43:53 +02:00
executionpath.cpp
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
executionpath.h
Implemented support for building cppcheck lib into a dll
2012-06-10 05:19:09 -07:00
lib.pri
Update Makefile.
2012-06-11 22:16:12 +03:00
mathlib.cpp
Fixed #4295 (False positive: Expression '(X & 0xFF00000000000000LL)==0xa00000000000000' always evaluates to false (64-bit value))
2012-11-27 17:37:49 +01:00
mathlib.h
Fixed #4087 (div by zero check is invalid for floats)
2012-09-11 16:50:42 +02:00
path.cpp
Fixed #4323 (False Positive: Null pointer dereference)
2012-11-29 10:32:34 +01:00
path.h
Path: Removed java/c# handling. Thanks amai.
2012-10-03 19:47:14 +02:00
pcrerules.pri
pro and pri files: remove unneeded empty lines, use spaces for consistency
2012-10-12 17:46:57 +02:00
preprocessor.cpp
Fixed #4079 (#if condition does not evaluate numbers with sign)
2012-11-28 07:33:24 +01:00
preprocessor.h
Fixed #4301 (htmlreport broken)
2012-11-03 11:25:40 +01:00
settings.cpp
Added support for sizeof(wchar_t). Improved <Windows.h> type testing for Win64 platform.
2012-11-11 16:16:17 +01:00
settings.h
Added support for sizeof(wchar_t). Improved <Windows.h> type testing for Win64 platform.
2012-11-11 16:16:17 +01:00
standards.h
Enable --std=c11 and --std=c++11 by default
2012-08-25 21:57:45 +02:00
suppressions.cpp
Fixed #4210 (Unmatched suppression warning emitted from disabled check)
2012-09-23 10:56:12 +02:00
suppressions.h
Implemented support for building cppcheck lib into a dll
2012-06-10 05:19:09 -07:00
symboldatabase.cpp
Fixed #3702 (False negative: fail to detect constructor implementation with slightly different (irrelevant) signatures)
2012-11-26 16:34:44 +01:00
symboldatabase.h
Fixed #3702 (False negative: fail to detect constructor implementation with slightly different (irrelevant) signatures)
2012-11-26 16:34:44 +01:00
templatesimplifier.cpp
Revert 1c0617c504
.
2012-11-07 18:34:25 +01:00
templatesimplifier.h
astyle formatting
2012-09-13 16:43:07 +02:00
timer.cpp
Fixed #2709 (Negative times in --showtime summary)
2012-09-15 19:49:48 +02:00
timer.h
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
2012-09-17 13:51:23 +02:00
token.cpp
Little tweaks to Token::Match code.
2012-11-25 15:20:50 +01:00
token.h
Add a 'prepend' bool option to Token::InsertToken.
2012-11-20 02:58:19 +01:00
tokenize.cpp
Fixed again #2963 (FP: Typedef names considered duplicate because __LINE__ not expanded).
2012-11-30 00:00:44 +01:00
tokenize.h
Fixed #4304 (False positive during an array declaration)
2012-11-29 08:44:12 +01:00
tokenlist.cpp
Implemented support for binary numbers ( #4113 )
2012-09-10 21:13:32 +02:00
tokenlist.h
Change file encoding to UFT-8 like it is for other files.
2012-08-26 00:12:38 +03:00
version.h
Incremented version to "1.58 dev" (1.57.99)
2012-11-04 15:49:18 +01:00
version.rc
Refactorized resource files:
2012-10-14 10:21:22 +02:00