103 lines
3.6 KiB
XML
103 lines
3.6 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="cppcheck">
|
|
<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="testrunner">
|
|
<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="src/checkbufferoverrun.cpp" />
|
|
<Unit filename="src/checkbufferoverrun.h" />
|
|
<Unit filename="src/checkclass.cpp" />
|
|
<Unit filename="src/checkclass.h" />
|
|
<Unit filename="src/checkdangerousfunctions.cpp" />
|
|
<Unit filename="src/checkdangerousfunctions.h" />
|
|
<Unit filename="src/checkfunctionusage.cpp" />
|
|
<Unit filename="src/checkfunctionusage.h" />
|
|
<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" />
|
|
<Unit filename="src/checkstl.cpp" />
|
|
<Unit filename="src/checkstl.h" />
|
|
<Unit filename="src/cppcheck.cpp" />
|
|
<Unit filename="src/cppcheck.h" />
|
|
<Unit filename="src/cppcheckexecutor.cpp" />
|
|
<Unit filename="src/cppcheckexecutor.h" />
|
|
<Unit filename="src/errorlogger.cpp" />
|
|
<Unit filename="src/errorlogger.h" />
|
|
<Unit filename="src/filelister.cpp" />
|
|
<Unit filename="src/filelister.h" />
|
|
<Unit filename="src/main.cpp" />
|
|
<Unit filename="src/preprocessor.cpp" />
|
|
<Unit filename="src/preprocessor.h" />
|
|
<Unit filename="src/settings.cpp" />
|
|
<Unit filename="src/settings.h" />
|
|
<Unit filename="src/token.cpp" />
|
|
<Unit filename="src/token.h" />
|
|
<Unit filename="src/tokenize.cpp" />
|
|
<Unit filename="src/tokenize.h" />
|
|
<Unit filename="test/testbufferoverrun.cpp" />
|
|
<Unit filename="test/testcharvar.cpp" />
|
|
<Unit filename="test/testclass.cpp" />
|
|
<Unit filename="test/testconstructors.cpp" />
|
|
<Unit filename="test/testcppcheck.cpp" />
|
|
<Unit filename="test/testdangerousfunctions.cpp" />
|
|
<Unit filename="test/testdivision.cpp" />
|
|
<Unit filename="test/testfilelister.cpp" />
|
|
<Unit filename="test/testfunctionusage.cpp" />
|
|
<Unit filename="test/testincompletestatement.cpp" />
|
|
<Unit filename="test/testmemleak.cpp" />
|
|
<Unit filename="test/testmemleakmp.cpp" />
|
|
<Unit filename="test/testother.cpp" />
|
|
<Unit filename="test/testpreprocessor.cpp" />
|
|
<Unit filename="test/testredundantif.cpp" />
|
|
<Unit filename="test/testrunner.cpp" />
|
|
<Unit filename="test/testsimplifytokens.cpp" />
|
|
<Unit filename="test/teststl.cpp" />
|
|
<Unit filename="test/testsuite.cpp" />
|
|
<Unit filename="test/testsuite.h" />
|
|
<Unit filename="test/testtoken.cpp" />
|
|
<Unit filename="test/testtokenize.cpp" />
|
|
<Unit filename="test/testunusedprivfunc.cpp" />
|
|
<Unit filename="test/testunusedvar.cpp" />
|
|
<Unit filename="tools/dmake.cpp">
|
|
<Option target="<{~None~}>" />
|
|
</Unit>
|
|
<Unit filename="tools/errmsg.cpp">
|
|
<Option target="<{~None~}>" />
|
|
</Unit>
|
|
<Extensions>
|
|
<code_completion />
|
|
<debugger />
|
|
<envvars />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|