This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitmodules
468 lines (468 loc) · 12.9 KB
/
.gitmodules
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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
[submodule "boost/detail"]
path = boost/detail
url = https://bitbucket.org/ryppl/detail.git
[submodule "boost/tti"]
path = boost/tti
url = https://bitbucket.org/ryppl/tti.git
[submodule "ryppl"]
path = ryppl
url = https://github.com/ryppl/ryppl.git
[submodule "boost/numeric_interval"]
path = boost/numeric_interval
url = https://bitbucket.org/ryppl/numeric_interval.git
[submodule "boost/signals"]
path = boost/signals
url = http://github.org/boostorg/signals
branch = release
[submodule "boost/algorithm"]
path = boost/algorithm
url = http://github.org/boostorg/algorithm
branch = release
[submodule "boost/pool"]
path = boost/pool
url = http://github.org/boostorg/pool
branch = release
[submodule "boost/graph_parallel"]
path = boost/graph_parallel
url = http://github.org/boostorg/graph_parallel
branch = release
[submodule "boost/bimap"]
path = boost/bimap
url = http://github.org/boostorg/bimap
branch = release
[submodule "boost/mpi"]
path = boost/mpi
url = http://github.org/boostorg/mpi
branch = release
[submodule "boost/assign"]
path = boost/assign
url = http://github.org/boostorg/assign
branch = release
[submodule "boost/mpl"]
path = boost/mpl
url = http://github.org/boostorg/mpl
branch = release
[submodule "boost/signals2"]
path = boost/signals2
url = http://github.org/boostorg/signals2
branch = release
[submodule "boost/conversion"]
path = boost/conversion
url = http://github.org/boostorg/conversion
branch = release
[submodule "boost/date_time"]
path = boost/date_time
url = http://github.org/boostorg/date_time
branch = release
[submodule "boost/optional"]
path = boost/optional
url = http://github.org/boostorg/optional
branch = release
[submodule "boost/property_tree"]
path = boost/property_tree
url = http://github.org/boostorg/property_tree
branch = release
[submodule "boost/build"]
path = boost/build
url = http://github.org/boostorg/build
branch = release
[submodule "boost/boostbook"]
path = boost/boostbook
url = http://github.org/boostorg/boostbook
branch = release
[submodule "boost/bind"]
path = boost/bind
url = http://github.org/boostorg/bind
branch = release
[submodule "boost/math"]
path = boost/math
url = http://github.org/boostorg/math
branch = release
[submodule "boost/scope_exit"]
path = boost/scope_exit
url = http://github.org/boostorg/scope_exit
branch = release
[submodule "boost/msm"]
path = boost/msm
url = http://github.org/boostorg/msm
branch = release
[submodule "boost/asio"]
path = boost/asio
url = http://github.org/boostorg/asio
branch = release
[submodule "boost/spirit"]
path = boost/spirit
url = http://github.org/boostorg/spirit
branch = release
[submodule "boost/crc"]
path = boost/crc
url = http://github.org/boostorg/crc
branch = release
[submodule "boost/static_assert"]
path = boost/static_assert
url = http://github.org/boostorg/static_assert
branch = release
[submodule "boost/disjoint_sets"]
path = boost/disjoint_sets
url = http://github.org/boostorg/disjoint_sets
branch = release
[submodule "boost/multi_array"]
path = boost/multi_array
url = http://github.org/boostorg/multi_array
branch = release
[submodule "boost/compatibility"]
path = boost/compatibility
url = http://github.org/boostorg/compatibility
branch = release
[submodule "boost/io"]
path = boost/io
url = http://github.org/boostorg/io
branch = release
[submodule "boost/tokenizer"]
path = boost/tokenizer
url = http://github.org/boostorg/tokenizer
branch = release
[submodule "boost/typeof"]
path = boost/typeof
url = http://github.org/boostorg/typeof
branch = release
[submodule "boost/polygon"]
path = boost/polygon
url = http://github.org/boostorg/polygon
branch = release
[submodule "boost/function"]
path = boost/function
url = http://github.org/boostorg/function
branch = release
[submodule "boost/property_map"]
path = boost/property_map
url = http://github.org/boostorg/property_map
branch = release
[submodule "boost/flyweight"]
path = boost/flyweight
url = http://github.org/boostorg/flyweight
branch = release
[submodule "boost/any"]
path = boost/any
url = http://github.org/boostorg/any
branch = release
[submodule "boost/foreach"]
path = boost/foreach
url = http://github.org/boostorg/foreach
branch = release
[submodule "boost/random"]
path = boost/random
url = http://github.org/boostorg/random
branch = release
[submodule "boost/utility"]
path = boost/utility
url = http://github.org/boostorg/utility
branch = release
[submodule "boost/integer"]
path = boost/integer
url = http://github.org/boostorg/integer
branch = release
[submodule "boost/multi_index"]
path = boost/multi_index
url = http://github.org/boostorg/multi_index
branch = release
[submodule "boost/python"]
path = boost/python
url = http://github.org/boostorg/python
branch = release
[submodule "boost/fusion"]
path = boost/fusion
url = http://github.org/boostorg/fusion
branch = release
[submodule "boost/type_traits"]
path = boost/type_traits
url = http://github.org/boostorg/type_traits
branch = release
[submodule "boost/circular_buffer"]
path = boost/circular_buffer
url = http://github.org/boostorg/circular_buffer
branch = release
[submodule "boost/rational"]
path = boost/rational
url = http://github.org/boostorg/rational
branch = release
[submodule "boost/format"]
path = boost/format
url = http://github.org/boostorg/format
branch = release
[submodule "boost/array"]
path = boost/array
url = http://github.org/boostorg/array
branch = release
[submodule "boost/tr1"]
path = boost/tr1
url = http://github.org/boostorg/tr1
branch = release
[submodule "boost/graph"]
path = boost/graph
url = http://github.org/boostorg/graph
branch = release
[submodule "boost/parameter"]
path = boost/parameter
url = http://github.org/boostorg/parameter
branch = release
[submodule "boost/iostreams"]
path = boost/iostreams
url = http://github.org/boostorg/iostreams
branch = release
[submodule "boost/lambda"]
path = boost/lambda
url = http://github.org/boostorg/lambda
branch = release
[submodule "boost/bcp"]
path = boost/bcp
url = http://github.org/boostorg/bcp
branch = release
[submodule "boost/ptr_container"]
path = boost/ptr_container
url = http://github.org/boostorg/ptr_container
branch = release
[submodule "boost/wave"]
path = boost/wave
url = http://github.org/boostorg/wave
branch = release
[submodule "boost/litre"]
path = boost/litre
url = http://github.org/boostorg/litre
branch = release
[submodule "boost/xpressive"]
path = boost/xpressive
url = http://github.org/boostorg/xpressive
branch = release
[submodule "boost/interprocess"]
path = boost/interprocess
url = http://github.org/boostorg/interprocess
branch = release
[submodule "boost/dynamic_bitset"]
path = boost/dynamic_bitset
url = http://github.org/boostorg/dynamic_bitset
branch = release
[submodule "boost/regex"]
path = boost/regex
url = http://github.org/boostorg/regex
branch = release
[submodule "boost/timer"]
path = boost/timer
url = http://github.org/boostorg/timer
branch = release
[submodule "boost/filesystem"]
path = boost/filesystem
url = http://github.org/boostorg/filesystem
branch = release
[submodule "boost/program_options"]
path = boost/program_options
url = http://github.org/boostorg/program_options
branch = release
[submodule "boost/uuid"]
path = boost/uuid
url = http://github.org/boostorg/uuid
branch = release
[submodule "boost/core"]
path = boost/core
url = http://github.org/boostorg/core
branch = release
[submodule "boost/test"]
path = boost/test
url = http://github.org/boostorg/test
branch = release
[submodule "boost/variant"]
path = boost/variant
url = http://github.org/boostorg/variant
branch = release
[submodule "boost/gil"]
path = boost/gil
url = http://github.org/boostorg/gil
branch = release
[submodule "boost/units"]
path = boost/units
url = http://github.org/boostorg/units
branch = release
[submodule "boost/thread"]
path = boost/thread
url = http://github.org/boostorg/thread
branch = release
[submodule "boost/serialization"]
path = boost/serialization
url = http://github.org/boostorg/serialization
branch = release
[submodule "boost/smart_ptr"]
path = boost/smart_ptr
url = http://github.org/boostorg/smart_ptr
branch = release
[submodule "boost/functional"]
path = boost/functional
url = http://github.org/boostorg/functional
branch = release
[submodule "boost/inspect"]
path = boost/inspect
url = http://github.org/boostorg/inspect
branch = release
[submodule "boost/preprocessor"]
path = boost/preprocessor
url = http://github.org/boostorg/preprocessor
branch = release
[submodule "boost/proto"]
path = boost/proto
url = http://github.org/boostorg/proto
branch = release
[submodule "boost/range"]
path = boost/range
url = http://github.org/boostorg/range
branch = release
[submodule "boost/icl"]
path = boost/icl
url = http://github.org/boostorg/icl
branch = release
[submodule "boost/chrono"]
path = boost/chrono
url = http://github.org/boostorg/chrono
branch = release
[submodule "boost/geometry"]
path = boost/geometry
url = http://github.org/boostorg/geometry
branch = release
[submodule "boost/ratio"]
path = boost/ratio
url = http://github.org/boostorg/ratio
branch = release
[submodule "boost/config"]
path = boost/config
url = http://github.org/boostorg/config
branch = release
[submodule "boost/move"]
path = boost/move
url = http://github.org/boostorg/move
branch = release
[submodule "boost/phoenix"]
path = boost/phoenix
url = http://github.org/boostorg/phoenix
branch = release
[submodule "boost/system"]
path = boost/system
url = http://github.org/boostorg/system
branch = release
[submodule "boost/boost"]
path = boost/boost
url = http://github.org/boostorg/boost
branch = release
[submodule "boost/auto_index"]
path = boost/auto_index
url = http://github.org/boostorg/auto_index
branch = release
[submodule "boost/locale"]
path = boost/locale
url = http://github.org/boostorg/locale
branch = release
[submodule "boost/container"]
path = boost/container
url = http://github.org/boostorg/container
branch = release
[submodule "boost/accumulators"]
path = boost/accumulators
url = http://github.org/boostorg/accumulators
branch = release
[submodule "boost/atomic"]
path = boost/atomic
url = http://github.org/boostorg/atomic
branch = release
[submodule "boost/context"]
path = boost/context
url = http://github.org/boostorg/context
branch = release
[submodule "boost/heap"]
path = boost/heap
url = http://github.org/boostorg/heap
branch = release
[submodule "boost/coroutine"]
path = boost/coroutine
url = http://github.org/boostorg/coroutine
branch = release
[submodule "boost/local_function"]
path = boost/local_function
url = http://github.org/boostorg/local_function
branch = release
[submodule "boost/multiprecision"]
path = boost/multiprecision
url = http://github.org/boostorg/multiprecision
branch = release
[submodule "boost/numeric_conversion"]
path = boost/numeric_conversion
url = http://github.org/boostorg/numeric_conversion
branch = release
[submodule "boost/odeint"]
path = boost/odeint
url = http://github.org/boostorg/odeint
branch = release
[submodule "boost/ublas"]
path = boost/ublas
url = http://github.org/boostorg/ublas
branch = release
[submodule "boost/lockfree"]
path = boost/lockfree
url = http://github.org/boostorg/lockfree
branch = release
[submodule "boost/interval"]
path = boost/interval
url = http://github.org/boostorg/interval
branch = release
[submodule "boost/functional_hash"]
path = boost/functional_hash
url = http://github.org/boostorg/functional_hash
branch = release
[submodule "boost/spirit_classic"]
path = boost/spirit_classic
url = http://github.org/boostorg/spirit_classic
branch = release
[submodule "boost/compose"]
path = boost/compose
url = http://github.org/boostorg/compose
branch = release
[submodule "boost/tuple"]
path = boost/tuple
url = http://github.com/boostorg/tuple
branch = release
[submodule "boost/iterator"]
path = boost/iterator
url = http://github.com/boostorg/iterator
branch = release
[submodule "boost/unordered"]
path = boost/unordered
url = http://github.com/boostorg/unordered
branch = release
[submodule "boost/intrusive"]
path = boost/intrusive
url = http://github.com/boostorg/intrusive
branch = release
[submodule "boost/quickbook"]
path = boost/quickbook
url = http://github.com/boostorg/quickbook
branch = release
[submodule "boost/exception"]
path = boost/exception
url = http://github.com/boostorg/exception
branch = release
[submodule "boost/logic"]
path = boost/logic
url = http://github.com/boostorg/logic
branch = release
[submodule "boost/concept_check"]
path = boost/concept_check
url = http://github.com/boostorg/concept_check
branch = release
[submodule "boost/function_types"]
path = boost/function_types
url = http://github.com/boostorg/function_types
branch = release
[submodule "boost/statechart"]
path = boost/statechart
url = http://github.com/boostorg/statechart
branch = release
[submodule "boost/type_erasure"]
path = boost/type_erasure
url = http://github.com/boostorg/type_erasure
branch = release