-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
188 lines (188 loc) · 5 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
[submodule "array"]
path = libs/array
url = https://github.com/boostorg/array.git
shallow = true
[submodule "assert"]
path = libs/assert
url = https://github.com/boostorg/assert.git
shallow = true
[submodule "bind"]
path = libs/bind
url = https://github.com/boostorg/bind.git
shallow = true
[submodule "concept_check"]
path = libs/concept_check
url = https://github.com/boostorg/concept_check.git
shallow = true
[submodule "config"]
path = libs/config
url = https://github.com/boostorg/config.git
shallow = true
[submodule "container"]
path = libs/container
url = https://github.com/boostorg/container.git
shallow = true
[submodule "container_hash"]
path = libs/container_hash
url = https://github.com/boostorg/container_hash.git
shallow = true
[submodule "conversion"]
path = libs/conversion
url = https://github.com/boostorg/conversion.git
shallow = true
[submodule "core"]
path = libs/core
url = https://github.com/boostorg/core.git
shallow = true
[submodule "date_time"]
path = libs/date_time
url = https://github.com/boostorg/date_time.git
shallow = true
[submodule "describe"]
path = libs/describe
url = https://github.com/boostorg/describe.git
shallow = true
[submodule "detail"]
path = libs/detail
url = https://github.com/boostorg/detail.git
shallow = true
[submodule "function"]
path = libs/function
url = https://github.com/boostorg/function.git
shallow = true
[submodule "function_types"]
path = libs/function_types
url = https://github.com/boostorg/function_types.git
shallow = true
[submodule "fusion"]
path = libs/fusion
url = https://github.com/boostorg/fusion.git
shallow = true
[submodule "icl"]
path = libs/icl
url = https://github.com/boostorg/icl.git
shallow = true
[submodule "integer"]
path = libs/integer
url = https://github.com/boostorg/integer.git
shallow = true
[submodule "intrusive"]
path = libs/intrusive
url = https://github.com/boostorg/intrusive.git
shallow = true
[submodule "io"]
path = libs/io
url = https://github.com/boostorg/io.git
shallow = true
[submodule "iterator"]
path = libs/iterator
url = https://github.com/boostorg/iterator.git
shallow = true
[submodule "move"]
path = libs/move
url = https://github.com/boostorg/move.git
shallow = true
[submodule "mp11"]
path = libs/mp11
url = https://github.com/boostorg/mp11.git
shallow = true
[submodule "mpl"]
path = libs/mpl
url = https://github.com/boostorg/mpl.git
shallow = true
[submodule "optional"]
path = libs/optional
url = https://github.com/boostorg/optional.git
shallow = true
[submodule "predef"]
path = libs/predef
url = https://github.com/boostorg/predef.git
shallow = true
[submodule "preprocessor"]
path = libs/preprocessor
url = https://github.com/boostorg/preprocessor.git
shallow = true
[submodule "range"]
path = libs/range
url = https://github.com/boostorg/range.git
shallow = true
[submodule "rational"]
path = libs/rational
url = https://github.com/boostorg/rational.git
shallow = true
[submodule "regex"]
path = libs/regex
url = https://github.com/boostorg/regex.git
shallow = true
[submodule "smart_ptr"]
path = libs/smart_ptr
url = https://github.com/boostorg/smart_ptr.git
shallow = true
[submodule "static_assert"]
path = libs/static_assert
url = https://github.com/boostorg/static_assert.git
shallow = true
[submodule "throw_exception"]
path = libs/throw_exception
url = https://github.com/boostorg/throw_exception.git
shallow = true
[submodule "tuple"]
path = libs/tuple
url = https://github.com/boostorg/tuple.git
shallow = true
[submodule "type_index"]
path = libs/type_index
url = https://github.com/boostorg/type_index.git
shallow = true
[submodule "type_traits"]
path = libs/type_traits
url = https://github.com/boostorg/type_traits.git
shallow = true
[submodule "typeof"]
path = libs/typeof
url = https://github.com/boostorg/typeof.git
shallow = true
[submodule "utility"]
path = libs/utility
url = https://github.com/boostorg/utility.git
shallow = true
[submodule "functional"]
path = libs/functional
url = https://github.com/boostorg/functional.git
shallow = true
[submodule "variant"]
path = libs/variant
url = https://github.com/boostorg/variant.git
shallow = true
[submodule "winapi"]
path = libs/winapi
url = https://github.com/boostorg/winapi.git
shallow = true
[submodule "cmake"]
path = tools/cmake
url = https://github.com/boostorg/cmake.git
shallow = true
[submodule "algorithm"]
path = libs/algorithm
url = https://github.com/boostorg/algorithm.git
shallow = true
[submodule "unordered"]
path = libs/unordered
url = https://github.com/boostorg/unordered.git
shallow = true
[submodule "lexical_cast"]
path = libs/lexical_cast
url = https://github.com/boostorg/lexical_cast.git
shallow = true
[submodule "numeric_conversion"]
path = libs/numeric_conversion
url = https://github.com/boostorg/numeric_conversion.git
shallow = true
[submodule "tokenizer"]
path = libs/tokenizer
url = https://github.com/boostorg/tokenizer.git
shallow = true
[submodule "exception"]
path = libs/exception
url = https://github.com/boostorg/exception.git
shallow = true