.. |
check.h
|
astyle formatting
|
2011-02-03 22:20:59 +01:00 |
checkautovariables.cpp
|
checkautovariables: refactor to use the symbol database
|
2011-02-07 19:26:34 -05:00 |
checkautovariables.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkbufferoverrun.cpp
|
CheckBufferOverrun: Refactoring. Broke out checkScope code for parsing 'for' bodies
|
2011-02-10 21:56:06 +01:00 |
checkbufferoverrun.h
|
CheckBufferOverrun: Refactoring. Broke out checkScope code for parsing 'for' bodies
|
2011-02-10 21:56:06 +01:00 |
checkclass.cpp
|
fix #2567 Unused private function when implemented in different file
|
2011-02-11 08:00:41 -05:00 |
checkclass.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkexceptionsafety.cpp
|
Ticket #2388. Added more detail to the 'exceptRethrowCopy' error message.
|
2011-02-06 02:01:14 -08:00 |
checkexceptionsafety.h
|
Ticket #2388. Added more detail to the 'exceptRethrowCopy' error message.
|
2011-02-06 02:01:14 -08:00 |
checkmemoryleak.cpp
|
Fixed #2555 (Cppcheck 1.47 - Crash on WinMerge-Trunk (Win7 x64))
|
2011-02-08 20:18:15 +01:00 |
checkmemoryleak.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checknullpointer.cpp
|
Fixed #2533 (false positive: (error) Uninitialized variable: cBuffer)
|
2011-02-03 22:29:32 +01:00 |
checknullpointer.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkobsoletefunctions.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
checkobsoletefunctions.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkother.cpp
|
Fixed #2535 (false positive: (style) Variable 'A' is not assigned a value)
|
2011-02-09 19:20:44 +01:00 |
checkother.h
|
Fixed #2550 (Bad substr/strncmp comparison)
|
2011-02-08 19:49:29 +01:00 |
checkpostfixoperator.cpp
|
Clarify few verbose messages.
|
2011-02-04 11:10:24 +02:00 |
checkpostfixoperator.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkstl.cpp
|
Clarify few verbose messages.
|
2011-02-04 11:10:24 +02:00 |
checkstl.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkuninitvar.cpp
|
Fixed #2467 (false positive: possible nullptr dereference)
|
2011-01-17 19:23:00 +01:00 |
checkuninitvar.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
checkunusedfunctions.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
checkunusedfunctions.h
|
initialise Check::_name in constructor rather than relying on virtual Check::name()
|
2011-02-02 22:58:25 +13:00 |
cppcheck.cpp
|
1.47: Updated versions
|
2011-02-06 12:05:42 +01:00 |
cppcheck.h
|
Fix doxgen comment.
|
2011-01-13 23:25:17 +02:00 |
errorlogger.cpp
|
Fixed #2544 (XML output does not specify encoding used)
|
2011-02-04 20:14:19 +01:00 |
errorlogger.h
|
xml2: added <errors> element
|
2011-02-02 18:46:07 +01:00 |
executionpath.cpp
|
Use Token::simpleMatch where no patterns are used
|
2011-02-02 13:27:01 -06:00 |
executionpath.h
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
lib.pri
|
Change "tinyxml/tinyxml.h" includes into <tinyxml.h> and modify dmake to work with it.
|
2011-02-10 22:35:48 +02:00 |
mathlib.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
mathlib.h
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
path.cpp
|
Move sameFileName() method to Path class.
|
2011-01-18 19:58:16 +02:00 |
path.h
|
Move sameFileName() method to Path class.
|
2011-01-18 19:58:16 +02:00 |
preprocessor.cpp
|
Fixed #2571 (Preprocessor: better handling for #undef)
|
2011-02-11 18:51:22 +01:00 |
preprocessor.h
|
Fixed #2559 (Refactoring Preprocessor::read)
|
2011-02-11 06:30:42 +01:00 |
settings.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
settings.h
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
symboldatabase.cpp
|
#2560 (False positive: The class 'Altren' does not have a constructor, because base class is in namespace.)
|
2011-02-10 07:37:55 -05:00 |
symboldatabase.h
|
Fixed #2537 (segmentation fault of cppcheck)
|
2011-02-03 07:57:10 +01:00 |
timer.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
timer.h
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
token.cpp
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
token.h
|
Change year 2010 -> 2011 in license texts.
|
2011-01-09 21:33:36 +02:00 |
tokenize.cpp
|
Tokenizer: refactor duplicated token copy code info function
|
2011-02-09 22:02:17 -05:00 |
tokenize.h
|
Tokenizer: refactor duplicated token copy code info function
|
2011-02-09 22:02:17 -05:00 |