93 lines
3.0 KiB
XML
93 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="cppcheck" />
|
|
<Option makefile_is_custom="1" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="all">
|
|
<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>
|
|
<Target title="test">
|
|
<Option output="testrunner" 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>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add option="-fexceptions" />
|
|
</Compiler>
|
|
<Unit filename="checkbufferoverrun.cpp" />
|
|
<Unit filename="checkbufferoverrun.h" />
|
|
<Unit filename="checkclass.cpp" />
|
|
<Unit filename="checkclass.h" />
|
|
<Unit filename="checkfunctionusage.cpp" />
|
|
<Unit filename="checkfunctionusage.h" />
|
|
<Unit filename="checkheaders.cpp" />
|
|
<Unit filename="checkheaders.h" />
|
|
<Unit filename="checkmemoryleak.cpp" />
|
|
<Unit filename="checkmemoryleak.h" />
|
|
<Unit filename="checkother.cpp" />
|
|
<Unit filename="checkother.h" />
|
|
<Unit filename="cppcheck.cpp" />
|
|
<Unit filename="cppcheck.h" />
|
|
<Unit filename="cppcheckexecutor.cpp" />
|
|
<Unit filename="cppcheckexecutor.h" />
|
|
<Unit filename="errorlogger.h" />
|
|
<Unit filename="errormessage.cpp" />
|
|
<Unit filename="errormessage.h" />
|
|
<Unit filename="filelister.cpp" />
|
|
<Unit filename="filelister.h" />
|
|
<Unit filename="main.cpp" />
|
|
<Unit filename="preprocessor.cpp" />
|
|
<Unit filename="preprocessor.h" />
|
|
<Unit filename="settings.cpp" />
|
|
<Unit filename="settings.h" />
|
|
<Unit filename="testbufferoverrun.cpp" />
|
|
<Unit filename="testcharvar.cpp" />
|
|
<Unit filename="testclass.cpp" />
|
|
<Unit filename="testconstructors.cpp" />
|
|
<Unit filename="testdivision.cpp" />
|
|
<Unit filename="testfilelister.cpp" />
|
|
<Unit filename="testfunctionusage.cpp" />
|
|
<Unit filename="testincompletestatement.cpp" />
|
|
<Unit filename="testmemleak.cpp" />
|
|
<Unit filename="testmemleakmp.cpp">
|
|
<Option target="test" />
|
|
</Unit>
|
|
<Unit filename="testother.cpp" />
|
|
<Unit filename="testpreprocessor.cpp" />
|
|
<Unit filename="testredundantif.cpp" />
|
|
<Unit filename="testrunner.cpp" />
|
|
<Unit filename="testsimplifytokens.cpp" />
|
|
<Unit filename="testsuite.cpp" />
|
|
<Unit filename="testsuite.h" />
|
|
<Unit filename="testtoken.cpp" />
|
|
<Unit filename="testtokenize.cpp" />
|
|
<Unit filename="testunusedprivfunc.cpp" />
|
|
<Unit filename="testunusedvar.cpp" />
|
|
<Unit filename="token.cpp" />
|
|
<Unit filename="token.h" />
|
|
<Unit filename="tokenize.cpp" />
|
|
<Unit filename="tokenize.h" />
|
|
<Extensions>
|
|
<code_completion />
|
|
<debugger />
|
|
<envvars />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|