cppcheck/lib
firewave 8966888a92 Fixed some VS2008 warnings 2010-04-13 11:31:27 +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 Fixed some VS2008 warnings 2010-04-13 11:31:27 +02:00
checkbufferoverrun.h Fixed #1190 (array index out of bounds when index variable is assigned in a condition) 2010-04-10 21:12:00 +02:00
checkclass.cpp Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
checkclass.h Fixed some VS2008 warnings 2010-04-13 11:31:27 +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: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
checkmemoryleak.h reduced -Wshadow warnings from gcc-4.4 2010-04-08 22:56:34 +02:00
checkother.cpp Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
checkother.h Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +02:00
checkstl.cpp Fix last of the -Wshadow warnings. 2010-04-11 14:49:50 +03:00
checkstl.h Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +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: warning C4138: '*/' found outside of comment 2010-04-06 21:07:46 +03:00
classinfo.h refactoring the folder structure 2009-10-25 12:49:06 +01:00
cppcheck.cpp More --showtime updates: 2010-04-13 11:23:11 +02:00
cppcheck.h Changed CppCheck::parseFromArgs() to return boolean value and reportOut() in case of error. 2010-04-11 22:53:21 +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 Refactoring: Disable inconclusive checks. They can still be activated for debugging/testing purposes 2010-04-10 14:05:33 +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 astyle formatting 2010-04-08 17:41:22 +02: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-05 20:57:54 +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 Fix more -Wshadow compile warnings 2010-04-09 22:40:37 +03:00
preprocessor.h Fix more -Wshadow compile warnings 2010-04-09 22:40:37 +03:00
settings.cpp showtime: refactoring and improving. Added summary/file/top5/average options. 2010-04-12 22:13:42 +02:00
settings.h More --showtime updates: 2010-04-13 11:23:11 +02:00
token.cpp Fix more -Wshadow compile warnings 2010-04-09 22:40:37 +03:00
token.h Fix more -Wshadow compile warnings 2010-04-09 22:40:37 +03:00
tokenize.cpp Fixed some VS2008 warnings 2010-04-13 11:31:27 +02:00
tokenize.h Fixed #1588 (typedef struct incorrectly simplified) 2010-04-12 19:05:31 +02:00