cppcheck/lib
Daniel Marjamäki 61e1c4183f Uninitialized variables: better handling of 'a[b[..]]' when b is not initialized 2010-04-05 09:04:30 +02:00
..
check.h Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkautovariables.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkautovariables.h Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkbufferoverrun.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkbufferoverrun.h Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkclass.cpp Refactoring: broke out copy/pasted code 2010-04-03 09:17:16 +02:00
checkclass.h Refactoring: broke out copy/pasted code 2010-04-03 09:17:16 +02:00
checkdangerousfunctions.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkdangerousfunctions.h Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkexceptionsafety.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkexceptionsafety.h Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkheaders.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkheaders.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
checkmemoryleak.cpp Refactoring: some refactoring of ExecutionPath. The foundError was removed. No automatic bailout of all checks are made when errors are found. 2010-04-04 11:24:52 +02:00
checkmemoryleak.h Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
checkother.cpp Uninitialized variables: better handling of 'a[b[..]]' when b is not initialized 2010-04-05 09:04:30 +02:00
checkother.h Fixed #1566 (false negative: uninitialized variable) 2010-04-04 09:17:53 +02:00
checkstl.cpp Cleanup: Removed unfinnished checking of std::find 2010-04-03 15:33:13 +02:00
checkstl.h Cleanup: Removed unfinnished checking of std::find 2010-04-03 15:33:13 +02:00
checkunusedfunctions.cpp Fix #1322 (Add cppcheckError and unusedFunction to --errorlist, give out internal errors in xml) 2010-04-04 23:55:28 +03:00
checkunusedfunctions.h Fix #1322 (Add cppcheckError and unusedFunction to --errorlist, give out internal errors in xml) 2010-04-04 23:55:28 +03:00
classinfo.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
cppcheck.cpp Fix #1322 (Add cppcheckError and unusedFunction to --errorlist, give out internal errors in xml) 2010-04-04 23:55:28 +03:00
cppcheck.h Fix segmentation fault when calling with --errorlist and add a testcase for it. 2010-04-03 22:53:06 +03:00
errorlogger.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
errorlogger.h Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
executionpath.cpp Refactoring: some refactoring of ExecutionPath. The foundError was removed. No automatic bailout of all checks are made when errors are found. 2010-04-04 11:24:52 +02:00
executionpath.h Refactoring: some refactoring of ExecutionPath. The foundError was removed. No automatic bailout of all checks are made when errors are found. 2010-04-04 11:24:52 +02:00
filelister.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
filelister.h doxygen: updated comments for Cppcheck and FileLister 2010-03-14 18:55:33 +01:00
filelister_unix.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
filelister_unix.h Add Unix/Linux version of FileLister and do some cleanups. 2010-03-11 22:12:27 +02:00
filelister_win32.cpp Improve ifdeffing. 2010-04-05 09:48:19 +03:00
filelister_win32.h Add Unix/Linux version of FileLister and do some cleanups. 2010-03-11 22:12:27 +02:00
lib.pri Fix compiling in Linux. Fix compiling dmake. 2010-03-11 22:15:15 +02:00
mathlib.cpp astyle fix 2010-04-02 23:44:24 +03:00
mathlib.h added a helper function to mathlib::isNullValue(), it checks wheter a string has a null representation or not and returns a boolian result; extended nullchecks in testmathlib.cpp 2010-04-02 22:41:54 +02:00
preprocessor.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
preprocessor.h doxygen: fixed error messages 2010-03-14 07:48:44 +01:00
settings.cpp Reverted 'astyle fix'. Those changes are not in sync with my astyle configuration/setup. 2010-04-02 07:30:58 +02:00
settings.h doxygen: updated comments for Cppcheck and FileLister 2010-03-14 18:55:33 +01:00
token.cpp Cleanup: Removed unused %name% cmd for patterns 2010-04-02 20:25:13 +02:00
token.h Cleanup: Removed unused %name% cmd for patterns 2010-04-02 20:25:13 +02:00
tokenize.cpp Fix #1322 (Add cppcheckError and unusedFunction to --errorlist, give out internal errors in xml) 2010-04-04 23:55:28 +03:00
tokenize.h astyle formatting 2010-04-03 14:28:32 +02:00