hdt 3.2.0 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deps/hdt-it/.cproject +42 -0
- package/deps/hdt-it/.project +27 -0
- package/deps/hdt-it/Camera.cpp +249 -0
- package/deps/hdt-it/Camera.h +77 -0
- package/deps/hdt-it/Color.cpp +157 -0
- package/deps/hdt-it/Color.h +49 -0
- package/deps/hdt-it/Info.plist +58 -0
- package/deps/hdt-it/LICENSE +280 -0
- package/deps/hdt-it/README.md +73 -0
- package/deps/hdt-it/StopWatch.cpp +170 -0
- package/deps/hdt-it/StopWatch.hpp +61 -0
- package/deps/hdt-it/abouthdt.cpp +14 -0
- package/deps/hdt-it/abouthdt.hpp +22 -0
- package/deps/hdt-it/abouthdt.ui +173 -0
- package/deps/hdt-it/colors.hpp +29 -0
- package/deps/hdt-it/constants.h +39 -0
- package/deps/hdt-it/createdmg.sh +72 -0
- package/deps/hdt-it/dictionarysuggestions.cpp +186 -0
- package/deps/hdt-it/dictionarysuggestions.hpp +39 -0
- package/deps/hdt-it/doc/hdtit.png +0 -0
- package/deps/hdt-it/doc/manual.html +88 -0
- package/deps/hdt-it/doc/matrix.png +0 -0
- package/deps/hdt-it/editreset.png +0 -0
- package/deps/hdt-it/hdt-it.pro +135 -0
- package/deps/hdt-it/hdt-it_es.qm +0 -0
- package/deps/hdt-it/hdt-it_es.ts +906 -0
- package/deps/hdt-it/hdtcachedinfo.cpp +155 -0
- package/deps/hdt-it/hdtcachedinfo.hpp +38 -0
- package/deps/hdt-it/hdtcontroller.cpp +369 -0
- package/deps/hdt-it/hdtcontroller.hpp +103 -0
- package/deps/hdt-it/hdtico.icns +0 -0
- package/deps/hdt-it/hdtico.rc +1 -0
- package/deps/hdt-it/hdtit.cpp +400 -0
- package/deps/hdt-it/hdtit.hpp +78 -0
- package/deps/hdt-it/hdtit.ui +875 -0
- package/deps/hdt-it/hdtoperation.cpp +284 -0
- package/deps/hdt-it/hdtoperation.hpp +71 -0
- package/deps/hdt-it/hdtresources.qrc +7 -0
- package/deps/hdt-it/hdtspecform.cpp +180 -0
- package/deps/hdt-it/hdtspecform.hpp +38 -0
- package/deps/hdt-it/hdtspecform.ui +361 -0
- package/deps/hdt-it/hdtsummarygenerator.cpp +109 -0
- package/deps/hdt-it/hdtsummarygenerator.hpp +15 -0
- package/deps/hdt-it/hdtwinico.ico +0 -0
- package/deps/hdt-it/hdtwinico2.ico +0 -0
- package/deps/hdt-it/headermodel.cpp +174 -0
- package/deps/hdt-it/headermodel.hpp +38 -0
- package/deps/hdt-it/loading.gif +0 -0
- package/deps/hdt-it/logo-hdt.png +0 -0
- package/deps/hdt-it/logo-hdt2.png +0 -0
- package/deps/hdt-it/main.cpp +39 -0
- package/deps/hdt-it/matrixviewwidget.cpp +501 -0
- package/deps/hdt-it/matrixviewwidget.hpp +81 -0
- package/deps/hdt-it/myapplication.cpp +45 -0
- package/deps/hdt-it/myapplication.hpp +24 -0
- package/deps/hdt-it/predicatestatus.cpp +97 -0
- package/deps/hdt-it/predicatestatus.hpp +39 -0
- package/deps/hdt-it/qclearlineedit.cpp +48 -0
- package/deps/hdt-it/qclearlineedit.hpp +30 -0
- package/deps/hdt-it/regexmodel.cpp +132 -0
- package/deps/hdt-it/regexmodel.hpp +37 -0
- package/deps/hdt-it/resultcounter.cpp +47 -0
- package/deps/hdt-it/resultcounter.hpp +30 -0
- package/deps/hdt-it/searchresultsmodel.cpp +179 -0
- package/deps/hdt-it/searchresultsmodel.hpp +39 -0
- package/deps/hdt-it/sparqlform.cpp +27 -0
- package/deps/hdt-it/sparqlform.hpp +28 -0
- package/deps/hdt-it/sparqlform.ui +112 -0
- package/deps/hdt-it/sparqlmodel.cpp +155 -0
- package/deps/hdt-it/sparqlmodel.hpp +32 -0
- package/deps/hdt-it/stringutils.cpp +48 -0
- package/deps/hdt-it/stringutils.hpp +18 -0
- package/deps/hdt-it/triplecomponentmodel.cpp +146 -0
- package/deps/hdt-it/triplecomponentmodel.hpp +33 -0
- package/deps/libcds/Doxyfile +307 -0
- package/deps/libcds/tutorial/tutorial.pdf +0 -0
- package/deps/libhdt/.cproject +304 -0
- package/deps/libhdt/Doxyfile +1630 -0
- package/lib/hdt.d.ts +8 -0
- package/package.json +7 -1
- package/.eslintrc +0 -178
- package/.github/workflows/ci.yml +0 -73
- package/.gitmodules +0 -4
- package/.idea/codeStyles/Project.xml +0 -38
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/hdt.iml +0 -12
- package/.idea/inspectionProfiles/Project_Default.xml +0 -7
- package/.idea/jsLinters/jshint.xml +0 -16
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -7
- package/.jshintignore +0 -1
- package/.jshintrc +0 -10
- package/perf/run.js +0 -43
- package/replace-in-file.json +0 -5
|
@@ -0,0 +1,307 @@
|
|
|
1
|
+
# Doxyfile 1.5.5
|
|
2
|
+
|
|
3
|
+
#---------------------------------------------------------------------------
|
|
4
|
+
# Project related configuration options
|
|
5
|
+
#---------------------------------------------------------------------------
|
|
6
|
+
DOXYFILE_ENCODING = UTF-8
|
|
7
|
+
PROJECT_NAME = libcds
|
|
8
|
+
PROJECT_NUMBER = 1.0.3
|
|
9
|
+
OUTPUT_DIRECTORY = docs/
|
|
10
|
+
CREATE_SUBDIRS = NO
|
|
11
|
+
OUTPUT_LANGUAGE = English
|
|
12
|
+
BRIEF_MEMBER_DESC = YES
|
|
13
|
+
REPEAT_BRIEF = YES
|
|
14
|
+
ABBREVIATE_BRIEF = "The $name class" \
|
|
15
|
+
"The $name widget" \
|
|
16
|
+
"The $name file" \
|
|
17
|
+
is \
|
|
18
|
+
provides \
|
|
19
|
+
specifies \
|
|
20
|
+
contains \
|
|
21
|
+
represents \
|
|
22
|
+
a \
|
|
23
|
+
an \
|
|
24
|
+
the
|
|
25
|
+
ALWAYS_DETAILED_SEC = NO
|
|
26
|
+
INLINE_INHERITED_MEMB = NO
|
|
27
|
+
FULL_PATH_NAMES = YES
|
|
28
|
+
STRIP_FROM_PATH = src/
|
|
29
|
+
STRIP_FROM_INC_PATH =
|
|
30
|
+
SHORT_NAMES = NO
|
|
31
|
+
JAVADOC_AUTOBRIEF = NO
|
|
32
|
+
QT_AUTOBRIEF = NO
|
|
33
|
+
MULTILINE_CPP_IS_BRIEF = NO
|
|
34
|
+
DETAILS_AT_TOP = NO
|
|
35
|
+
INHERIT_DOCS = YES
|
|
36
|
+
SEPARATE_MEMBER_PAGES = NO
|
|
37
|
+
TAB_SIZE = 2
|
|
38
|
+
ALIASES =
|
|
39
|
+
OPTIMIZE_OUTPUT_FOR_C = NO
|
|
40
|
+
OPTIMIZE_OUTPUT_JAVA = NO
|
|
41
|
+
OPTIMIZE_FOR_FORTRAN = NO
|
|
42
|
+
OPTIMIZE_OUTPUT_VHDL = NO
|
|
43
|
+
BUILTIN_STL_SUPPORT = NO
|
|
44
|
+
CPP_CLI_SUPPORT = NO
|
|
45
|
+
SIP_SUPPORT = NO
|
|
46
|
+
DISTRIBUTE_GROUP_DOC = NO
|
|
47
|
+
SUBGROUPING = YES
|
|
48
|
+
TYPEDEF_HIDES_STRUCT = NO
|
|
49
|
+
#---------------------------------------------------------------------------
|
|
50
|
+
# Build related configuration options
|
|
51
|
+
#---------------------------------------------------------------------------
|
|
52
|
+
EXTRACT_ALL = NO
|
|
53
|
+
EXTRACT_PRIVATE = NO
|
|
54
|
+
EXTRACT_STATIC = YES
|
|
55
|
+
EXTRACT_LOCAL_CLASSES = YES
|
|
56
|
+
EXTRACT_LOCAL_METHODS = NO
|
|
57
|
+
EXTRACT_ANON_NSPACES = NO
|
|
58
|
+
HIDE_UNDOC_MEMBERS = NO
|
|
59
|
+
HIDE_UNDOC_CLASSES = NO
|
|
60
|
+
HIDE_FRIEND_COMPOUNDS = NO
|
|
61
|
+
HIDE_IN_BODY_DOCS = NO
|
|
62
|
+
INTERNAL_DOCS = NO
|
|
63
|
+
CASE_SENSE_NAMES = YES
|
|
64
|
+
HIDE_SCOPE_NAMES = NO
|
|
65
|
+
SHOW_INCLUDE_FILES = YES
|
|
66
|
+
INLINE_INFO = YES
|
|
67
|
+
SORT_MEMBER_DOCS = YES
|
|
68
|
+
SORT_BRIEF_DOCS = NO
|
|
69
|
+
SORT_GROUP_NAMES = NO
|
|
70
|
+
SORT_BY_SCOPE_NAME = NO
|
|
71
|
+
GENERATE_TODOLIST = YES
|
|
72
|
+
GENERATE_TESTLIST = YES
|
|
73
|
+
GENERATE_BUGLIST = YES
|
|
74
|
+
GENERATE_DEPRECATEDLIST= YES
|
|
75
|
+
ENABLED_SECTIONS =
|
|
76
|
+
MAX_INITIALIZER_LINES = 30
|
|
77
|
+
SHOW_USED_FILES = YES
|
|
78
|
+
SHOW_DIRECTORIES = NO
|
|
79
|
+
FILE_VERSION_FILTER =
|
|
80
|
+
#---------------------------------------------------------------------------
|
|
81
|
+
# configuration options related to warning and progress messages
|
|
82
|
+
#---------------------------------------------------------------------------
|
|
83
|
+
QUIET = NO
|
|
84
|
+
WARNINGS = YES
|
|
85
|
+
WARN_IF_UNDOCUMENTED = YES
|
|
86
|
+
WARN_IF_DOC_ERROR = YES
|
|
87
|
+
WARN_NO_PARAMDOC = NO
|
|
88
|
+
WARN_FORMAT = "$file:$line: $text"
|
|
89
|
+
WARN_LOGFILE =
|
|
90
|
+
#---------------------------------------------------------------------------
|
|
91
|
+
# configuration options related to the input files
|
|
92
|
+
#---------------------------------------------------------------------------
|
|
93
|
+
INPUT = src
|
|
94
|
+
INPUT_ENCODING = UTF-8
|
|
95
|
+
FILE_PATTERNS = *.c \
|
|
96
|
+
*.cc \
|
|
97
|
+
*.cxx \
|
|
98
|
+
*.cpp \
|
|
99
|
+
*.c++ \
|
|
100
|
+
*.d \
|
|
101
|
+
*.java \
|
|
102
|
+
*.ii \
|
|
103
|
+
*.ixx \
|
|
104
|
+
*.ipp \
|
|
105
|
+
*.i++ \
|
|
106
|
+
*.inl \
|
|
107
|
+
*.h \
|
|
108
|
+
*.hh \
|
|
109
|
+
*.hxx \
|
|
110
|
+
*.hpp \
|
|
111
|
+
*.h++ \
|
|
112
|
+
*.idl \
|
|
113
|
+
*.odl \
|
|
114
|
+
*.cs \
|
|
115
|
+
*.php \
|
|
116
|
+
*.php3 \
|
|
117
|
+
*.inc \
|
|
118
|
+
*.m \
|
|
119
|
+
*.mm \
|
|
120
|
+
*.dox \
|
|
121
|
+
*.py \
|
|
122
|
+
*.f90 \
|
|
123
|
+
*.f \
|
|
124
|
+
*.vhd \
|
|
125
|
+
*.vhdl \
|
|
126
|
+
*.C \
|
|
127
|
+
*.CC \
|
|
128
|
+
*.C++ \
|
|
129
|
+
*.II \
|
|
130
|
+
*.I++ \
|
|
131
|
+
*.H \
|
|
132
|
+
*.HH \
|
|
133
|
+
*.H++ \
|
|
134
|
+
*.CS \
|
|
135
|
+
*.PHP \
|
|
136
|
+
*.PHP3 \
|
|
137
|
+
*.M \
|
|
138
|
+
*.MM \
|
|
139
|
+
*.PY \
|
|
140
|
+
*.F90 \
|
|
141
|
+
*.F \
|
|
142
|
+
*.VHD \
|
|
143
|
+
*.VHDL
|
|
144
|
+
RECURSIVE = YES
|
|
145
|
+
EXCLUDE =
|
|
146
|
+
EXCLUDE_SYMLINKS = NO
|
|
147
|
+
EXCLUDE_PATTERNS =
|
|
148
|
+
EXCLUDE_SYMBOLS = cds_static::sperm \
|
|
149
|
+
cds_static::table_offset \
|
|
150
|
+
cds_static::THuff \
|
|
151
|
+
cds_static::Ttree \
|
|
152
|
+
cds_utils::Array::ArrayModifier \
|
|
153
|
+
cds_static::selects3 \
|
|
154
|
+
cds_static::selectd2 \
|
|
155
|
+
cds_static::auxbwd \
|
|
156
|
+
cds_static::wt_node_internal \
|
|
157
|
+
cds_static::wt_node_leaf \
|
|
158
|
+
cds_static::wt_node
|
|
159
|
+
EXAMPLE_PATH =
|
|
160
|
+
EXAMPLE_PATTERNS = *
|
|
161
|
+
EXAMPLE_RECURSIVE = NO
|
|
162
|
+
IMAGE_PATH =
|
|
163
|
+
INPUT_FILTER =
|
|
164
|
+
FILTER_PATTERNS =
|
|
165
|
+
FILTER_SOURCE_FILES = NO
|
|
166
|
+
#---------------------------------------------------------------------------
|
|
167
|
+
# configuration options related to source browsing
|
|
168
|
+
#---------------------------------------------------------------------------
|
|
169
|
+
SOURCE_BROWSER = YES
|
|
170
|
+
INLINE_SOURCES = NO
|
|
171
|
+
STRIP_CODE_COMMENTS = YES
|
|
172
|
+
REFERENCED_BY_RELATION = NO
|
|
173
|
+
REFERENCES_RELATION = NO
|
|
174
|
+
REFERENCES_LINK_SOURCE = YES
|
|
175
|
+
USE_HTAGS = NO
|
|
176
|
+
VERBATIM_HEADERS = NO
|
|
177
|
+
#---------------------------------------------------------------------------
|
|
178
|
+
# configuration options related to the alphabetical class index
|
|
179
|
+
#---------------------------------------------------------------------------
|
|
180
|
+
ALPHABETICAL_INDEX = NO
|
|
181
|
+
COLS_IN_ALPHA_INDEX = 5
|
|
182
|
+
IGNORE_PREFIX =
|
|
183
|
+
#---------------------------------------------------------------------------
|
|
184
|
+
# configuration options related to the HTML output
|
|
185
|
+
#---------------------------------------------------------------------------
|
|
186
|
+
GENERATE_HTML = YES
|
|
187
|
+
HTML_OUTPUT = html
|
|
188
|
+
HTML_FILE_EXTENSION = .html
|
|
189
|
+
HTML_HEADER =
|
|
190
|
+
HTML_FOOTER =
|
|
191
|
+
HTML_STYLESHEET =
|
|
192
|
+
HTML_ALIGN_MEMBERS = YES
|
|
193
|
+
GENERATE_HTMLHELP = NO
|
|
194
|
+
GENERATE_DOCSET = NO
|
|
195
|
+
DOCSET_FEEDNAME = "Doxygen generated docs"
|
|
196
|
+
DOCSET_BUNDLE_ID = org.doxygen.Project
|
|
197
|
+
HTML_DYNAMIC_SECTIONS = NO
|
|
198
|
+
CHM_FILE =
|
|
199
|
+
HHC_LOCATION =
|
|
200
|
+
GENERATE_CHI = NO
|
|
201
|
+
BINARY_TOC = NO
|
|
202
|
+
TOC_EXPAND = NO
|
|
203
|
+
DISABLE_INDEX = NO
|
|
204
|
+
ENUM_VALUES_PER_LINE = 4
|
|
205
|
+
GENERATE_TREEVIEW = NO
|
|
206
|
+
TREEVIEW_WIDTH = 250
|
|
207
|
+
#---------------------------------------------------------------------------
|
|
208
|
+
# configuration options related to the LaTeX output
|
|
209
|
+
#---------------------------------------------------------------------------
|
|
210
|
+
GENERATE_LATEX = YES
|
|
211
|
+
LATEX_OUTPUT = latex
|
|
212
|
+
LATEX_CMD_NAME = latex
|
|
213
|
+
MAKEINDEX_CMD_NAME = makeindex
|
|
214
|
+
COMPACT_LATEX = NO
|
|
215
|
+
PAPER_TYPE = a4wide
|
|
216
|
+
EXTRA_PACKAGES =
|
|
217
|
+
LATEX_HEADER =
|
|
218
|
+
PDF_HYPERLINKS = YES
|
|
219
|
+
USE_PDFLATEX = YES
|
|
220
|
+
LATEX_BATCHMODE = NO
|
|
221
|
+
LATEX_HIDE_INDICES = NO
|
|
222
|
+
#---------------------------------------------------------------------------
|
|
223
|
+
# configuration options related to the RTF output
|
|
224
|
+
#---------------------------------------------------------------------------
|
|
225
|
+
GENERATE_RTF = NO
|
|
226
|
+
RTF_OUTPUT = rtf
|
|
227
|
+
COMPACT_RTF = NO
|
|
228
|
+
RTF_HYPERLINKS = NO
|
|
229
|
+
RTF_STYLESHEET_FILE =
|
|
230
|
+
RTF_EXTENSIONS_FILE =
|
|
231
|
+
#---------------------------------------------------------------------------
|
|
232
|
+
# configuration options related to the man page output
|
|
233
|
+
#---------------------------------------------------------------------------
|
|
234
|
+
GENERATE_MAN = NO
|
|
235
|
+
MAN_OUTPUT = man
|
|
236
|
+
MAN_EXTENSION = .3
|
|
237
|
+
MAN_LINKS = NO
|
|
238
|
+
#---------------------------------------------------------------------------
|
|
239
|
+
# configuration options related to the XML output
|
|
240
|
+
#---------------------------------------------------------------------------
|
|
241
|
+
GENERATE_XML = NO
|
|
242
|
+
XML_OUTPUT = xml
|
|
243
|
+
XML_SCHEMA =
|
|
244
|
+
XML_DTD =
|
|
245
|
+
XML_PROGRAMLISTING = YES
|
|
246
|
+
#---------------------------------------------------------------------------
|
|
247
|
+
# configuration options for the AutoGen Definitions output
|
|
248
|
+
#---------------------------------------------------------------------------
|
|
249
|
+
GENERATE_AUTOGEN_DEF = NO
|
|
250
|
+
#---------------------------------------------------------------------------
|
|
251
|
+
# configuration options related to the Perl module output
|
|
252
|
+
#---------------------------------------------------------------------------
|
|
253
|
+
GENERATE_PERLMOD = NO
|
|
254
|
+
PERLMOD_LATEX = NO
|
|
255
|
+
PERLMOD_PRETTY = YES
|
|
256
|
+
PERLMOD_MAKEVAR_PREFIX =
|
|
257
|
+
#---------------------------------------------------------------------------
|
|
258
|
+
# Configuration options related to the preprocessor
|
|
259
|
+
#---------------------------------------------------------------------------
|
|
260
|
+
ENABLE_PREPROCESSING = YES
|
|
261
|
+
MACRO_EXPANSION = NO
|
|
262
|
+
EXPAND_ONLY_PREDEF = NO
|
|
263
|
+
SEARCH_INCLUDES = YES
|
|
264
|
+
INCLUDE_PATH =
|
|
265
|
+
INCLUDE_FILE_PATTERNS =
|
|
266
|
+
PREDEFINED =
|
|
267
|
+
EXPAND_AS_DEFINED =
|
|
268
|
+
SKIP_FUNCTION_MACROS = YES
|
|
269
|
+
#---------------------------------------------------------------------------
|
|
270
|
+
# Configuration::additions related to external references
|
|
271
|
+
#---------------------------------------------------------------------------
|
|
272
|
+
TAGFILES =
|
|
273
|
+
GENERATE_TAGFILE =
|
|
274
|
+
ALLEXTERNALS = NO
|
|
275
|
+
EXTERNAL_GROUPS = YES
|
|
276
|
+
PERL_PATH = /usr/bin/perl
|
|
277
|
+
#---------------------------------------------------------------------------
|
|
278
|
+
# Configuration options related to the dot tool
|
|
279
|
+
#---------------------------------------------------------------------------
|
|
280
|
+
CLASS_DIAGRAMS = YES
|
|
281
|
+
MSCGEN_PATH =
|
|
282
|
+
HIDE_UNDOC_RELATIONS = YES
|
|
283
|
+
HAVE_DOT = YES
|
|
284
|
+
CLASS_GRAPH = YES
|
|
285
|
+
COLLABORATION_GRAPH = YES
|
|
286
|
+
GROUP_GRAPHS = YES
|
|
287
|
+
UML_LOOK = NO
|
|
288
|
+
TEMPLATE_RELATIONS = NO
|
|
289
|
+
INCLUDE_GRAPH = YES
|
|
290
|
+
INCLUDED_BY_GRAPH = YES
|
|
291
|
+
CALL_GRAPH = NO
|
|
292
|
+
CALLER_GRAPH = NO
|
|
293
|
+
GRAPHICAL_HIERARCHY = YES
|
|
294
|
+
DIRECTORY_GRAPH = YES
|
|
295
|
+
DOT_IMAGE_FORMAT = png
|
|
296
|
+
DOT_PATH =
|
|
297
|
+
DOTFILE_DIRS =
|
|
298
|
+
DOT_GRAPH_MAX_NODES = 50
|
|
299
|
+
MAX_DOT_GRAPH_DEPTH = 1000
|
|
300
|
+
DOT_TRANSPARENT = YES
|
|
301
|
+
DOT_MULTI_TARGETS = NO
|
|
302
|
+
GENERATE_LEGEND = YES
|
|
303
|
+
DOT_CLEANUP = YES
|
|
304
|
+
#---------------------------------------------------------------------------
|
|
305
|
+
# Configuration::additions related to the search engine
|
|
306
|
+
#---------------------------------------------------------------------------
|
|
307
|
+
SEARCHENGINE = NO
|
|
Binary file
|
|
@@ -0,0 +1,304 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
|
|
3
|
+
<storageModule moduleId="org.eclipse.cdt.core.settings">
|
|
4
|
+
<cconfiguration id="cdt.managedbuild.toolchain.gnu.macosx.base.159722537">
|
|
5
|
+
<storageModule buildSystemId="org.eclipse.cdt.managedbuilder.core.configurationDataProvider" id="cdt.managedbuild.toolchain.gnu.macosx.base.159722537" moduleId="org.eclipse.cdt.core.settings" name="Default">
|
|
6
|
+
<externalSettings/>
|
|
7
|
+
<extensions>
|
|
8
|
+
<extension id="org.eclipse.cdt.core.MachO64" point="org.eclipse.cdt.core.BinaryParser"/>
|
|
9
|
+
<extension id="org.eclipse.cdt.core.GASErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
10
|
+
<extension id="org.eclipse.cdt.core.GmakeErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
11
|
+
<extension id="org.eclipse.cdt.core.GLDErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
12
|
+
<extension id="org.eclipse.cdt.core.CWDLocator" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
13
|
+
<extension id="org.eclipse.cdt.core.GCCErrorParser" point="org.eclipse.cdt.core.ErrorParser"/>
|
|
14
|
+
</extensions>
|
|
15
|
+
</storageModule>
|
|
16
|
+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
|
17
|
+
<configuration buildProperties="" id="cdt.managedbuild.toolchain.gnu.macosx.base.159722537" name="Default" parent="org.eclipse.cdt.build.core.emptycfg">
|
|
18
|
+
<folderInfo id="cdt.managedbuild.toolchain.gnu.macosx.base.159722537.558222440" name="/" resourcePath="">
|
|
19
|
+
<toolChain id="cdt.managedbuild.toolchain.gnu.macosx.base.430151756" name="cdt.managedbuild.toolchain.gnu.macosx.base" superClass="cdt.managedbuild.toolchain.gnu.macosx.base">
|
|
20
|
+
<targetPlatform archList="all" binaryParser="org.eclipse.cdt.core.MachO64" id="cdt.managedbuild.target.gnu.platform.macosx.base.541257588" name="Debug Platform" osList="macosx" superClass="cdt.managedbuild.target.gnu.platform.macosx.base"/>
|
|
21
|
+
<builder id="cdt.managedbuild.target.gnu.builder.macosx.base.37180938" managedBuildOn="false" name="Gnu Make Builder.Default" superClass="cdt.managedbuild.target.gnu.builder.macosx.base"/>
|
|
22
|
+
<tool id="cdt.managedbuild.tool.macosx.c.linker.macosx.base.2116961356" name="MacOS X C Linker" superClass="cdt.managedbuild.tool.macosx.c.linker.macosx.base"/>
|
|
23
|
+
<tool id="cdt.managedbuild.tool.macosx.cpp.linker.macosx.base.1700671801" name="MacOS X C++ Linker" superClass="cdt.managedbuild.tool.macosx.cpp.linker.macosx.base"/>
|
|
24
|
+
<tool id="cdt.managedbuild.tool.gnu.assembler.macosx.base.291898531" name="GCC Assembler" superClass="cdt.managedbuild.tool.gnu.assembler.macosx.base"/>
|
|
25
|
+
<tool id="cdt.managedbuild.tool.gnu.archiver.macosx.base.1703885217" name="GCC Archiver" superClass="cdt.managedbuild.tool.gnu.archiver.macosx.base"/>
|
|
26
|
+
<tool id="cdt.managedbuild.tool.gnu.cpp.compiler.macosx.base.1795909178" name="GCC C++ Compiler" superClass="cdt.managedbuild.tool.gnu.cpp.compiler.macosx.base"/>
|
|
27
|
+
<tool id="cdt.managedbuild.tool.gnu.c.compiler.macosx.base.1277064242" name="GCC C Compiler" superClass="cdt.managedbuild.tool.gnu.c.compiler.macosx.base"/>
|
|
28
|
+
</toolChain>
|
|
29
|
+
</folderInfo>
|
|
30
|
+
</configuration>
|
|
31
|
+
</storageModule>
|
|
32
|
+
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
|
|
33
|
+
</cconfiguration>
|
|
34
|
+
</storageModule>
|
|
35
|
+
<storageModule moduleId="scannerConfiguration">
|
|
36
|
+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile"/>
|
|
37
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
|
|
38
|
+
<buildOutputProvider>
|
|
39
|
+
<openAction enabled="true" filePath=""/>
|
|
40
|
+
<parser enabled="true"/>
|
|
41
|
+
</buildOutputProvider>
|
|
42
|
+
<scannerInfoProvider id="specsFile">
|
|
43
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
44
|
+
<parser enabled="true"/>
|
|
45
|
+
</scannerInfoProvider>
|
|
46
|
+
</profile>
|
|
47
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
|
|
48
|
+
<buildOutputProvider>
|
|
49
|
+
<openAction enabled="true" filePath=""/>
|
|
50
|
+
<parser enabled="true"/>
|
|
51
|
+
</buildOutputProvider>
|
|
52
|
+
<scannerInfoProvider id="makefileGenerator">
|
|
53
|
+
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
|
|
54
|
+
<parser enabled="true"/>
|
|
55
|
+
</scannerInfoProvider>
|
|
56
|
+
</profile>
|
|
57
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
|
|
58
|
+
<buildOutputProvider>
|
|
59
|
+
<openAction enabled="true" filePath=""/>
|
|
60
|
+
<parser enabled="true"/>
|
|
61
|
+
</buildOutputProvider>
|
|
62
|
+
<scannerInfoProvider id="specsFile">
|
|
63
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
64
|
+
<parser enabled="true"/>
|
|
65
|
+
</scannerInfoProvider>
|
|
66
|
+
</profile>
|
|
67
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP">
|
|
68
|
+
<buildOutputProvider>
|
|
69
|
+
<openAction enabled="true" filePath=""/>
|
|
70
|
+
<parser enabled="true"/>
|
|
71
|
+
</buildOutputProvider>
|
|
72
|
+
<scannerInfoProvider id="specsFile">
|
|
73
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
74
|
+
<parser enabled="true"/>
|
|
75
|
+
</scannerInfoProvider>
|
|
76
|
+
</profile>
|
|
77
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC">
|
|
78
|
+
<buildOutputProvider>
|
|
79
|
+
<openAction enabled="true" filePath=""/>
|
|
80
|
+
<parser enabled="true"/>
|
|
81
|
+
</buildOutputProvider>
|
|
82
|
+
<scannerInfoProvider id="specsFile">
|
|
83
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
84
|
+
<parser enabled="true"/>
|
|
85
|
+
</scannerInfoProvider>
|
|
86
|
+
</profile>
|
|
87
|
+
<scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.base.1813063394;cdt.managedbuild.toolchain.gnu.base.1813063394.112185097;cdt.managedbuild.tool.gnu.cpp.compiler.base.1304954010;cdt.managedbuild.tool.gnu.cpp.compiler.input.1232147600">
|
|
88
|
+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP"/>
|
|
89
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
|
|
90
|
+
<buildOutputProvider>
|
|
91
|
+
<openAction enabled="true" filePath=""/>
|
|
92
|
+
<parser enabled="true"/>
|
|
93
|
+
</buildOutputProvider>
|
|
94
|
+
<scannerInfoProvider id="specsFile">
|
|
95
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
96
|
+
<parser enabled="true"/>
|
|
97
|
+
</scannerInfoProvider>
|
|
98
|
+
</profile>
|
|
99
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
|
|
100
|
+
<buildOutputProvider>
|
|
101
|
+
<openAction enabled="true" filePath=""/>
|
|
102
|
+
<parser enabled="true"/>
|
|
103
|
+
</buildOutputProvider>
|
|
104
|
+
<scannerInfoProvider id="makefileGenerator">
|
|
105
|
+
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
|
|
106
|
+
<parser enabled="true"/>
|
|
107
|
+
</scannerInfoProvider>
|
|
108
|
+
</profile>
|
|
109
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
|
|
110
|
+
<buildOutputProvider>
|
|
111
|
+
<openAction enabled="true" filePath=""/>
|
|
112
|
+
<parser enabled="true"/>
|
|
113
|
+
</buildOutputProvider>
|
|
114
|
+
<scannerInfoProvider id="specsFile">
|
|
115
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
116
|
+
<parser enabled="true"/>
|
|
117
|
+
</scannerInfoProvider>
|
|
118
|
+
</profile>
|
|
119
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP">
|
|
120
|
+
<buildOutputProvider>
|
|
121
|
+
<openAction enabled="true" filePath=""/>
|
|
122
|
+
<parser enabled="true"/>
|
|
123
|
+
</buildOutputProvider>
|
|
124
|
+
<scannerInfoProvider id="specsFile">
|
|
125
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
126
|
+
<parser enabled="true"/>
|
|
127
|
+
</scannerInfoProvider>
|
|
128
|
+
</profile>
|
|
129
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC">
|
|
130
|
+
<buildOutputProvider>
|
|
131
|
+
<openAction enabled="true" filePath=""/>
|
|
132
|
+
<parser enabled="true"/>
|
|
133
|
+
</buildOutputProvider>
|
|
134
|
+
<scannerInfoProvider id="specsFile">
|
|
135
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
136
|
+
<parser enabled="true"/>
|
|
137
|
+
</scannerInfoProvider>
|
|
138
|
+
</profile>
|
|
139
|
+
</scannerConfigBuildInfo>
|
|
140
|
+
<scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.base.1899731013;cdt.managedbuild.toolchain.gnu.base.1899731013.908094232;cdt.managedbuild.tool.gnu.cpp.compiler.base.2109784722;cdt.managedbuild.tool.gnu.cpp.compiler.input.508594056">
|
|
141
|
+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP"/>
|
|
142
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
|
|
143
|
+
<buildOutputProvider>
|
|
144
|
+
<openAction enabled="true" filePath=""/>
|
|
145
|
+
<parser enabled="true"/>
|
|
146
|
+
</buildOutputProvider>
|
|
147
|
+
<scannerInfoProvider id="specsFile">
|
|
148
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
149
|
+
<parser enabled="true"/>
|
|
150
|
+
</scannerInfoProvider>
|
|
151
|
+
</profile>
|
|
152
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
|
|
153
|
+
<buildOutputProvider>
|
|
154
|
+
<openAction enabled="true" filePath=""/>
|
|
155
|
+
<parser enabled="true"/>
|
|
156
|
+
</buildOutputProvider>
|
|
157
|
+
<scannerInfoProvider id="makefileGenerator">
|
|
158
|
+
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
|
|
159
|
+
<parser enabled="true"/>
|
|
160
|
+
</scannerInfoProvider>
|
|
161
|
+
</profile>
|
|
162
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
|
|
163
|
+
<buildOutputProvider>
|
|
164
|
+
<openAction enabled="true" filePath=""/>
|
|
165
|
+
<parser enabled="true"/>
|
|
166
|
+
</buildOutputProvider>
|
|
167
|
+
<scannerInfoProvider id="specsFile">
|
|
168
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
169
|
+
<parser enabled="true"/>
|
|
170
|
+
</scannerInfoProvider>
|
|
171
|
+
</profile>
|
|
172
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP">
|
|
173
|
+
<buildOutputProvider>
|
|
174
|
+
<openAction enabled="true" filePath=""/>
|
|
175
|
+
<parser enabled="true"/>
|
|
176
|
+
</buildOutputProvider>
|
|
177
|
+
<scannerInfoProvider id="specsFile">
|
|
178
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
179
|
+
<parser enabled="true"/>
|
|
180
|
+
</scannerInfoProvider>
|
|
181
|
+
</profile>
|
|
182
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC">
|
|
183
|
+
<buildOutputProvider>
|
|
184
|
+
<openAction enabled="true" filePath=""/>
|
|
185
|
+
<parser enabled="true"/>
|
|
186
|
+
</buildOutputProvider>
|
|
187
|
+
<scannerInfoProvider id="specsFile">
|
|
188
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
189
|
+
<parser enabled="true"/>
|
|
190
|
+
</scannerInfoProvider>
|
|
191
|
+
</profile>
|
|
192
|
+
</scannerConfigBuildInfo>
|
|
193
|
+
<scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.base.1813063394;cdt.managedbuild.toolchain.gnu.base.1813063394.112185097;cdt.managedbuild.tool.gnu.c.compiler.base.599333468;cdt.managedbuild.tool.gnu.c.compiler.input.1284986656">
|
|
194
|
+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC"/>
|
|
195
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
|
|
196
|
+
<buildOutputProvider>
|
|
197
|
+
<openAction enabled="true" filePath=""/>
|
|
198
|
+
<parser enabled="true"/>
|
|
199
|
+
</buildOutputProvider>
|
|
200
|
+
<scannerInfoProvider id="specsFile">
|
|
201
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
202
|
+
<parser enabled="true"/>
|
|
203
|
+
</scannerInfoProvider>
|
|
204
|
+
</profile>
|
|
205
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
|
|
206
|
+
<buildOutputProvider>
|
|
207
|
+
<openAction enabled="true" filePath=""/>
|
|
208
|
+
<parser enabled="true"/>
|
|
209
|
+
</buildOutputProvider>
|
|
210
|
+
<scannerInfoProvider id="makefileGenerator">
|
|
211
|
+
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
|
|
212
|
+
<parser enabled="true"/>
|
|
213
|
+
</scannerInfoProvider>
|
|
214
|
+
</profile>
|
|
215
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
|
|
216
|
+
<buildOutputProvider>
|
|
217
|
+
<openAction enabled="true" filePath=""/>
|
|
218
|
+
<parser enabled="true"/>
|
|
219
|
+
</buildOutputProvider>
|
|
220
|
+
<scannerInfoProvider id="specsFile">
|
|
221
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
222
|
+
<parser enabled="true"/>
|
|
223
|
+
</scannerInfoProvider>
|
|
224
|
+
</profile>
|
|
225
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP">
|
|
226
|
+
<buildOutputProvider>
|
|
227
|
+
<openAction enabled="true" filePath=""/>
|
|
228
|
+
<parser enabled="true"/>
|
|
229
|
+
</buildOutputProvider>
|
|
230
|
+
<scannerInfoProvider id="specsFile">
|
|
231
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
232
|
+
<parser enabled="true"/>
|
|
233
|
+
</scannerInfoProvider>
|
|
234
|
+
</profile>
|
|
235
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC">
|
|
236
|
+
<buildOutputProvider>
|
|
237
|
+
<openAction enabled="true" filePath=""/>
|
|
238
|
+
<parser enabled="true"/>
|
|
239
|
+
</buildOutputProvider>
|
|
240
|
+
<scannerInfoProvider id="specsFile">
|
|
241
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
242
|
+
<parser enabled="true"/>
|
|
243
|
+
</scannerInfoProvider>
|
|
244
|
+
</profile>
|
|
245
|
+
</scannerConfigBuildInfo>
|
|
246
|
+
<scannerConfigBuildInfo instanceId="cdt.managedbuild.toolchain.gnu.base.1899731013;cdt.managedbuild.toolchain.gnu.base.1899731013.908094232;cdt.managedbuild.tool.gnu.c.compiler.base.956994993;cdt.managedbuild.tool.gnu.c.compiler.input.2072659467">
|
|
247
|
+
<autodiscovery enabled="true" problemReportingEnabled="true" selectedProfileId="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC"/>
|
|
248
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerProjectProfile">
|
|
249
|
+
<buildOutputProvider>
|
|
250
|
+
<openAction enabled="true" filePath=""/>
|
|
251
|
+
<parser enabled="true"/>
|
|
252
|
+
</buildOutputProvider>
|
|
253
|
+
<scannerInfoProvider id="specsFile">
|
|
254
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
255
|
+
<parser enabled="true"/>
|
|
256
|
+
</scannerInfoProvider>
|
|
257
|
+
</profile>
|
|
258
|
+
<profile id="org.eclipse.cdt.make.core.GCCStandardMakePerFileProfile">
|
|
259
|
+
<buildOutputProvider>
|
|
260
|
+
<openAction enabled="true" filePath=""/>
|
|
261
|
+
<parser enabled="true"/>
|
|
262
|
+
</buildOutputProvider>
|
|
263
|
+
<scannerInfoProvider id="makefileGenerator">
|
|
264
|
+
<runAction arguments="-f ${project_name}_scd.mk" command="make" useDefault="true"/>
|
|
265
|
+
<parser enabled="true"/>
|
|
266
|
+
</scannerInfoProvider>
|
|
267
|
+
</profile>
|
|
268
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfile">
|
|
269
|
+
<buildOutputProvider>
|
|
270
|
+
<openAction enabled="true" filePath=""/>
|
|
271
|
+
<parser enabled="true"/>
|
|
272
|
+
</buildOutputProvider>
|
|
273
|
+
<scannerInfoProvider id="specsFile">
|
|
274
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/${specs_file}" command="gcc" useDefault="true"/>
|
|
275
|
+
<parser enabled="true"/>
|
|
276
|
+
</scannerInfoProvider>
|
|
277
|
+
</profile>
|
|
278
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileCPP">
|
|
279
|
+
<buildOutputProvider>
|
|
280
|
+
<openAction enabled="true" filePath=""/>
|
|
281
|
+
<parser enabled="true"/>
|
|
282
|
+
</buildOutputProvider>
|
|
283
|
+
<scannerInfoProvider id="specsFile">
|
|
284
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.cpp" command="g++" useDefault="true"/>
|
|
285
|
+
<parser enabled="true"/>
|
|
286
|
+
</scannerInfoProvider>
|
|
287
|
+
</profile>
|
|
288
|
+
<profile id="org.eclipse.cdt.managedbuilder.core.GCCManagedMakePerProjectProfileC">
|
|
289
|
+
<buildOutputProvider>
|
|
290
|
+
<openAction enabled="true" filePath=""/>
|
|
291
|
+
<parser enabled="true"/>
|
|
292
|
+
</buildOutputProvider>
|
|
293
|
+
<scannerInfoProvider id="specsFile">
|
|
294
|
+
<runAction arguments="-E -P -v -dD ${plugin_state_location}/specs.c" command="gcc" useDefault="true"/>
|
|
295
|
+
<parser enabled="true"/>
|
|
296
|
+
</scannerInfoProvider>
|
|
297
|
+
</profile>
|
|
298
|
+
</scannerConfigBuildInfo>
|
|
299
|
+
</storageModule>
|
|
300
|
+
<storageModule moduleId="cdtBuildSystem" version="4.0.0">
|
|
301
|
+
<project id="hdt-lib.null.2007731753" name="hdt-lib"/>
|
|
302
|
+
</storageModule>
|
|
303
|
+
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
|
|
304
|
+
</cproject>
|