-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
172 lines (172 loc) · 4.84 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
[submodule "external/tinyxml"]
path = external/tinyxml
url = git://git.code.sf.net/p/tinyxml/git
ignore = dirty
[submodule "external/curl"]
path = external/curl
url = [email protected]:curl/curl.git
ignore = dirty
branch = curl-7_78_0
[submodule "external/spirit"]
path = external/spirit
url = https://github.com/boostorg/spirit.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/config"]
path = external/config
url = https://github.com/boostorg/config.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/mpl"]
path = external/mpl
url = https://github.com/boostorg/mpl.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/preprocessor"]
path = external/preprocessor
url = https://github.com/boostorg/preprocessor.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/fusion"]
path = external/fusion
url = https://github.com/boostorg/fusion.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/type_traits"]
path = external/type_traits
url = https://github.com/boostorg/type_traits.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/utility"]
path = external/utility
url = https://github.com/boostorg/utility.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/core"]
path = external/core
url = https://github.com/boostorg/core.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/static_assert"]
path = external/static_assert
url = https://github.com/boostorg/static_assert.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/phoenix"]
path = external/phoenix
url = https://github.com/boostorg/phoenix.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/predef"]
path = external/predef
url = https://github.com/boostorg/predef.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/proto"]
path = external/proto
url = https://github.com/boostorg/proto.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/bind"]
path = external/bind
url = https://github.com/boostorg/bind.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/typeof"]
path = external/typeof
url = https://github.com/boostorg/typeof.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/variant"]
path = external/variant
url = https://github.com/boostorg/variant.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/type_index"]
path = external/type_index
url = https://github.com/boostorg/type_index.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/container_hash"]
path = external/container_hash
url = https://github.com/boostorg/container_hash.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/throw_exception"]
path = external/throw_exception
url = https://github.com/boostorg/throw_exception.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/assert"]
path = external/assert
url = https://github.com/boostorg/assert.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/detail"]
path = external/detail
url = https://github.com/boostorg/detail.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/move"]
path = external/move
url = https://github.com/boostorg/move.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/integer"]
path = external/integer
url = https://github.com/boostorg/integer.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/foreach"]
path = external/foreach
url = https://github.com/boostorg/foreach.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/range"]
path = external/range
url = https://github.com/boostorg/range.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/iterator"]
path = external/iterator
url = https://github.com/boostorg/iterator.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/regex"]
path = external/regex
url = https://github.com/boostorg/regex.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/optional"]
path = external/optional
url = https://github.com/boostorg/optional.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/concept_check"]
path = external/concept_check
url = https://github.com/boostorg/concept_check.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/endian"]
path = external/endian
url = https://github.com/boostorg/endian.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/function"]
path = external/function
url = https://github.com/boostorg/function.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/function_types"]
path = external/function_types
url = https://github.com/boostorg/function_types.git
ignore = dirty
branch = boost-1.76.0
[submodule "external/array"]
path = external/array
url = https://github.com/boostorg/array.git
[submodule "external/smart_ptr"]
path = external/smart_ptr
url = https://github.com/boostorg/smart_ptr.git
ignore = dirty
branch = boost-1.76.0