cppcheck/src
Daniel Marjamäki a6c363ff06 updated version to 1.38 2009-10-25 08:41:27 +01:00
..
check.h Fix #825 (Error with id syntaxError not in list printed with --errorlist) 2009-10-18 00:11:48 +03:00
checkautovariables.cpp Fixed #783 (Refactoring: autoVariables error message is hard coded in 3 locations) 2009-10-04 16:47:47 +07:00
checkautovariables.h Fixed #783 (Refactoring: autoVariables error message is hard coded in 3 locations) 2009-10-04 16:47:47 +07:00
checkbufferoverrun.cpp Minor refactoring. 2009-10-20 00:55:20 +03:00
checkbufferoverrun.h arrayIndexOutOfBounds check is now done without --all 2009-10-13 22:39:51 +03:00
checkclass.cpp David Binderman: Remove dead variable 2009-10-19 17:40:16 +02:00
checkclass.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
checkdangerousfunctions.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
checkdangerousfunctions.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
checkexceptionsafety.cpp Fixed by #828 (Exception Safety: No throwing in destructors) 2009-10-19 20:57:11 +02:00
checkexceptionsafety.h Fixed by #828 (Exception Safety: No throwing in destructors) 2009-10-19 20:57:11 +02:00
checkheaders.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
checkheaders.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
checkmemoryleak.cpp Fixed #253 (MemoryLeakInClass: False positive when memory is released in function, which is called from destructor) 2009-10-24 15:07:14 +02:00
checkmemoryleak.h fixed doxygen warning messages 2009-10-15 18:52:29 +02:00
checkother.cpp Fixed #839 (False positive: possible null pointer dereference after new) 2009-10-20 20:57:38 +02:00
checkother.h Null pointers: Detect code where the assignment is conditional 2009-10-19 17:32:43 +02:00
checkstl.cpp Fixed #830 (id 'pushback' used twice) 2009-10-21 20:15:11 +02:00
checkstl.h Fixed #830 (id 'pushback' used twice) 2009-10-21 20:15:11 +02:00
checkunusedfunctions.cpp don't report that the function WinMain is unused 2009-10-24 14:55:56 +02:00
checkunusedfunctions.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
classinfo.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
cppcheck.cpp updated version to 1.38 2009-10-25 08:41:27 +01:00
cppcheck.h fixed compiler error when building gui 2009-10-17 11:34:17 +02:00
cppcheck.rc Fix the copyright text in Windows executable. 2009-06-14 00:24:35 +03:00
cppcheckexecutor.cpp Fixed #824 (Exit code of cppcheck) 2009-10-17 08:19:37 +02:00
cppcheckexecutor.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
errorlogger.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
errorlogger.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
filelister.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
filelister.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
main.cpp updated version to 1.38 2009-10-25 08:41:27 +01:00
mathlib.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
mathlib.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
preprocessor.cpp Fixed #821 (Preprocessor: Wrong stringification in macros) 2009-10-14 20:40:17 +02:00
preprocessor.h src/preprocessor.h: fixed comment. 2009-10-04 12:55:23 +07:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp Fix #815 (rev. 47e9d1: compilation error) 2009-10-13 18:49:11 +03:00
settings.h Fix #815 (rev. 47e9d1: compilation error) 2009-10-13 18:49:11 +03:00
src.pri Added top-level 'check' target. 2009-09-04 22:59:25 +04:00
src.pro Added top-level 'check' target. 2009-09-04 22:59:25 +04:00
threadexecutor.cpp Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
threadexecutor.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
token.cpp Token::Match(): made message about bug more verbose. 2009-10-03 21:35:25 +07:00
token.h Fix GPL comments in all files. ">." was missing from the end. 2009-09-27 18:08:31 +03:00
tokenize.cpp Fixed #851 (Tokenizer: sizeof(*a) returns incorrect result) 2009-10-22 23:00:27 +02:00
tokenize.h Fix #825 (Error with id syntaxError not in list printed with --errorlist) 2009-10-18 00:11:48 +03:00