summaryrefslogtreecommitdiff
path: root/.gitmodules
blob: d3db76ec7a02e83ae6d96d40855674030da64022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
[submodule "smart_ptr"]
	path = libs/smart_ptr
	url = ../smart_ptr.git
	fetchRecurseSubmodules = on-demand
[submodule "config"]
	path = libs/config
	url = ../config.git
	fetchRecurseSubmodules = on-demand
[submodule "assign"]
	path = libs/assign
	url = ../assign.git
	fetchRecurseSubmodules = on-demand
[submodule "format"]
	path = libs/format
	url = ../format.git
	fetchRecurseSubmodules = on-demand
[submodule "wave"]
	path = libs/wave
	url = ../wave.git
	fetchRecurseSubmodules = on-demand
[submodule "timer"]
	path = libs/timer
	url = ../timer.git
	fetchRecurseSubmodules = on-demand
[submodule "utility"]
	path = libs/utility
	url = ../utility.git
	fetchRecurseSubmodules = on-demand
[submodule "serialization"]
	path = libs/serialization
	url = ../serialization.git
	fetchRecurseSubmodules = on-demand
[submodule "spirit"]
	path = libs/spirit
	url = ../spirit.git
	fetchRecurseSubmodules = on-demand
[submodule "parameter"]
	path = libs/parameter
	url = ../parameter.git
	fetchRecurseSubmodules = on-demand
[submodule "multi_index"]
	path = libs/multi_index
	url = ../multi_index.git
	fetchRecurseSubmodules = on-demand
[submodule "signals"]
	path = libs/signals
	url = ../signals.git
	fetchRecurseSubmodules = on-demand
[submodule "build"]
	path = tools/build
	url = ../build.git
	fetchRecurseSubmodules = on-demand
[submodule "pool"]
	path = libs/pool
	url = ../pool.git
	fetchRecurseSubmodules = on-demand
[submodule "thread"]
	path = libs/thread
	url = ../thread.git
	fetchRecurseSubmodules = on-demand
[submodule "iterator"]
	path = libs/iterator
	url = ../iterator.git
	fetchRecurseSubmodules = on-demand
[submodule "integer"]
	path = libs/integer
	url = ../integer.git
	fetchRecurseSubmodules = on-demand
[submodule "dynamic_bitset"]
	path = libs/dynamic_bitset
	url = ../dynamic_bitset.git
	fetchRecurseSubmodules = on-demand
[submodule "optional"]
	path = libs/optional
	url = ../optional.git
	fetchRecurseSubmodules = on-demand
[submodule "regex"]
	path = libs/regex
	url = ../regex.git
	fetchRecurseSubmodules = on-demand
[submodule "functional"]
	path = libs/functional
	url = ../functional.git
	fetchRecurseSubmodules = on-demand
[submodule "variant"]
	path = libs/variant
	url = ../variant.git
	fetchRecurseSubmodules = on-demand
[submodule "lambda"]
	path = libs/lambda
	url = ../lambda.git
	fetchRecurseSubmodules = on-demand
[submodule "multi_array"]
	path = libs/multi_array
	url = ../multi_array.git
	fetchRecurseSubmodules = on-demand
[submodule "detail"]
	path = libs/detail
	url = ../detail.git
	fetchRecurseSubmodules = on-demand
[submodule "ptr_container"]
	path = libs/ptr_container
	url = ../ptr_container.git
	fetchRecurseSubmodules = on-demand
[submodule "graph"]
	path = libs/graph
	url = ../graph.git
	fetchRecurseSubmodules = on-demand
[submodule "array"]
	path = libs/array
	url = ../array.git
	fetchRecurseSubmodules = on-demand
[submodule "concept_check"]
	path = libs/concept_check
	url = ../concept_check.git
	fetchRecurseSubmodules = on-demand
[submodule "mpl"]
	path = libs/mpl
	url = ../mpl.git
	fetchRecurseSubmodules = on-demand
[submodule "type_traits"]
	path = libs/type_traits
	url = ../type_traits.git
	fetchRecurseSubmodules = on-demand
[submodule "property_map"]
	path = libs/property_map
	url = ../property_map.git
	fetchRecurseSubmodules = on-demand
[submodule "preprocessor"]
	path = libs/preprocessor
	url = ../preprocessor.git
	fetchRecurseSubmodules = on-demand
[submodule "math"]
	path = libs/math
	url = ../math.git
	fetchRecurseSubmodules = on-demand
[submodule "range"]
	path = libs/range
	url = ../range.git
	fetchRecurseSubmodules = on-demand
[submodule "program_options"]
	path = libs/program_options
	url = ../program_options.git
	fetchRecurseSubmodules = on-demand
[submodule "static_assert"]
	path = libs/static_assert
	url = ../static_assert.git
	fetchRecurseSubmodules = on-demand
[submodule "tuple"]
	path = libs/tuple
	url = ../tuple.git
	fetchRecurseSubmodules = on-demand
[submodule "logic"]
	path = libs/logic
	url = ../logic.git
	fetchRecurseSubmodules = on-demand
[submodule "io"]
	path = libs/io
	url = ../io.git
	fetchRecurseSubmodules = on-demand
[submodule "tokenizer"]
	path = libs/tokenizer
	url = ../tokenizer.git
	fetchRecurseSubmodules = on-demand
[submodule "rational"]
	path = libs/rational
	url = ../rational.git
	fetchRecurseSubmodules = on-demand
[submodule "python"]
	path = libs/python
	url = ../python.git
	fetchRecurseSubmodules = on-demand
[submodule "function"]
	path = libs/function
	url = ../function.git
	fetchRecurseSubmodules = on-demand
[submodule "test"]
	path = libs/test
	url = ../test.git
	fetchRecurseSubmodules = on-demand
[submodule "disjoint_sets"]
	path = libs/disjoint_sets
	url = ../disjoint_sets.git
	fetchRecurseSubmodules = on-demand
[submodule "algorithm"]
	path = libs/algorithm
	url = ../algorithm.git
	fetchRecurseSubmodules = on-demand
[submodule "interval"]
	path = libs/numeric/interval
	url = ../interval.git
	fetchRecurseSubmodules = on-demand
[submodule "numeric_conversion"]
	path = libs/numeric/conversion
	url = ../numeric_conversion.git
	fetchRecurseSubmodules = on-demand
[submodule "conversion"]
	path = libs/conversion
	url = ../conversion.git
	fetchRecurseSubmodules = on-demand
[submodule "ublas"]
	path = libs/numeric/ublas
	url = ../ublas.git
	fetchRecurseSubmodules = on-demand
[submodule "iostreams"]
	path = libs/iostreams
	url = ../iostreams.git
	fetchRecurseSubmodules = on-demand
[submodule "filesystem"]
	path = libs/filesystem
	url = ../filesystem.git
	fetchRecurseSubmodules = on-demand
[submodule "exception"]
	path = libs/exception
	url = ../exception.git
	fetchRecurseSubmodules = on-demand
[submodule "date_time"]
	path = libs/date_time
	url = ../date_time.git
	fetchRecurseSubmodules = on-demand
[submodule "crc"]
	path = libs/crc
	url = ../crc.git
	fetchRecurseSubmodules = on-demand
[submodule "compose"]
	path = libs/compose
	url = ../compose.git
	fetchRecurseSubmodules = on-demand
[submodule "compatibility"]
	path = libs/compatibility
	url = ../compatibility.git
	fetchRecurseSubmodules = on-demand
[submodule "bcp"]
	path = tools/bcp
	url = ../bcp.git
	fetchRecurseSubmodules = on-demand
[submodule "inspect"]
	path = tools/inspect
	url = ../inspect.git
	fetchRecurseSubmodules = on-demand
[submodule "quickbook"]
	path = tools/quickbook
	url = ../quickbook.git
	fetchRecurseSubmodules = on-demand
[submodule "boostbook"]
	path = tools/boostbook
	url = ../boostbook.git
	fetchRecurseSubmodules = on-demand
[submodule "random"]
	path = libs/random
	url = ../random.git
	fetchRecurseSubmodules = on-demand
[submodule "any"]
	path = libs/any
	url = ../any.git
	fetchRecurseSubmodules = on-demand
[submodule "bind"]
	path = libs/bind
	url = ../bind.git
	fetchRecurseSubmodules = on-demand