forked from jevinskie/jevmachopp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
80 lines (63 loc) · 2.13 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[submodule "3rdparty/apfs-fuse-embedded"]
path = 3rdparty/apfs-fuse-embedded
url = https://github.com/jevinskie/apfs-fuse-embedded
branch = jev/main
[submodule "3rdparty/arch-arm64"]
path = 3rdparty/arch-arm64
url = https://github.com/jevinskie/arch-arm64
branch = jev/main
[submodule "3rdparty/benchmark"]
path = 3rdparty/benchmark
url = https://github.com/jevinskie/benchmark
branch = jev/main
[submodule "3rdparty/callable_traits"]
path = 3rdparty/callable_traits
url = https://github.com/boostorg/callable_traits
[submodule "3rdparty/Catch2"]
path = 3rdparty/Catch2
url = https://github.com/catchorg/Catch2
[submodule "3rdparty/concurrent-resource"]
path = 3rdparty/concurrent-resource
url = https://github.com/mustafakemalgilor/concurrent-resource
[submodule "3rdparty/cpp17-semaphore"]
path = 3rdparty/cpp17-semaphore
url = https://github.com/graham-riches/cpp17-semaphore
[submodule "3rdparty/cxxopts"]
path = 3rdparty/cxxopts
url = https://github.com/jarro2783/cxxopts
[submodule "3rdparty/enum.hpp"]
path = 3rdparty/enum.hpp
url = https://github.com/BlackMATov/enum.hpp
[submodule "3rdparty/fmt"]
path = 3rdparty/fmt
url = https://github.com/fmtlib/fmt
[submodule "3rdparty/nanobench"]
path = 3rdparty/nanobench
url = https://github.com/martinus/nanobench
[submodule "3rdparty/nanorange"]
path = 3rdparty/nanorange
url = https://github.com/jevinskie/NanoRange
branch = jev/main
[submodule "3rdparty/perf-macos"]
path = 3rdparty/perf-macos
url = https://github.com/jevinskie/perf-macos
branch = jev/main
[submodule "3rdparty/static_string"]
path = 3rdparty/static_string
url = https://github.com/jevinskie/static_string
branch = jev/m1n1
[submodule "3rdparty/static_vector"]
path = 3rdparty/static_vector
url = https://github.com/jevinskie/static_vector
branch = jev/main
[submodule "3rdparty/thread-pool"]
path = 3rdparty/thread-pool
url = https://github.com/bshoshany/thread-pool
[submodule "3rdparty/uleb128"]
path = 3rdparty/uleb128
url = https://github.com/jevinskie/uleb128
branch = jev/main
[submodule "3rdparty/visit"]
path = 3rdparty/visit
url = https://github.com/jevinskie/visit
branch = jev/main