-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitmodules
More file actions
129 lines (129 loc) · 3.59 KB
/
.gitmodules
File metadata and controls
129 lines (129 loc) · 3.59 KB
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
[submodule "gflags"]
path = gflags
url = https://github.com/gflags/gflags
[submodule "glog"]
path = glog
url = https://github.com/google/glog
[submodule "googletest"]
path = googletest
url = https://github.com/google/googletest
[submodule "fmt"]
path = fmt
url = https://github.com/fmtlib/fmt.git
[submodule "nlohmann-json"]
path = nlohmann-json
url = https://github.com/nlohmann/json.git
[submodule "rapidjson"]
path = rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "jsoncpp"]
path = jsoncpp
url = https://github.com/open-source-parsers/jsoncpp.git
[submodule "grpc"]
path = grpc
url = https://github.com/grpc/grpc.git
[submodule "snappy"]
path = snappy
url = https://github.com/google/snappy
[submodule "leveldb"]
path = leveldb
url = https://github.com/google/leveldb.git
[submodule "brpc"]
path = brpc
url = https://github.com/apache/brpc.git
[submodule "braft"]
path = braft
url = https://github.com/dingodb/braft
[submodule "incbin"]
path = incbin
url = https://github.com/graphitemaster/incbin.git
[submodule "libfiu"]
path = libfiu
url = https://github.com/albertito/libfiu.git
[submodule "crc32c"]
path = crc32c
url = https://github.com/google/crc32c.git
[submodule "spdlog"]
path = spdlog
url = https://github.com/gabime/spdlog.git
[submodule "curl"]
path = curl
url = https://github.com/curl/curl.git
[submodule "opentelemetry-cpp"]
path = opentelemetry-cpp
url = https://github.com/open-telemetry/opentelemetry-cpp.git
[submodule "aws-sdk-cpp"]
path = aws-sdk-cpp
url = https://github.com/aws/aws-sdk-cpp.git
[submodule "libuuid-cmake"]
path = libuuid-cmake
url = https://github.com/gershnik/libuuid-cmake.git
[submodule "openssl"]
path = openssl
url = https://github.com/openssl/openssl.git
[submodule "rocksdb"]
path = rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "zlib"]
path = zlib
url = https://github.com/madler/zlib
[submodule "protobuf"]
path = protobuf
url = https://github.com/protocolbuffers/protobuf
[submodule "hdf5"]
path = hdf5
url = https://github.com/HDFGroup/hdf5.git
[submodule "lz4"]
path = lz4
url = https://github.com/lz4/lz4
[submodule "zstd"]
path = zstd
url = https://github.com/facebook/zstd
[submodule "libunwind"]
path = libunwind
url = https://github.com/libunwind/libunwind
[submodule "gperftools"]
path = gperftools
url = https://github.com/gperftools/gperftools
[submodule "liburing"]
path = liburing
url = https://github.com/axboe/liburing.git
[submodule "libbacktrace"]
path = libbacktrace
url = https://github.com/ianlancetaylor/libbacktrace
[submodule "libfuse"]
path = libfuse
url = https://github.com/libfuse/libfuse.git
[submodule "double-conversion"]
path = double-conversion
url = https://github.com/google/double-conversion.git
[submodule "numactl"]
path = numactl
url = https://github.com/numactl/numactl.git
[submodule "libevent"]
path = libevent
url = https://github.com/libevent/libevent.git
[submodule "boost"]
path = boost
url = https://github.com/boostorg/boost.git
[submodule "libusrbio"]
path = src/libusrbio
url = https://github.com/dingodb/3fs.git
[submodule "rdma-core"]
path = rdma-core
url = https://github.com/linux-rdma/rdma-core.git
[submodule "librados"]
path = librados
url = https://github.com/dingodb/ceph.git
[submodule "toml11"]
path = toml11
url = https://github.com/ToruNiina/toml11.git
[submodule "tikv-client-cpp"]
path = tikv-client-cpp
url = https://github.com/dingodb/client-cpp.git
[submodule "nanobind"]
path = nanobind
url = https://github.com/wjakob/nanobind
[submodule "tikv-client-go"]
path = tikv-client-go
url = https://github.com/dingodb/tikv-client-go.git