This repository has been archived by the owner on Oct 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitmodules
65 lines (65 loc) · 1.84 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[submodule "submodules/CXTPL"]
path = submodules/CXTPL
url = http://github.com/blockspacer/CXTPL.git
fetchRecurseSubmodules = true
[submodule "submodules/boost.outcome"]
path = submodules/boost.outcome
url = http://github.com/ned14/outcome.git
branch = master
fetchRecurseSubmodules = true
ignore = all
[submodule "submodules/GSL"]
path = submodules/GSL
url = http://github.com/microsoft/GSL.git
branch = master
fetchRecurseSubmodules = true
ignore = all
[submodule "submodules/folly"]
path = submodules/folly
url = http://github.com/facebook/folly.git
fetchRecurseSubmodules = true
[submodule "submodules/iwyu"]
path = submodules/iwyu
url = http://github.com/include-what-you-use/include-what-you-use.git
branch = clang_6.0
fetchRecurseSubmodules = true
ignore = all
[submodule "submodules/g3log"]
path = submodules/g3log
url = http://github.com/KjellKod/g3log.git
branch = master
fetchRecurseSubmodules = true
ignore = all
[submodule "submodules/rang"]
path = submodules/rang
url = http://github.com/agauniyal/rang.git
branch = master
fetchRecurseSubmodules = true
ignore = all
[submodule "submodules/Catch"]
path = submodules/Catch
url = http://github.com/philsquared/Catch.git
branch = master
fetchRecurseSubmodules = true
ignore = all
[submodule "submodules/FakeIt"]
path = submodules/FakeIt
url = http://github.com/eranpeer/FakeIt.git
branch = master
fetchRecurseSubmodules = true
ignore = all
[submodule "submodules/glog"]
path = submodules/glog
url = http://github.com/google/glog.git
branch = master
fetchRecurseSubmodules = true
ignore = all
[submodule "submodules/gflags"]
path = submodules/gflags
url = http://github.com/gflags/gflags.git
branch = master
fetchRecurseSubmodules = true
ignore = all
[submodule "submodules/m.css"]
path = submodules/m.css
url = https://github.com/mosra/m.css.git