author | František Kučera <franta-hg@frantovo.cz> |
Sat, 06 Jun 2020 01:50:42 +0200 | |
branch | v_0 |
changeset 80 | fd7b3e510dd9 |
parent 60 | bb7ca5891755 |
child 85 | 29a300533bda |
permissions | -rw-r--r-- |
0 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<!-- |
|
3 |
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. |
|
4 |
||
5 |
Copyright (c) 2014, 2016 Oracle and/or its affiliates. All rights reserved. |
|
6 |
||
7 |
Oracle and Java are registered trademarks of Oracle and/or its affiliates. |
|
8 |
Other names may be trademarks of their respective owners. |
|
9 |
||
10 |
The contents of this file are subject to the terms of either the GNU |
|
11 |
General Public License Version 2 only ("GPL") or the Common |
|
12 |
Development and Distribution License("CDDL") (collectively, the |
|
13 |
"License"). You may not use this file except in compliance with the |
|
14 |
License. You can obtain a copy of the License at |
|
15 |
http://www.netbeans.org/cddl-gplv2.html |
|
16 |
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the |
|
17 |
specific language governing permissions and limitations under the |
|
18 |
License. When distributing the software, include this License Header |
|
19 |
Notice in each file and include the License file at |
|
20 |
nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this |
|
21 |
particular file as subject to the "Classpath" exception as provided |
|
22 |
by Oracle in the GPL Version 2 section of the License file that |
|
23 |
accompanied this code. If applicable, add the following below the |
|
24 |
License Header, with the fields enclosed by brackets [] replaced by |
|
25 |
your own identifying information: |
|
26 |
"Portions Copyrighted [year] [name of copyright owner]" |
|
27 |
||
28 |
If you wish your version of this file to be governed by only the CDDL |
|
29 |
or only the GPL Version 2, indicate your decision by adding |
|
30 |
"[Contributor] elects to include this software in this distribution |
|
31 |
under the [CDDL or GPL Version 2] license." If you do not indicate a |
|
32 |
single choice of license, a recipient has the option to distribute |
|
33 |
your version of this file under either the CDDL, the GPL Version 2 or |
|
34 |
to extend the choice of license to its licensees as provided above. |
|
35 |
However, if you add GPL Version 2 code and therefore, elected the GPL |
|
36 |
Version 2 license, then the option applies only if the new code is |
|
37 |
made subject to such option by the copyright holder. |
|
38 |
||
39 |
Contributor(s): |
|
40 |
--> |
|
41 |
<configurationDescriptor version="100"> |
|
42 |
<logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT"> |
|
43 |
<df root="." name="0"> |
|
44 |
<df name="src"> |
|
29
6f15f18d2abf
field group --exec, replaces --script and --hash, starts reusable sub-program that returns set of attributes for all records during its runtime
František Kučera <franta-hg@frantovo.cz>
parents:
28
diff
changeset
|
45 |
<in>SubProcess.cpp</in> |
0 | 46 |
<in>relpipe-in-filesystem.cpp</in> |
47 |
</df> |
|
48 |
</df> |
|
49 |
<logicalFolder name="ExternalFiles" |
|
50 |
displayName="Important Files" |
|
51 |
projectFiles="false" |
|
52 |
kind="IMPORTANT_FILES_FOLDER"> |
|
53 |
<itemPath>CMakeLists.txt</itemPath> |
|
54 |
<itemPath>build/Debug/Makefile</itemPath> |
|
55 |
<itemPath>build/Release/Makefile</itemPath> |
|
56 |
</logicalFolder> |
|
57 |
</logicalFolder> |
|
58 |
<sourceFolderFilter>^(nbproject|build)$</sourceFolderFilter> |
|
59 |
<sourceRootList> |
|
60 |
<Elem>.</Elem> |
|
61 |
</sourceRootList> |
|
62 |
<projectmakefile>build/Debug/Makefile</projectmakefile> |
|
63 |
<confs> |
|
64 |
<conf name="Debug" type="0"> |
|
65 |
<toolsSet> |
|
66 |
<compilerSet>default</compilerSet> |
|
67 |
<dependencyChecking>false</dependencyChecking> |
|
68 |
<rebuildPropChanged>false</rebuildPropChanged> |
|
69 |
</toolsSet> |
|
70 |
<flagsDictionary> |
|
29
6f15f18d2abf
field group --exec, replaces --script and --hash, starts reusable sub-program that returns set of attributes for all records during its runtime
František Kučera <franta-hg@frantovo.cz>
parents:
28
diff
changeset
|
71 |
<element flagsID="0" commonFlags="-fsanitize=address -std=gnu++1z"/> |
0 | 72 |
</flagsDictionary> |
73 |
<codeAssistance> |
|
74 |
</codeAssistance> |
|
75 |
<makefileType> |
|
76 |
<makeTool> |
|
77 |
<buildCommandWorkingDir>build/Debug</buildCommandWorkingDir> |
|
78 |
<buildCommand>${MAKE} -f Makefile</buildCommand> |
|
79 |
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand> |
|
80 |
<executablePath>build/Debug/src/relpipe-in-filesystem</executablePath> |
|
60
bb7ca5891755
parallel processing: refactoring and clean-up
František Kučera <franta-hg@frantovo.cz>
parents:
59
diff
changeset
|
81 |
<ccTool> |
bb7ca5891755
parallel processing: refactoring and clean-up
František Kučera <franta-hg@frantovo.cz>
parents:
59
diff
changeset
|
82 |
<incDir> |
bb7ca5891755
parallel processing: refactoring and clean-up
František Kučera <franta-hg@frantovo.cz>
parents:
59
diff
changeset
|
83 |
<pElem>../relpipe-lib-writer.cpp/include</pElem> |
bb7ca5891755
parallel processing: refactoring and clean-up
František Kučera <franta-hg@frantovo.cz>
parents:
59
diff
changeset
|
84 |
<pElem>../relpipe-lib-cli.cpp/include</pElem> |
bb7ca5891755
parallel processing: refactoring and clean-up
František Kučera <franta-hg@frantovo.cz>
parents:
59
diff
changeset
|
85 |
<pElem>build/Debug/src</pElem> |
bb7ca5891755
parallel processing: refactoring and clean-up
František Kučera <franta-hg@frantovo.cz>
parents:
59
diff
changeset
|
86 |
</incDir> |
bb7ca5891755
parallel processing: refactoring and clean-up
František Kučera <franta-hg@frantovo.cz>
parents:
59
diff
changeset
|
87 |
</ccTool> |
0 | 88 |
</makeTool> |
89 |
<preBuild> |
|
90 |
<preBuildCommandWorkingDir>build/Debug</preBuildCommandWorkingDir> |
|
91 |
<preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand> |
|
92 |
<preBuildFirst>true</preBuildFirst> |
|
93 |
</preBuild> |
|
94 |
</makefileType> |
|
29
6f15f18d2abf
field group --exec, replaces --script and --hash, starts reusable sub-program that returns set of attributes for all records during its runtime
František Kučera <franta-hg@frantovo.cz>
parents:
28
diff
changeset
|
95 |
<item path="src/SubProcess.cpp" ex="false" tool="1" flavor2="11"> |
60
bb7ca5891755
parallel processing: refactoring and clean-up
František Kučera <franta-hg@frantovo.cz>
parents:
59
diff
changeset
|
96 |
<ccTool flags="0"> |
29
6f15f18d2abf
field group --exec, replaces --script and --hash, starts reusable sub-program that returns set of attributes for all records during its runtime
František Kučera <franta-hg@frantovo.cz>
parents:
28
diff
changeset
|
97 |
</ccTool> |
27
532953173cd5
file hash: md5, sha1, sha256, sha512
František Kučera <franta-hg@frantovo.cz>
parents:
4
diff
changeset
|
98 |
</item> |
29
6f15f18d2abf
field group --exec, replaces --script and --hash, starts reusable sub-program that returns set of attributes for all records during its runtime
František Kučera <franta-hg@frantovo.cz>
parents:
28
diff
changeset
|
99 |
<item path="src/relpipe-in-filesystem.cpp" ex="false" tool="1" flavor2="11"> |
0 | 100 |
<ccTool flags="0"> |
101 |
</ccTool> |
|
102 |
</item> |
|
103 |
</conf> |
|
104 |
<conf name="Release" type="0"> |
|
105 |
<toolsSet> |
|
106 |
<compilerSet>default</compilerSet> |
|
107 |
<dependencyChecking>false</dependencyChecking> |
|
108 |
<rebuildPropChanged>false</rebuildPropChanged> |
|
109 |
</toolsSet> |
|
110 |
<flagsDictionary> |
|
52
fea625f0a096
parallel processing: prepare infrastructure
František Kučera <franta-hg@frantovo.cz>
parents:
29
diff
changeset
|
111 |
<element flagsID="0" commonFlags="-O3 -std=gnu++1z"/> |
0 | 112 |
</flagsDictionary> |
113 |
<codeAssistance> |
|
114 |
</codeAssistance> |
|
115 |
<makefileType> |
|
116 |
<makeTool> |
|
117 |
<buildCommandWorkingDir>build/Release</buildCommandWorkingDir> |
|
118 |
<buildCommand>${MAKE} -f Makefile</buildCommand> |
|
119 |
<cleanCommand>${MAKE} -f Makefile clean</cleanCommand> |
|
120 |
<executablePath>build/Release/src/welcome</executablePath> |
|
121 |
<ccTool> |
|
122 |
<incDir> |
|
123 |
<pElem>../relpipe-lib-writer.cpp/include</pElem> |
|
52
fea625f0a096
parallel processing: prepare infrastructure
František Kučera <franta-hg@frantovo.cz>
parents:
29
diff
changeset
|
124 |
<pElem>../relpipe-lib-common.cpp/include</pElem> |
0 | 125 |
<pElem>../relpipe-lib-cli.cpp/include</pElem> |
126 |
<pElem>build/Release/src</pElem> |
|
127 |
</incDir> |
|
128 |
<preprocessorList> |
|
129 |
<Elem>NDEBUG</Elem> |
|
130 |
</preprocessorList> |
|
131 |
</ccTool> |
|
132 |
</makeTool> |
|
133 |
<preBuild> |
|
134 |
<preBuildCommandWorkingDir>build/Release</preBuildCommandWorkingDir> |
|
135 |
<preBuildCommand>${CMAKE} -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=${IDE_CC} -DCMAKE_CXX_COMPILER=${IDE_CXX} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../..</preBuildCommand> |
|
136 |
<preBuildFirst>true</preBuildFirst> |
|
137 |
</preBuild> |
|
138 |
</makefileType> |
|
52
fea625f0a096
parallel processing: prepare infrastructure
František Kučera <franta-hg@frantovo.cz>
parents:
29
diff
changeset
|
139 |
<item path="src/SubProcess.cpp" ex="false" tool="1" flavor2="11"> |
fea625f0a096
parallel processing: prepare infrastructure
František Kučera <franta-hg@frantovo.cz>
parents:
29
diff
changeset
|
140 |
<ccTool flags="0"> |
fea625f0a096
parallel processing: prepare infrastructure
František Kučera <franta-hg@frantovo.cz>
parents:
29
diff
changeset
|
141 |
</ccTool> |
4 | 142 |
</item> |
52
fea625f0a096
parallel processing: prepare infrastructure
František Kučera <franta-hg@frantovo.cz>
parents:
29
diff
changeset
|
143 |
<item path="src/relpipe-in-filesystem.cpp" ex="false" tool="1" flavor2="11"> |
0 | 144 |
<ccTool flags="0"> |
145 |
</ccTool> |
|
146 |
</item> |
|
147 |
</conf> |
|
148 |
</confs> |
|
149 |
</configurationDescriptor> |