.. |
CMakeLists.txt
|
CMake - add header files to lib project (and to VS project).
|
2010-01-03 21:08:49 +02:00 |
check.h
|
DJGPP: fix runtime errors because list is destroyed before objects
|
2009-11-28 19:43:13 +01:00 |
checkautovariables.cpp
|
New Check: Detect return of invalid reference
|
2010-01-23 20:39:12 +01:00 |
checkautovariables.h
|
New Check: Detect return of invalid reference
|
2010-01-23 20:39:12 +01:00 |
checkbufferoverrun.cpp
|
BufferOverrun: negative index is out of bounds
|
2010-01-11 21:18:07 +01:00 |
checkbufferoverrun.h
|
Robert Reif: improve check: array index out of bounds, show name of array, array size and array index
|
2009-12-25 15:25:58 +01:00 |
checkclass.cpp
|
Fixed #1308 (False positive: The function 'x' can be const for a static member function)
|
2010-01-24 18:26:39 +01:00 |
checkclass.h
|
only run CheckClass::checkConst if style checking is on
|
2010-01-23 09:38:35 +01:00 |
checkdangerousfunctions.cpp
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
checkdangerousfunctions.h
|
Reformatting the --doc output to work better in the wiki
|
2010-01-17 14:56:56 +01:00 |
checkexceptionsafety.cpp
|
Fixed #1126 (False positive: upon exception there is memory leak (calling unknown function))
|
2009-12-21 20:04:55 +01:00 |
checkexceptionsafety.h
|
Reformatting the --doc output to work better in the wiki
|
2010-01-17 14:56:56 +01:00 |
checkheaders.cpp
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
checkheaders.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
checkmemoryleak.cpp
|
Fixed #1293 (Things to add to call_func_white_list)
|
2010-01-20 22:03:06 +01:00 |
checkmemoryleak.h
|
Fixed #1266 ('qsort' missing in call_func_white_list)
|
2010-01-18 21:34:11 +01:00 |
checkother.cpp
|
Fixed #1301 (False positive: Data is allocated but not initialized)
|
2010-01-23 21:25:17 +01:00 |
checkother.h
|
Reformatting the --doc output to work better in the wiki
|
2010-01-17 14:56:56 +01:00 |
checkstl.cpp
|
STL: fixed false positive when using erase
|
2010-01-23 22:03:38 +01:00 |
checkstl.h
|
doxygen and minor refactorings
|
2010-01-22 19:29:24 +01:00 |
checkunusedfunctions.cpp
|
Fix #1071 ((style) The function 'throw' is never used)
|
2009-12-08 23:41:47 +02:00 |
checkunusedfunctions.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
classinfo.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
cppcheck.cpp
|
Fix #1279 (Change error message: Invalid number of character ({). Can't process file.)
|
2010-01-23 23:18:11 +02:00 |
cppcheck.h
|
Added Cppcheck::terminate function that will terminate the checking ASAP
|
2010-01-18 20:23:50 +01:00 |
errorlogger.cpp
|
Fixed #854 (invalid XML generated for folders containing &)
|
2009-10-27 22:10:14 +01:00 |
errorlogger.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
executionpath.cpp
|
Fixed #1265 ((error) Uninitialized variable on macro expansion)
|
2010-01-13 19:37:55 +01:00 |
executionpath.h
|
ExecutionPath: Refactoring. Removed the bailOut variable
|
2009-12-29 09:30:02 +01:00 |
filelister.cpp
|
astyle formatting
|
2010-01-14 22:01:59 +01:00 |
filelister.h
|
lanurmi: Fixed #1269 (Changes required for compiling with Sun's compiler)
|
2010-01-14 22:00:14 +01:00 |
lib.pri
|
fixed #1099 (GUI: unable to build gui from current git-head)
|
2009-12-14 23:22:27 +01:00 |
mathlib.cpp
|
astyle formatting
|
2009-12-27 17:46:24 +01:00 |
mathlib.h
|
refactoring the folder structure
|
2009-10-25 12:49:06 +01:00 |
preprocessor.cpp
|
Fix some style errors found from our own code.
|
2010-01-23 23:44:08 +02:00 |
preprocessor.h
|
wrote comments about the preprocessor
|
2010-01-13 21:50:44 +01:00 |
settings.cpp
|
Added Cppcheck::terminate function that will terminate the checking ASAP
|
2010-01-18 20:23:50 +01:00 |
settings.h
|
Added Cppcheck::terminate function that will terminate the checking ASAP
|
2010-01-18 20:23:50 +01:00 |
token.cpp
|
uncomment validation of Tokenizer::_tokensBack
|
2010-01-06 21:18:42 +01:00 |
token.h
|
Ticket #1228 : Handle tokensBack in the Token class. When adding&removing tokens the Token class can make sure that this pointer is updated accordingly. It is very important that the tokensBack has the same scope as the token list, otherwise there will be a dead pointer problem.
|
2010-01-06 20:19:27 +01:00 |
tokenize.cpp
|
Tokenizer: Fixed Tokenizer::simplifyKnownVariable bug when the variable is re-assigned in a loop
|
2010-01-24 19:27:39 +01:00 |
tokenize.h
|
Fix some style errors found from our own code.
|
2010-01-23 23:44:08 +02:00 |