2008-11-23 15:10:55 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="cppcheck" />
|
2008-11-23 16:29:12 +01:00
|
|
|
<Option makefile_is_custom="1" />
|
2008-11-23 15:10:55 +01:00
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
2009-01-06 22:08:30 +01:00
|
|
|
<Target title="cppcheck">
|
2008-11-23 16:29:12 +01:00
|
|
|
<Option output="cppcheck" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="/home/nobackup/cppcheck/.objs" />
|
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
|
|
|
</Compiler>
|
|
|
|
</Target>
|
2009-01-19 20:45:05 +01:00
|
|
|
<Target title="testrunner">
|
2008-11-23 16:29:12 +01:00
|
|
|
<Option output="testrunner" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="/home/nobackup/cppcheck/.objs" />
|
2008-11-23 15:10:55 +01:00
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
|
|
|
</Compiler>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wall" />
|
|
|
|
<Add option="-fexceptions" />
|
|
|
|
</Compiler>
|
2009-06-05 22:52:05 +02:00
|
|
|
<Unit filename="gui/aboutdialog.cpp" />
|
|
|
|
<Unit filename="gui/aboutdialog.h" />
|
2009-05-30 07:48:12 +02:00
|
|
|
<Unit filename="gui/applicationdialog.cpp" />
|
|
|
|
<Unit filename="gui/applicationdialog.h" />
|
|
|
|
<Unit filename="gui/applicationlist.cpp" />
|
|
|
|
<Unit filename="gui/applicationlist.h" />
|
2009-03-01 20:40:33 +01:00
|
|
|
<Unit filename="gui/checkthread.cpp" />
|
|
|
|
<Unit filename="gui/checkthread.h" />
|
2009-04-13 11:02:21 +02:00
|
|
|
<Unit filename="gui/common.h" />
|
2009-09-27 17:08:31 +02:00
|
|
|
<Unit filename="gui/csvreport.cpp" />
|
|
|
|
<Unit filename="gui/csvreport.h" />
|
2009-06-22 23:51:30 +02:00
|
|
|
<Unit filename="gui/fileviewdialog.cpp" />
|
|
|
|
<Unit filename="gui/fileviewdialog.h" />
|
2009-03-01 20:40:33 +01:00
|
|
|
<Unit filename="gui/main.cpp" />
|
|
|
|
<Unit filename="gui/mainwindow.cpp" />
|
|
|
|
<Unit filename="gui/mainwindow.h" />
|
2009-06-22 23:51:30 +02:00
|
|
|
<Unit filename="gui/projectfile.cpp" />
|
|
|
|
<Unit filename="gui/projectfile.h" />
|
2009-05-30 07:48:12 +02:00
|
|
|
<Unit filename="gui/qrc_gui.cpp" />
|
2009-06-24 22:49:38 +02:00
|
|
|
<Unit filename="gui/report.cpp" />
|
|
|
|
<Unit filename="gui/report.h" />
|
2009-03-01 20:40:33 +01:00
|
|
|
<Unit filename="gui/resultstree.cpp" />
|
|
|
|
<Unit filename="gui/resultstree.h" />
|
|
|
|
<Unit filename="gui/resultsview.cpp" />
|
|
|
|
<Unit filename="gui/resultsview.h" />
|
|
|
|
<Unit filename="gui/settingsdialog.cpp" />
|
|
|
|
<Unit filename="gui/settingsdialog.h" />
|
2009-05-30 07:48:12 +02:00
|
|
|
<Unit filename="gui/test.cpp" />
|
2009-04-13 11:02:21 +02:00
|
|
|
<Unit filename="gui/threadhandler.cpp" />
|
|
|
|
<Unit filename="gui/threadhandler.h" />
|
|
|
|
<Unit filename="gui/threadresult.cpp" />
|
|
|
|
<Unit filename="gui/threadresult.h" />
|
2009-07-05 22:16:43 +02:00
|
|
|
<Unit filename="gui/translationhandler.cpp" />
|
|
|
|
<Unit filename="gui/translationhandler.h" />
|
2009-06-24 22:49:38 +02:00
|
|
|
<Unit filename="gui/txtreport.cpp" />
|
|
|
|
<Unit filename="gui/txtreport.h" />
|
|
|
|
<Unit filename="gui/xmlreport.cpp" />
|
|
|
|
<Unit filename="gui/xmlreport.h" />
|
2009-03-19 19:24:13 +01:00
|
|
|
<Unit filename="src/check.h" />
|
2009-03-20 20:21:54 +01:00
|
|
|
<Unit filename="src/checkautovariables.cpp" />
|
|
|
|
<Unit filename="src/checkautovariables.h" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="src/checkbufferoverrun.cpp" />
|
|
|
|
<Unit filename="src/checkbufferoverrun.h" />
|
|
|
|
<Unit filename="src/checkclass.cpp" />
|
|
|
|
<Unit filename="src/checkclass.h" />
|
2009-01-31 20:11:17 +01:00
|
|
|
<Unit filename="src/checkdangerousfunctions.cpp" />
|
|
|
|
<Unit filename="src/checkdangerousfunctions.h" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="src/checkheaders.cpp" />
|
|
|
|
<Unit filename="src/checkheaders.h" />
|
|
|
|
<Unit filename="src/checkmemoryleak.cpp" />
|
|
|
|
<Unit filename="src/checkmemoryleak.h" />
|
|
|
|
<Unit filename="src/checkother.cpp" />
|
|
|
|
<Unit filename="src/checkother.h" />
|
2009-02-21 14:48:21 +01:00
|
|
|
<Unit filename="src/checksecurity.cpp" />
|
|
|
|
<Unit filename="src/checksecurity.h" />
|
2009-02-10 20:47:45 +01:00
|
|
|
<Unit filename="src/checkstl.cpp" />
|
|
|
|
<Unit filename="src/checkstl.h" />
|
2009-06-09 22:33:58 +02:00
|
|
|
<Unit filename="src/checkunusedfunctions.cpp" />
|
|
|
|
<Unit filename="src/checkunusedfunctions.h" />
|
2009-08-12 22:50:03 +02:00
|
|
|
<Unit filename="src/classinfo.h" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="src/cppcheck.cpp" />
|
|
|
|
<Unit filename="src/cppcheck.h" />
|
|
|
|
<Unit filename="src/cppcheckexecutor.cpp" />
|
|
|
|
<Unit filename="src/cppcheckexecutor.h" />
|
2009-02-08 22:21:13 +01:00
|
|
|
<Unit filename="src/errorlogger.cpp" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="src/errorlogger.h" />
|
|
|
|
<Unit filename="src/filelister.cpp" />
|
|
|
|
<Unit filename="src/filelister.h" />
|
|
|
|
<Unit filename="src/main.cpp" />
|
2009-04-09 18:19:11 +02:00
|
|
|
<Unit filename="src/mathlib.cpp" />
|
|
|
|
<Unit filename="src/mathlib.h" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="src/preprocessor.cpp" />
|
|
|
|
<Unit filename="src/preprocessor.h" />
|
|
|
|
<Unit filename="src/settings.cpp" />
|
|
|
|
<Unit filename="src/settings.h" />
|
2009-02-19 23:21:18 +01:00
|
|
|
<Unit filename="src/threadexecutor.cpp" />
|
|
|
|
<Unit filename="src/threadexecutor.h" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="src/token.cpp" />
|
|
|
|
<Unit filename="src/token.h" />
|
|
|
|
<Unit filename="src/tokenize.cpp" />
|
|
|
|
<Unit filename="src/tokenize.h" />
|
2009-05-07 22:30:02 +02:00
|
|
|
<Unit filename="test/testautovariables.cpp" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="test/testbufferoverrun.cpp" />
|
|
|
|
<Unit filename="test/testcharvar.cpp" />
|
|
|
|
<Unit filename="test/testclass.cpp" />
|
|
|
|
<Unit filename="test/testconstructors.cpp" />
|
2009-02-05 21:06:39 +01:00
|
|
|
<Unit filename="test/testcppcheck.cpp" />
|
2009-01-31 20:11:17 +01:00
|
|
|
<Unit filename="test/testdangerousfunctions.cpp" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="test/testdivision.cpp" />
|
|
|
|
<Unit filename="test/testfilelister.cpp" />
|
|
|
|
<Unit filename="test/testincompletestatement.cpp" />
|
2009-04-09 18:19:11 +02:00
|
|
|
<Unit filename="test/testmathlib.cpp" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="test/testmemleak.cpp" />
|
|
|
|
<Unit filename="test/testother.cpp" />
|
|
|
|
<Unit filename="test/testpreprocessor.cpp" />
|
|
|
|
<Unit filename="test/testredundantif.cpp" />
|
|
|
|
<Unit filename="test/testrunner.cpp" />
|
2009-02-21 14:48:21 +01:00
|
|
|
<Unit filename="test/testsecurity.cpp" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="test/testsimplifytokens.cpp" />
|
2009-02-10 20:47:45 +01:00
|
|
|
<Unit filename="test/teststl.cpp" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="test/testsuite.cpp" />
|
|
|
|
<Unit filename="test/testsuite.h" />
|
|
|
|
<Unit filename="test/testtoken.cpp" />
|
|
|
|
<Unit filename="test/testtokenize.cpp" />
|
2009-06-09 22:33:58 +02:00
|
|
|
<Unit filename="test/testunusedfunctions.cpp" />
|
2009-01-06 15:18:36 +01:00
|
|
|
<Unit filename="test/testunusedprivfunc.cpp" />
|
|
|
|
<Unit filename="test/testunusedvar.cpp" />
|
2009-01-08 23:28:54 +01:00
|
|
|
<Unit filename="tools/dmake.cpp">
|
|
|
|
<Option target="<{~None~}>" />
|
|
|
|
</Unit>
|
2008-11-23 15:10:55 +01:00
|
|
|
<Extensions>
|
|
|
|
<code_completion />
|
|
|
|
<debugger />
|
2008-11-23 16:29:12 +01:00
|
|
|
<envvars />
|
2008-11-23 15:10:55 +01:00
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|