-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitmodules
30 lines (30 loc) · 989 Bytes
/
.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
[submodule "deps/yaml-cpp"]
path = deps/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "deps/andersen"]
path = deps/andersen
url = https://github.com/efeslab/andersen.git
[submodule "deps/pmtest"]
path = deps/pmtest
url = https://github.com/efeslab/pmtest.git
[submodule "deps/pmdk"]
path = deps/pmdk
url = https://github.com/efeslab/pmdk.git
[submodule "deps/valgrind-pmem"]
path = deps/valgrind-pmem
url = https://github.com/pmem/valgrind.git
[submodule "deps/RECIPE"]
path = deps/RECIPE
url = https://github.com/efeslab/RECIPE.git
[submodule "deps/whole-program-llvm"]
path = deps/whole-program-llvm
url = https://github.com/efeslab/whole-program-llvm.git
[submodule "deps/redis"]
path = deps/redis
url = https://github.com/efeslab/redis-pmem.git
[submodule "deps/memcached-pmem"]
path = deps/memcached-pmem
url = https://github.com/efeslab/memcached-pmem
[submodule "deps/YCSB"]
path = deps/YCSB
url = https://github.com/brianfrankcooper/YCSB.git