cppcheck/src
Daniel Marjamäki 113b3c1d21 auto-deallocated classes: added command line option for specifying .lst file (http://apps.sourceforge.net/trac/cppcheck/ticket/120) 2009-03-06 17:43:33 +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 unused private function: better handling of initialization lists in constructors 2009-03-02 20:40:24 +00: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 added internal support for handling list of classes that are automaticly deallocated 2009-03-06 07:22:07 +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 Copyrights updated 2009-03-01 19:52:33 +00: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 auto-deallocated classes: added command line option for specifying .lst file (http://apps.sourceforge.net/trac/cppcheck/ticket/120) 2009-03-06 17:43:33 +01:00
cppcheck.h Copyrights updated 2009-03-01 19:52:33 +00:00
cppcheck.rc
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 Copyrights updated 2009-03-01 19:52:33 +00:00
errorlogger.h Copyright fixes 2009-03-01 19:59:13 +00:00
filelister.cpp Copyrights updated 2009-03-01 19:52:33 +00: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 Copyrights updated 2009-03-01 19:52:33 +00:00
preprocessor.h Copyrights updated 2009-03-01 19:52:33 +00:00
resource.h
settings.cpp added internal support for handling list of classes that are automaticly deallocated 2009-03-06 07:22:07 +01:00
settings.h added internal support for handling list of classes that are automaticly deallocated 2009-03-06 07:22:07 +01:00
threadexecutor.cpp Fixed some compiling warnings by adding more error checking. 2009-03-01 20:08:47 +00: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 Fix ticket #133 (Segmentation fault when static_cast is in for loop) 2009-03-05 21:32:02 +02:00
tokenize.h simplify calculations better 2009-03-04 06:24:03 +00:00