-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
33 lines (33 loc) · 1.17 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
[submodule "include/Catch"]
path = third_party/Catch
url = https://github.com/philsquared/Catch
[submodule "include/whereami"]
path = third_party/whereami
url = https://github.com/gpakosz/whereami
[submodule "include/zlib"]
path = third_party/zlib
url = https://github.com/madler/zlib
[submodule "src/Backends/SynchroTraceGen/capnproto"]
path = src/Backends/SynchroTraceGen/capnproto
url = https://github.com/sandstorm-io/capnproto/
[submodule "src/Frontends/PerfPT/linux"]
path = src/Frontends/PerfPT/linux
url = https://github.com/torvalds/linux
[submodule "src/Frontends/PerfPT/xed"]
path = src/Frontends/PerfPT/xed
url = https://github.com/intelxed/xed
[submodule "src/Frontends/PerfPT/mbuild"]
path = src/Frontends/PerfPT/mbuild
url = https://github.com/intelxed/mbuild
[submodule "third_party/spdlog"]
path = third_party/spdlog
url = https://github.com/gabime/spdlog
ignore = all
[submodule "src/Frontends/DrSigil/dynamorio"]
path = src/Frontends/DrSigil/dynamorio
url = https://github.com/DynamoRIO/dynamorio
ignore = all
[submodule "src/Frontends/Sigrind/valgrind"]
path = src/Frontends/Gengrind/valgrind
url = git://sourceware.org/git/valgrind.git
ignore = all