forked from hyrise/hyrise
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
51 lines (51 loc) · 1.93 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
[submodule "resources/benchmark/tpcds/tpcds-result-reproduction"]
path = resources/benchmark/tpcds/tpcds-result-reproduction
url = https://github.com/hyrise-mp/tpcds-result-reproduction.git
[submodule "third_party/benchmark"]
path = third_party/benchmark
url = https://github.com/google/benchmark.git
[submodule "third_party/cpp-btree"]
path = third_party/cpp-btree
url = https://github.com/algorithm-ninja/cpp-btree
[submodule "third_party/cpplint"]
path = third_party/cpplint
url = https://github.com/cpplint/cpplint.git
[submodule "third_party/cqf"]
path = third_party/cqf
url = https://github.com/ArneMayer/cqf.git
[submodule "third_party/cxxopts"]
path = third_party/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "flat_hash_map"]
path = third_party/flat_hash_map
url = https://github.com/skarupke/flat_hash_map.git
[submodule "third_party/googletest"]
path = third_party/googletest
url = https://github.com/abseil/googletest.git
[submodule "third_party/jemalloc"]
path = third_party/jemalloc
url = https://github.com/jemalloc/jemalloc.git
[submodule "third_party/join-order-benchmark"]
path = third_party/join-order-benchmark
url = https://github.com/gregrahn/join-order-benchmark.git
[submodule "third_party/libpqxx"]
path = third_party/libpqxx
url = https://github.com/jtv/libpqxx.git
[submodule "third_party/lz4"]
path = third_party/lz4
url = https://github.com/lz4/lz4.git
[submodule "third_party/nlohmann_json"]
path = third_party/nlohmann_json
url = https://github.com/nlohmann/json.git
[submodule "third_party/pgasus"]
path = third_party/pgasus
url = https://github.com/hyrise/pgasus.git
[submodule "third_party/sql-parser"]
path = third_party/sql-parser
url = https://github.com/hyrise/sql-parser
[submodule "third_party/tpcds-kit"]
path = third_party/tpcds-kit
url = https://github.com/hyrise-mp/tpcds-kit.git
[submodule "third_party/zstd"]
path = third_party/zstd
url = https://github.com/facebook/zstd.git