diff options
author | Sven Gothel <[email protected]> | 2021-01-25 01:29:17 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2021-01-25 01:29:17 +0100 |
commit | 18f7012edf0125f0c4ebfc8f14abb77a00f69f36 (patch) | |
tree | fd446916e7e4d9f7433ac4ab3022f1dd45c1cc35 /.cproject | |
parent | b371af6d83e0fb94cba02ec6c2837bf58c2eea39 (diff) |
eclipse: add java 'nature'
Diffstat (limited to '.cproject')
-rw-r--r-- | .cproject | 30 |
1 files changed, 18 insertions, 12 deletions
@@ -20,7 +20,7 @@ </extensions> </storageModule> <storageModule moduleId="cdtBuildSystem" version="4.0.0"> - <configuration artifactExtension="so" artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.sharedLib" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.sharedLib,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="rm -rf" description="" id="cdt.managedbuild.config.gnu.so.debug.32135143" name="Debug" parent="cdt.managedbuild.config.gnu.so.debug"> + <configuration artifactName="${ProjName}" buildArtefactType="org.eclipse.cdt.build.core.buildArtefactType.exe" buildProperties="org.eclipse.cdt.build.core.buildArtefactType=org.eclipse.cdt.build.core.buildArtefactType.exe,org.eclipse.cdt.build.core.buildType=org.eclipse.cdt.build.core.buildType.debug" cleanCommand="rm -rf" description="" id="cdt.managedbuild.config.gnu.so.debug.32135143" name="Debug" parent="cdt.managedbuild.config.gnu.so.debug"> <folderInfo id="cdt.managedbuild.config.gnu.so.debug.32135143." name="/" resourcePath=""> <toolChain id="cdt.managedbuild.toolchain.gnu.so.debug.182035506" name="Linux GCC" superClass="cdt.managedbuild.toolchain.gnu.so.debug"> <targetPlatform id="cdt.managedbuild.target.gnu.platform.so.debug.986945831" name="Debug Platform" superClass="cdt.managedbuild.target.gnu.platform.so.debug"/> @@ -36,14 +36,15 @@ <option id="gnu.cpp.compiler.option.misc.hardening.14355475" name="Hardening options (-fstack-protector-all -Wformat=2 -Wformat-security -Wstrict-overflow)" superClass="gnu.cpp.compiler.option.misc.hardening" useByScannerDiscovery="false" value="true" valueType="boolean"/> <option id="gnu.cpp.compiler.option.pthread.595680623" name="Support for pthread (-pthread)" superClass="gnu.cpp.compiler.option.pthread" useByScannerDiscovery="false" value="true" valueType="boolean"/> <option id="gnu.cpp.compiler.option.debugging.sanitthread.1115376429" name="Sanitize data race in multi-thread (-fsanitize=thread)" superClass="gnu.cpp.compiler.option.debugging.sanitthread" useByScannerDiscovery="false" value="false" valueType="boolean"/> - <option id="gnu.cpp.compiler.option.debugging.sanitleak.683648564" name="Sanitize memory leak (-fsanitize=leak)" superClass="gnu.cpp.compiler.option.debugging.sanitleak" useByScannerDiscovery="false" value="true" valueType="boolean"/> - <option id="gnu.cpp.compiler.option.debugging.sanitundef.76661815" name="Sanitize undefined behavior (-fsanitize=undefined)" superClass="gnu.cpp.compiler.option.debugging.sanitundef" useByScannerDiscovery="false" value="true" valueType="boolean"/> - <option id="gnu.cpp.compiler.option.debugging.sanitpointers.427070885" name="Sanitize pointer operations (-fsanitize=pointer-compare -fsanitize=pointer-subtract)" superClass="gnu.cpp.compiler.option.debugging.sanitpointers" useByScannerDiscovery="false" value="true" valueType="boolean"/> - <option id="gnu.cpp.compiler.option.debugging.sanitaddress.286698077" name="Sanitize address (-fsanitize=address)" superClass="gnu.cpp.compiler.option.debugging.sanitaddress" useByScannerDiscovery="false" value="true" valueType="boolean"/> + <option id="gnu.cpp.compiler.option.debugging.sanitleak.683648564" name="Sanitize memory leak (-fsanitize=leak)" superClass="gnu.cpp.compiler.option.debugging.sanitleak" useByScannerDiscovery="false" value="false" valueType="boolean"/> + <option id="gnu.cpp.compiler.option.debugging.sanitundef.76661815" name="Sanitize undefined behavior (-fsanitize=undefined)" superClass="gnu.cpp.compiler.option.debugging.sanitundef" useByScannerDiscovery="false" value="false" valueType="boolean"/> + <option id="gnu.cpp.compiler.option.debugging.sanitpointers.427070885" name="Sanitize pointer operations (-fsanitize=pointer-compare -fsanitize=pointer-subtract)" superClass="gnu.cpp.compiler.option.debugging.sanitpointers" useByScannerDiscovery="false" value="false" valueType="boolean"/> + <option id="gnu.cpp.compiler.option.debugging.sanitaddress.286698077" name="Sanitize address (-fsanitize=address)" superClass="gnu.cpp.compiler.option.debugging.sanitaddress" useByScannerDiscovery="false" value="false" valueType="boolean"/> <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.compiler.option.include.paths.1186644371" name="Include paths (-I)" superClass="gnu.cpp.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> <listOptionValue builtIn="false" value=""${workspace_loc:/jaulib/include}""/> <listOptionValue builtIn="false" value="/opt-linux-x86_64/jdk1.8.0_121/include/"/> <listOptionValue builtIn="false" value="/opt-linux-x86_64/jdk1.8.0_121/include/linux/"/> + <listOptionValue builtIn="false" value="/usr/lib/jvm/default-java/include/"/> </option> <inputType id="cdt.managedbuild.tool.gnu.cpp.compiler.input.1543970397" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.input"/> </tool> @@ -61,13 +62,17 @@ <option id="gnu.c.compiler.option.debugging.sanitthread.731077119" name="Sanitize data race in multi-thread (-fsanitize=thread)" superClass="gnu.c.compiler.option.debugging.sanitthread" useByScannerDiscovery="false" value="false" valueType="boolean"/> <option id="gnu.c.compiler.option.debugging.sanitundef.946243528" name="Sanitize undefined behavior (-fsanitize=undefined)" superClass="gnu.c.compiler.option.debugging.sanitundef" useByScannerDiscovery="false" value="true" valueType="boolean"/> <option id="gnu.c.compiler.option.debugging.sanitleak.785457140" name="Sanitize memory leak (-fsanitize=leak)" superClass="gnu.c.compiler.option.debugging.sanitleak" useByScannerDiscovery="false" value="true" valueType="boolean"/> + <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.c.compiler.option.include.paths.24007167" name="Include paths (-I)" superClass="gnu.c.compiler.option.include.paths" useByScannerDiscovery="false" valueType="includePath"> + <listOptionValue builtIn="false" value="/usr/lib/jvm/default-java/include/"/> + <listOptionValue builtIn="false" value=""${workspace_loc:/jaulib/include}""/> + </option> <inputType id="cdt.managedbuild.tool.gnu.c.compiler.input.497175907" superClass="cdt.managedbuild.tool.gnu.c.compiler.input"/> </tool> <tool id="cdt.managedbuild.tool.gnu.c.linker.so.debug.33614666" name="GCC C Linker" superClass="cdt.managedbuild.tool.gnu.c.linker.so.debug"> <option defaultValue="true" id="gnu.c.link.so.debug.option.shared.1609613635" name="Shared (-shared)" superClass="gnu.c.link.so.debug.option.shared" valueType="boolean"/> </tool> <tool id="cdt.managedbuild.tool.gnu.cpp.linker.so.debug.42428547" name="GCC C++ Linker" superClass="cdt.managedbuild.tool.gnu.cpp.linker.so.debug"> - <option defaultValue="true" id="gnu.cpp.link.so.debug.option.shared.1148797039" name="Shared (-shared)" superClass="gnu.cpp.link.so.debug.option.shared" valueType="boolean"/> + <option defaultValue="true" id="gnu.cpp.link.so.debug.option.shared.1148797039" name="Shared (-shared)" superClass="gnu.cpp.link.so.debug.option.shared" useByScannerDiscovery="false" value="false" valueType="boolean"/> <option id="gnu.cpp.link.option.pthread.1387305817" name="Support for pthread (-pthread)" superClass="gnu.cpp.link.option.pthread" useByScannerDiscovery="false" value="true" valueType="boolean"/> <option IS_BUILTIN_EMPTY="false" IS_VALUE_EMPTY="false" id="gnu.cpp.link.option.libs.940240329" name="Libraries (-l)" superClass="gnu.cpp.link.option.libs" useByScannerDiscovery="false" valueType="libs"> <listOptionValue builtIn="false" srcPrefixMapping="" srcRootPath="" value="unwind"/> @@ -83,11 +88,12 @@ </toolChain> </folderInfo> <sourceEntries> - <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/catch2"/> - <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/jau"/> - <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java/jni"/> + <entry excluding="catch_main.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/catch2"/> + <entry excluding="test/catch2_my_main.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/jau"/> + <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java_jni/jni"/> + <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="java_pkg/jni"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src"/> - <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> + <entry excluding="test_lfringbuffer11.cpp|test_type_traits_queries01.cpp|test_lfringbuffer01.cpp|test_mm_sc_drf_00.cpp|test_datatype01.hpp|test_to_string.cpp|test_floatepsilon01.cpp|test_mm_sc_drf_01.cpp|test_cow_darray_perf01.cpp|test_hashset_perf01.cpp|test_datatype02.hpp|test_functiondef01.cpp|test_intdecstring01.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> </sourceEntries> </configuration> </storageModule> @@ -181,7 +187,7 @@ <entry excluding="catch_main.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/catch2"/> <entry excluding="test/catch2_my_main.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/jau"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src"/> - <entry excluding="test_cow_darray_01.cpp|test_datatype01.hpp|test_floatepsilon01.cpp|test_functiondef01.cpp|test_hashset_perf01.cpp|test_intdecstring01.cpp|test_lfringbuffer01.cpp|test_lfringbuffer11.cpp|test_mm_sc_drf_00.cpp|test_mm_sc_drf_01.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> + <entry excluding="test_lfringbuffer11.cpp|test_cow_darray_01.cpp|test_lfringbuffer01.cpp|test_floatepsilon01.cpp|test_mm_sc_drf_00.cpp|test_mm_sc_drf_01.cpp|test_datatype01.hpp|test_hashset_perf01.cpp|test_functiondef01.cpp|test_intdecstring01.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> </sourceEntries> </configuration> </storageModule> @@ -277,7 +283,7 @@ <entry excluding="catch_main.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/catch2"/> <entry excluding="test/catch2_my_main.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="include/jau"/> <entry flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="src"/> - <entry excluding="test_cow_darray_01.cpp|test_cow_iterator_01.cpp|test_datatype01.hpp|test_floatepsilon01.cpp|test_functiondef01.cpp|test_hashset_perf01.cpp|test_intdecstring01.cpp|test_lfringbuffer01.cpp|test_lfringbuffer11.cpp|test_mm_sc_drf_00.cpp|test_mm_sc_drf_01.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> + <entry excluding="test_lfringbuffer11.cpp|test_type_traits_queries01.cpp|test_lfringbuffer01.cpp|test_mm_sc_drf_00.cpp|test_datatype01.hpp|test_to_string.cpp|test_floatepsilon01.cpp|test_mm_sc_drf_01.cpp|test_cow_darray_perf01.cpp|test_hashset_perf01.cpp|test_datatype02.hpp|test_functiondef01.cpp|test_intdecstring01.cpp|test_cow_iterator_01.cpp" flags="VALUE_WORKSPACE_PATH" kind="sourcePath" name="test"/> </sourceEntries> </configuration> </storageModule> |