-
Notifications
You must be signed in to change notification settings - Fork 58
/
.gitmodules
252 lines (252 loc) · 11 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
[submodule "third_party/libunwind/upstream"]
path = third_party/libunwind/upstream
url = https://github.com/libunwind/libunwind.git
[submodule "third_party/glog/upstream"]
path = third_party/glog/upstream
url = https://github.com/bazelment/glog.git
[submodule "third_party/gflags/upstream"]
path = third_party/gflags/upstream
url = https://github.com/gflags/gflags.git
[submodule "third_party/boringssl/src"]
path = third_party/boringssl/src
url = https://boringssl.googlesource.com/boringssl
[submodule "third_party/folly/upstream"]
path = third_party/folly/upstream
url = https://github.com/facebook/folly.git
[submodule "third_party/snappy/upstream"]
path = third_party/snappy/upstream
url = https://github.com/google/snappy.git
[submodule "third_party/proxygen/upstream"]
path = third_party/proxygen/upstream
url = https://github.com/facebook/proxygen.git
[submodule "third_party/libevent/upstream"]
path = third_party/libevent/upstream
url = https://github.com/libevent/libevent.git
[submodule "third_party/boost/upstream/algorithm"]
path = third_party/boost/upstream/algorithm
url = https://github.com/boostorg/algorithm.git
[submodule "third_party/boost/upstream/config"]
path = third_party/boost/upstream/config
url = https://github.com/boostorg/config.git
[submodule "third_party/boost/upstream/detail"]
path = third_party/boost/upstream/detail
url = https://github.com/boostorg/detail.git
[submodule "third_party/boost/upstream/functional"]
path = third_party/boost/upstream/functional
url = https://github.com/boostorg/functional.git
[submodule "third_party/boost/upstream/io"]
path = third_party/boost/upstream/io
url = https://github.com/boostorg/io.git
[submodule "third_party/boost/upstream/multi_index"]
path = third_party/boost/upstream/multi_index
url = https://github.com/boostorg/multi_index.git
[submodule "third_party/boost/upstream/range"]
path = third_party/boost/upstream/range
url = https://github.com/boostorg/range.git
[submodule "third_party/boost/upstream/static_assert"]
path = third_party/boost/upstream/static_assert
url = https://github.com/boostorg/static_assert.git
[submodule "third_party/boost/upstream/tuple"]
path = third_party/boost/upstream/tuple
url = https://github.com/boostorg/tuple.git
[submodule "third_party/boost/upstream/assert"]
path = third_party/boost/upstream/assert
url = https://github.com/boostorg/assert.git
[submodule "third_party/boost/upstream/container"]
path = third_party/boost/upstream/container
url = https://github.com/boostorg/container.git
[submodule "third_party/boost/upstream/filesystem"]
path = third_party/boost/upstream/filesystem
url = https://github.com/boostorg/filesystem.git
[submodule "third_party/boost/upstream/function_types"]
path = third_party/boost/upstream/function_types
url = https://github.com/boostorg/function_types.git
[submodule "third_party/boost/upstream/iterator"]
path = third_party/boost/upstream/iterator
url = https://github.com/boostorg/iterator.git
[submodule "third_party/boost/upstream/optional"]
path = third_party/boost/upstream/optional
url = https://github.com/boostorg/optional.git
[submodule "third_party/boost/upstream/regex"]
path = third_party/boost/upstream/regex
url = https://github.com/boostorg/regex.git
[submodule "third_party/boost/upstream/system"]
path = third_party/boost/upstream/system
url = https://github.com/boostorg/system.git
[submodule "third_party/boost/upstream/type_traits"]
path = third_party/boost/upstream/type_traits
url = https://github.com/boostorg/type_traits.git
[submodule "third_party/boost/upstream/bind"]
path = third_party/boost/upstream/bind
url = https://github.com/boostorg/bind.git
[submodule "third_party/boost/upstream/conversion"]
path = third_party/boost/upstream/conversion
url = https://github.com/boostorg/conversion.git
[submodule "third_party/boost/upstream/foreach"]
path = third_party/boost/upstream/foreach
url = https://github.com/boostorg/foreach.git
[submodule "third_party/boost/upstream/integer"]
path = third_party/boost/upstream/integer
url = https://github.com/boostorg/integer.git
[submodule "third_party/boost/upstream/move"]
path = third_party/boost/upstream/move
url = https://github.com/boostorg/move.git
[submodule "third_party/boost/upstream/predef"]
path = third_party/boost/upstream/predef
url = https://github.com/boostorg/predef.git
[submodule "third_party/boost/upstream/serialization"]
path = third_party/boost/upstream/serialization
url = https://github.com/boostorg/serialization.git
[submodule "third_party/boost/upstream/throw_exception"]
path = third_party/boost/upstream/throw_exception
url = https://github.com/boostorg/throw_exception.git
[submodule "third_party/boost/upstream/utility"]
path = third_party/boost/upstream/utility
url = https://github.com/boostorg/utility.git
[submodule "third_party/boost/upstream/concept_check"]
path = third_party/boost/upstream/concept_check
url = https://github.com/boostorg/concept_check.git
[submodule "third_party/boost/upstream/core"]
path = third_party/boost/upstream/core
url = https://github.com/boostorg/core.git
[submodule "third_party/boost/upstream/function"]
path = third_party/boost/upstream/function
url = https://github.com/boostorg/function.git
[submodule "third_party/boost/upstream/intrusive"]
path = third_party/boost/upstream/intrusive
url = https://github.com/boostorg/intrusive.git
[submodule "third_party/boost/upstream/math"]
path = third_party/boost/upstream/math
url = https://github.com/boostorg/math.git
[submodule "third_party/boost/upstream/heap"]
path = third_party/boost/upstream/heap
url = https://github.com/boostorg/heap.git
[submodule "third_party/boost/upstream/parameter"]
path = third_party/boost/upstream/parameter
url = https://github.com/boostorg/parameter.git
[submodule "third_party/boost/upstream/mpl"]
path = third_party/boost/upstream/mpl
url = https://github.com/boostorg/mpl.git
[submodule "third_party/boost/upstream/preprocessor"]
path = third_party/boost/upstream/preprocessor
url = https://github.com/boostorg/preprocessor.git
[submodule "third_party/boost/upstream/smart_ptr"]
path = third_party/boost/upstream/smart_ptr
url = https://github.com/boostorg/smart_ptr.git
[submodule "third_party/boost/upstream/type_index"]
path = third_party/boost/upstream/type_index
url = https://github.com/boostorg/type_index.git
[submodule "third_party/boost/upstream/variant"]
path = third_party/boost/upstream/variant
url = https://github.com/boostorg/variant.git
[submodule "third_party/boost/upstream/context"]
path = third_party/boost/upstream/context
url = https://github.com/boostorg/context.git
[submodule "third_party/double-conversion"]
path = third_party/double-conversion
url = https://github.com/floitsch/double-conversion.git
[submodule "third_party/re2"]
path = third_party/re2
url = https://github.com/google/re2.git
[submodule "third_party/gperftools/upstream"]
path = third_party/gperftools/upstream
url = https://github.com/mzhaom/gperftools.git
[submodule "third_party/java/guava/upstream"]
path = third_party/java/guava/upstream
url = https://github.com/google/guava
[submodule "third_party/java/error-prone"]
path = third_party/java/error-prone
url = https://github.com/google/error-prone.git
[submodule "third_party/java/netty"]
path = third_party/java/netty
url = https://github.com/LuminateWireless/netty.git
[submodule "third_party/java/commons-logging/upstream"]
path = third_party/java/commons-logging/upstream
url = https://github.com/apache/commons-logging.git
[submodule "third_party/java/log4j/upstream"]
path = third_party/java/log4j/upstream
url = https://github.com/apache/log4j.git
[submodule "third_party/java/slf4j/upstream"]
path = third_party/java/slf4j/upstream
url = https://github.com/qos-ch/slf4j.git
[submodule "third_party/java/javassit/upstream"]
path = third_party/java/javassit/upstream
url = https://github.com/jboss-javassist/javassist.git
[submodule "third_party/java/javassist/upstream"]
path = third_party/java/javassist/upstream
url = https://github.com/jboss-javassist/javassist.git
[submodule "third_party/zlib/upstream"]
path = third_party/zlib/upstream
url = https://github.com/madler/zlib.git
[submodule "third_party/wangle/upstream"]
path = third_party/wangle/upstream
url = https://github.com/facebook/wangle.git
[submodule "third_party/java/grpc-java/upstream"]
path = third_party/java/grpc-java/upstream
url = https://github.com/grpc/grpc-java.git
[submodule "third_party/java/animal-sniffer/upstream"]
path = third_party/java/animal-sniffer/upstream
url = https://github.com/mojohaus/animal-sniffer.git
[submodule "third_party/java/j2objc/upstream"]
path = third_party/java/j2objc/upstream
url = https://github.com/google/j2objc.git
[submodule "third_party/gtest/github"]
path = third_party/gtest/github
url = https://github.com/google/googletest.git
[submodule "third_party/boost/upstream/thread"]
path = third_party/boost/upstream/thread
url = https://github.com/boostorg/thread.git
[submodule "third_party/boost/upstream/date_time"]
path = third_party/boost/upstream/date_time
url = https://github.com/boostorg/date_time.git
[submodule "third_party/boost/upstream/chrono"]
path = third_party/boost/upstream/chrono
url = https://github.com/boostorg/chrono.git
[submodule "third_party/boost/upstream/ratio"]
path = third_party/boost/upstream/ratio
url = https://github.com/boostorg/ratio.git
[submodule "third_party/boost/upstream/atomic"]
path = third_party/boost/upstream/atomic
url = https://github.com/boostorg/atomic.git
[submodule "third_party/boost/upstream/exception"]
path = third_party/boost/upstream/exception
url = https://github.com/boostorg/exception.git
[submodule "third_party/boost/upstream/align"]
path = third_party/boost/upstream/align
url = https://github.com/boostorg/align.git
[submodule "third_party/openssl/src"]
path = third_party/openssl/src
url = https://github.com/openssl/openssl.git
[submodule "third_party/protobuf"]
path = third_party/protobuf
url = https://github.com/google/protobuf.git
[submodule "third_party/grpc"]
path = third_party/grpc
url = https://github.com/grpc/grpc.git
[submodule "third_party/icu/github"]
path = third_party/icu/github
url = https://github.com/qzmfranklin/icu.git
[submodule "third_party/cares/cares"]
path = third_party/cares/cares
url = https://github.com/c-ares/c-ares.git
[submodule "third_party/rapidjson/upstream"]
path = third_party/rapidjson/upstream
url = https://github.com/miloyip/rapidjson.git
[submodule "third_party/pbjson/upstream"]
path = third_party/pbjson/upstream
url = https://github.com/nofree5th/pbjson.git
[submodule "third_party/boost/upstream/asio"]
path = third_party/boost/upstream/asio
url = https://github.com/boostorg/asio.git
[submodule "third_party/libco/upstream"]
path = third_party/libco/upstream
url = https://github.com/nofree5th/libco
[submodule "third_party/http-parser/upstream"]
path = third_party/http-parser/upstream
url = https://github.com/nodejs/http-parser.git
[submodule "third_party/jemalloc/upstream"]
path = third_party/jemalloc/upstream
url = https://github.com/jemalloc/jemalloc.git
[submodule "third_party/abseil"]
path = third_party/abseil
url = https://github.com/abseil/abseil-cpp.git