-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.xml
More file actions
47 lines (35 loc) · 2.09 KB
/
Copy pathdefault.xml
File metadata and controls
47 lines (35 loc) · 2.09 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
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote name="github"
fetch="https://github.com" />
<default revision="refs/heads/master"
remote="github"
sync-j="4" />
<project name="typegrind/typegrind.git" remote="github" path="." />
<project name="typegrind/typegrind-core.git" remote="github" path="typegrind/core" />
<!-- mirroring every llvm repository to keep them in sync at a stable-ish state -->
<project name="typegrind/llvm.git" remote="github" path="vendor/llvm/" revision="master"/>
<project name="typegrind/clang.git" remote="github" path="vendor/llvm/tools/clang" revision="master">
<linkfile src="." dest="vendor/clang" />
</project>
<project name="typegrind/clang-tools-extra.git" remote="github" path="vendor/llvm/tools/clang/tools/extra" revision="master">
<linkfile src="." dest="vendor/clang-tools-extra" />
</project>
<project name="typegrind/compiler-rt.git" remote="github" path="vendor/llvm/projects/compiler-rt" revision="master">
<linkfile src="." dest="vendor/compiler-rt" />
</project>
<project name="typegrind/clang-typegrind.git" remote="github" path="typegrind/clang-typegrind">
<linkfile src="." dest="vendor/llvm/tools/clang/tools/extra/clang-typegrind" />
</project>
<project name="kazuho/picojson.git" remote="github" path="vendor/picojson" />
<project name="typegrind/googletest.git" remote="github" path="vendor/gtest" />
<project name="typegrind/examples.git" remote="github" path="examples/"/>
<project name="typegrind/examples.git" remote="github" path="examples-instrumented/" />
<project name="typegrind/logger-nop.git" remote="github" path="logger/nop" />
<project name="typegrind/logger-demo_cout.git" remote="github" path="logger/demo_cout" />
<project name="typegrind/logger-buffered_binary.git" remote="github" path="logger/buffered_binary">
<linkfile src="." dest="examples/logger_buffered_binary" />
<linkfile src="." dest="examples-instrumented/logger_buffered_binary" />
</project>
<project name="Softmotions/ejdb" remote="github" path="vendor/ejdb" />
</manifest>