.. |
check.h
|
Refactoring: Removed 'possibleError'
|
2010-05-16 19:57:41 +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 #1418 (false negative: buffer access out of bounds)
|
2010-05-16 23:53:42 +02:00 |
checkbufferoverrun.h
|
Refactoring: Removed 'possible error' message about cin
|
2010-05-16 19:09:36 +02:00 |
checkclass.cpp
|
Fixed #1683 (false positive: The function can be const)
|
2010-05-16 20:26:32 +02:00 |
checkclass.h
|
Refactoring: Removed Severity::possibleStyle
|
2010-05-16 14:43:42 +02: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
|
Code cleanup: Removed autodealloc handling
|
2010-05-16 07:15:31 +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
|
Refactoring: Removed possibleError messages from CheckMemoryLeaks
|
2010-05-16 19:55:16 +02:00 |
checkmemoryleak.h
|
Refactoring: Removed possibleError messages from CheckMemoryLeaks
|
2010-05-16 19:55:16 +02:00 |
checkother.cpp
|
Refactoring: Removed Severity::possibleStyle
|
2010-05-16 14:43:42 +02:00 |
checkother.h
|
Refactoring: Removed Severity::possibleStyle
|
2010-05-16 14:43:42 +02:00 |
checkstl.cpp
|
Refactoring: Removed Severity::possibleStyle
|
2010-05-16 14:43:42 +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
|
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
|
doc: updated docs about -D command line flag
|
2010-05-16 08:48:03 +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
|
Refactoring: Removed 'possibleError'
|
2010-05-16 19:57:41 +02: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
|
astyle formatting
|
2010-05-14 18:40:37 +02: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
|
Code cleanup: Removed autodealloc handling
|
2010-05-16 07:15:31 +02:00 |
settings.h
|
Fixed #1212 (Allow giving used defines in command line)
|
2010-05-16 07:38:29 +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
|
Tokenizer: it is bad to do: 'tok->previous()->deleteThis()'
|
2010-05-17 19:50:36 +02:00 |
tokenize.h
|
Fixed #1677 (False positive: (style) Variable 'xxx' is assigned a value that is never used)
|
2010-05-13 13:59:41 +02:00 |