cppcheck/src
Daniel Marjamäki 4c28882a12 expanding template classes 2009-03-12 22:17:42 +01:00
..
checkbufferoverrun.cpp checkbufferoverrun: fixed bug - skip some checks when variable id is unknown (Ticket: 138) 2009-03-05 18:28:59 +01:00
checkbufferoverrun.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkclass.cpp uninitialized const pointer member variables 2009-03-12 21:33:10 +01:00
checkclass.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkdangerousfunctions.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checkdangerousfunctions.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkfunctionusage.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checkfunctionusage.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkheaders.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checkheaders.h Copyrights updated 2009-03-01 19:52:33 +00:00
checkmemoryleak.cpp Fixed ticket 134 (memory leak not detected) caused by wrong checking if code is inside class function or not 2009-03-10 20:44:24 +01:00
checkmemoryleak.h memory leak: fixed issue with reporting wrong location 2009-03-01 20:34:04 +00:00
checkother.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checkother.h Copyrights updated 2009-03-01 19:52:33 +00:00
checksecurity.cpp Copyrights updated 2009-03-01 19:52:33 +00:00
checksecurity.h removed unused private function CheckSecurity::eraseCheckLoop 2009-03-09 20:09:06 +01:00
checkstl.cpp Fix ticket #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
checkstl.h Copyrights updated 2009-03-01 19:52:33 +00:00
cppcheck.cpp updated version to 1.30 2009-03-08 16:15:25 +01:00
cppcheck.h Copyrights updated 2009-03-01 19:52:33 +00:00
cppcheck.rc Windows RC file is ANSI file, storing as UTF-8 messes it up. 2009-02-22 14:55:29 +00:00
cppcheckexecutor.cpp Fix ticket #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
cppcheckexecutor.h Fix ticket #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
errorlogger.cpp Fix ticket #148 (unable to compile with g++-3.3) 2009-03-08 20:50:19 +02:00
errorlogger.h Copyright fixes 2009-03-01 19:59:13 +00:00
filelister.cpp Windows Qt compilation fixes. 2009-03-07 18:53:50 +02:00
filelister.h Now adds directory contents to list of files to check. 2009-03-02 19:56:51 +00:00
main.cpp Fix ticket #135 (Add option to control main() exit value) 2009-03-06 02:03:31 +02:00
preprocessor.cpp Fixed ticket 147 (Invalid line number for error message) 2009-03-09 20:29:25 +01:00
preprocessor.h Copyrights updated 2009-03-01 19:52:33 +00:00
resource.h Fix VS build broken due to tripled version resource info. 2009-01-18 09:38:42 +00:00
settings.cpp astyle formatting 2009-03-06 18:13:41 +01:00
settings.h astyle formatting 2009-03-06 18:13:41 +01:00
threadexecutor.cpp Fix ticket #139 (Compilation error on building cppcheck version 1.29 with gcc-4.3.2 on Ubuntu 8.10) 2009-03-06 22:46:32 +02:00
threadexecutor.h Copyrights updated 2009-03-01 19:52:33 +00:00
token.cpp Fix ticket Add/Change #125 (the printout of the token list is wrong) 2009-03-03 20:17:23 +00:00
token.h Refactoring: Combined printOut() and stringifyList() in Token class 2009-03-03 19:45:58 +00:00
tokenize.cpp expanding template classes 2009-03-12 22:17:42 +01:00
tokenize.h simplify calculations better 2009-03-04 06:24:03 +00:00