-
Notifications
You must be signed in to change notification settings - Fork 328
/
.gitmodules
36 lines (36 loc) · 1.18 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
[submodule "src/thirdparty/glog"]
path = src/thirdparty/glog
url = https://github.com/google/glog.git
tag = v0.4.0
[submodule "src/thirdparty/rapidjson"]
path = src/thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git
#tag = v1.1.0
[submodule "src/thirdparty/googletest"]
path = src/thirdparty/googletest
url = https://github.com/google/googletest.git
tag = release-1.10.0
[submodule "src/thirdparty/snappy"]
path = src/thirdparty/snappy
url = https://github.com/google/snappy.git
tag = 1.1.8
[submodule "src/thirdparty/lz4"]
path = src/thirdparty/lz4
url = https://github.com/lz4/lz4.git
tag = v1.9.2
[submodule "src/thirdparty/jemalloc"]
path = src/thirdparty/jemalloc
url = https://github.com/jemalloc/jemalloc.git
tag = 5.2.1
[submodule "src/thirdparty/asio"]
path = src/thirdparty/asio
url = https://github.com/chriskohlhoff/asio.git
tag = asio-1-12-0
[submodule "src/thirdparty/gflag"]
path = src/thirdparty/gflag
url = https://github.com/gflags/gflags.git
tag = v2.2.2
[submodule "src/thirdparty/rocksdb/rocksdb"]
path = src/thirdparty/rocksdb/rocksdb
url = https://github.com/facebook/rocksdb.git
tag = v6.14.5 #no use, tag of rocksdb is not controlled by this