-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitmodules
668 lines (668 loc) · 24.6 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
[submodule "llvm/llvm-project"]
path = llvm/llvm-project
url = https://github.com/llvm/llvm-project.git
branch = main
[submodule "bench/zlib/zlib"]
path = bench/zlib/zlib
url = https://github.com/madler/zlib.git
[submodule "bench/zstd/zstd"]
path = bench/zstd/zstd
url = https://github.com/facebook/zstd.git
[submodule "bench/brotli/brotli"]
path = bench/brotli/brotli
url = https://github.com/google/brotli.git
[submodule "bench/lz4/lz4"]
path = bench/lz4/lz4
url = https://github.com/lz4/lz4.git
[submodule "bench/snappy/snappy"]
path = bench/snappy/snappy
url = https://github.com/google/snappy.git
[submodule "bench/readerwriterqueue/readerwriterqueue"]
path = bench/readerwriterqueue/readerwriterqueue
url = https://github.com/cameron314/readerwriterqueue.git
[submodule "bench/mimalloc/mimalloc"]
path = bench/mimalloc/mimalloc
url = https://github.com/microsoft/mimalloc.git
[submodule "bench/spdlog/spdlog"]
path = bench/spdlog/spdlog
url = https://github.com/gabime/spdlog.git
[submodule "bench/imgui/imgui"]
path = bench/imgui/imgui
url = https://github.com/ocornut/imgui.git
[submodule "bench/nlohmann_json/json"]
path = bench/nlohmann_json/json
url = https://github.com/nlohmann/json.git
[submodule "bench/taskflow/taskflow"]
path = bench/taskflow/taskflow
url = https://github.com/taskflow/taskflow.git
[submodule "bench/assimp/assimp"]
path = bench/assimp/assimp
url = https://github.com/assimp/assimp.git
[submodule "bench/meshoptimizer/meshoptimizer"]
path = bench/meshoptimizer/meshoptimizer
url = https://github.com/zeux/meshoptimizer.git
[submodule "bench/ocio/OpenColorIO"]
path = bench/ocio/OpenColorIO
url = https://github.com/AcademySoftwareFoundation/OpenColorIO.git
[submodule "bench/coremark/coremark"]
path = bench/coremark/coremark
url = https://github.com/eembc/coremark.git
[submodule "bench/duckdb/duckdb"]
path = bench/duckdb/duckdb
url = https://github.com/duckdb/duckdb.git
[submodule "bench/cxxopts/cxxopts"]
path = bench/cxxopts/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "bench/yaml-cpp/yaml-cpp"]
path = bench/yaml-cpp/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "bench/nuklear/Nuklear"]
path = bench/nuklear/Nuklear
url = https://github.com/Immediate-Mode-UI/Nuklear.git
[submodule "bench/stb/stb"]
path = bench/stb/stb
url = https://github.com/nothings/stb.git
[submodule "bench/yyjson/yyjson"]
path = bench/yyjson/yyjson
url = https://github.com/ibireme/yyjson.git
[submodule "bench/tomlplusplus/tomlplusplus"]
path = bench/tomlplusplus/tomlplusplus
url = https://github.com/marzer/tomlplusplus.git
[submodule "bench/fmt/fmt"]
path = bench/fmt/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "bench/simdjson/simdjson"]
path = bench/simdjson/simdjson
url = https://github.com/simdjson/simdjson.git
[submodule "bench/entt/entt"]
path = bench/entt/entt
url = https://github.com/skypjack/entt.git
[submodule "bench/velox/velox"]
path = bench/velox/velox
url = https://github.com/facebookincubator/velox.git
[submodule "bench/yalantinglibs/yalantinglibs"]
path = bench/yalantinglibs/yalantinglibs
url = https://github.com/alibaba/yalantinglibs.git
[submodule "bench/miniaudio/miniaudio"]
path = bench/miniaudio/miniaudio
url = https://github.com/mackron/miniaudio.git
[submodule "bench/libuv/libuv"]
path = bench/libuv/libuv
url = https://github.com/libuv/libuv.git
[submodule "bench/libevent/libevent"]
path = bench/libevent/libevent
url = https://github.com/libevent/libevent.git
[submodule "bench/pcg-cpp/pcg-cpp"]
path = bench/pcg-cpp/pcg-cpp
url = https://github.com/imneme/pcg-cpp.git
[submodule "bench/pbrt-v4/pbrt-v4"]
path = bench/pbrt-v4/pbrt-v4
url = https://github.com/mmp/pbrt-v4.git
[submodule "bench/double_conversion/double-conversion"]
path = bench/double_conversion/double-conversion
url = https://github.com/google/double-conversion.git
[submodule "bench/box2d/box2d"]
path = bench/box2d/box2d
url = https://github.com/erincatto/box2d.git
[submodule "bench/bullet3/bullet3"]
path = bench/bullet3/bullet3
url = https://github.com/bulletphysics/bullet3.git
[submodule "bench/cvc5/cvc5"]
path = bench/cvc5/cvc5
url = https://github.com/cvc5/cvc5.git
[submodule "bench/z3/z3"]
path = bench/z3/z3
url = https://github.com/Z3Prover/z3.git
[submodule "bench/llama.cpp/llama.cpp"]
path = bench/llama.cpp/llama.cpp
url = https://github.com/ggerganov/llama.cpp.git
[submodule "bench/protobuf/protobuf"]
path = bench/protobuf/protobuf
url = https://github.com/protocolbuffers/protobuf.git
[submodule "bench/redis/redis"]
path = bench/redis/redis
url = https://github.com/redis/redis.git
[submodule "bench/icu/icu"]
path = bench/icu/icu
url = https://github.com/unicode-org/icu.git
[submodule "bench/cppfront/cppfront"]
path = bench/cppfront/cppfront
url = https://github.com/hsutter/cppfront.git
[submodule "bench/re2/re2"]
path = bench/re2/re2
url = https://github.com/google/re2.git
[submodule "bench/arrow/arrow"]
path = bench/arrow/arrow
url = https://github.com/apache/arrow.git
[submodule "bench/memcached/memcached"]
path = bench/memcached/memcached
url = https://github.com/memcached/memcached.git
[submodule "bench/grpc/grpc"]
path = bench/grpc/grpc
url = https://github.com/grpc/grpc.git
[submodule "bench/libdeflate/libdeflate"]
path = bench/libdeflate/libdeflate
url = https://github.com/ebiggers/libdeflate.git
[submodule "bench/lodepng/lodepng"]
path = bench/lodepng/lodepng
url = https://github.com/lvandeve/lodepng.git
[submodule "bench/openexr/openexr"]
path = bench/openexr/openexr
url = https://github.com/AcademySoftwareFoundation/openexr.git
[submodule "bench/oiio/OpenImageIO"]
path = bench/oiio/OpenImageIO
url = https://github.com/AcademySoftwareFoundation/OpenImageIO.git
[submodule "bench/openvdb/openvdb"]
path = bench/openvdb/openvdb
url = https://github.com/AcademySoftwareFoundation/openvdb.git
[submodule "bench/jemalloc/jemalloc"]
path = bench/jemalloc/jemalloc
url = https://github.com/jemalloc/jemalloc.git
[submodule "bench/qemu/qemu"]
path = bench/qemu/qemu
url = https://gitlab.com/qemu-project/qemu.git
[submodule "bench/pugixml/pugixml"]
path = bench/pugixml/pugixml
url = https://github.com/zeux/pugixml.git
[submodule "bench/tinyobjloader/tinyobjloader"]
path = bench/tinyobjloader/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "bench/eastl/EASTL"]
path = bench/eastl/EASTL
url = https://github.com/electronicarts/EASTL.git
[submodule "bench/abseil-cpp/abseil-cpp"]
path = bench/abseil-cpp/abseil-cpp
url = https://github.com/abseil/abseil-cpp.git
[submodule "bench/folly/folly"]
path = bench/folly/folly
url = https://github.com/facebook/folly.git
[submodule "bench/ms-gsl/GSL"]
path = bench/ms-gsl/GSL
url = https://github.com/microsoft/GSL.git
[submodule "bench/rocksdb/rocksdb"]
path = bench/rocksdb/rocksdb
url = https://github.com/facebook/rocksdb.git
[submodule "bench/yoga/yoga"]
path = bench/yoga/yoga
url = https://github.com/facebook/yoga.git
[submodule "bench/hermes/hermes"]
path = bench/hermes/hermes
url = https://github.com/facebook/hermes.git
[submodule "bench/proxygen/proxygen"]
path = bench/proxygen/proxygen
url = https://github.com/facebook/proxygen.git
[submodule "bench/flatbuffers/flatbuffers"]
path = bench/flatbuffers/flatbuffers
url = https://github.com/google/flatbuffers.git
[submodule "bench/openssl/openssl"]
path = bench/openssl/openssl
url = https://github.com/openssl/openssl.git
[submodule "bench/flac/flac"]
path = bench/flac/flac
url = https://github.com/xiph/flac.git
[submodule "bench/node/node"]
path = bench/node/node
url = https://github.com/nodejs/node.git
[submodule "bench/cpp-httplib/cpp-httplib"]
path = bench/cpp-httplib/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git
[submodule "bench/cpython/cpython"]
path = bench/cpython/cpython
url = https://github.com/python/cpython.git
[submodule "bench/lua/lua"]
path = bench/lua/lua
url = https://github.com/lua/lua.git
[submodule "bench/luajit/LuaJIT"]
path = bench/luajit/LuaJIT
url = https://github.com/LuaJIT/LuaJIT.git
[submodule "bench/chibicc/chibicc"]
path = bench/chibicc/chibicc
url = https://github.com/rui314/chibicc.git
[submodule "bench/mold/mold"]
path = bench/mold/mold
url = https://github.com/rui314/mold.git
[submodule "bench/syn/syn"]
path = bench/syn/syn
url = https://github.com/dtolnay/syn.git
[submodule "bench/regex-rs/regex"]
path = bench/regex-rs/regex
url = https://github.com/rust-lang/regex.git
[submodule "bench/harfbuzz/harfbuzz"]
path = bench/harfbuzz/harfbuzz
url = https://github.com/harfbuzz/harfbuzz.git
[submodule "bench/git/git"]
path = bench/git/git
url = https://github.com/git/git.git
[submodule "bench/msdfgen/msdfgen"]
path = bench/msdfgen/msdfgen
url = https://github.com/Chlumsky/msdfgen.git
[submodule "bench/serde-rs/serde"]
path = bench/serde-rs/serde
url = https://github.com/serde-rs/serde.git
[submodule "bench/serde-rs-json/json"]
path = bench/serde-rs-json/json
url = https://github.com/serde-rs/json.git
[submodule "bench/kcp/kcp"]
path = bench/kcp/kcp
url = https://github.com/skywind3000/kcp.git
[submodule "bench/libquic/libquic"]
path = bench/libquic/libquic
url = https://github.com/devsisters/libquic.git
[submodule "bench/nghttp2/nghttp2"]
path = bench/nghttp2/nghttp2
url = https://github.com/nghttp2/nghttp2.git
[submodule "bench/libzmq/libzmq"]
path = bench/libzmq/libzmq
url = https://github.com/zeromq/libzmq.git
[submodule "bench/wolfssl/wolfssl"]
path = bench/wolfssl/wolfssl
url = https://github.com/wolfSSL/wolfssl.git
[submodule "bench/curl/curl"]
path = bench/curl/curl
url = https://github.com/curl/curl.git
[submodule "bench/libsodium/libsodium"]
path = bench/libsodium/libsodium
url = https://github.com/jedisct1/libsodium.git
[submodule "bench/hyperscan/hyperscan"]
path = bench/hyperscan/hyperscan
url = https://github.com/intel/hyperscan.git
[submodule "bench/linux/linux"]
path = bench/linux/linux
url = https://github.com/torvalds/linux.git
[submodule "bench/php/php-src"]
path = bench/php/php-src
url = https://github.com/php/php-src.git
[submodule "bench/quickjs/quickjs"]
path = bench/quickjs/quickjs
url = https://github.com/bellard/quickjs.git
[submodule "bench/sqlite/sqlite"]
path = bench/sqlite/sqlite
url = https://github.com/sqlite/sqlite.git
[submodule "bench/glog/glog"]
path = bench/glog/glog
url = https://github.com/google/glog.git
[submodule "bench/csmith/csmith"]
path = bench/csmith/csmith
url = https://github.com/csmith-project/csmith.git
[submodule "bench/libphonenumber/libphonenumber"]
path = bench/libphonenumber/libphonenumber
url = https://github.com/google/libphonenumber.git
[submodule "bench/ruby/ruby"]
path = bench/ruby/ruby
url = https://github.com/ruby/ruby.git
[submodule "bench/postgres/postgres"]
path = bench/postgres/postgres
url = https://github.com/postgres/postgres.git
[submodule "bench/recastnavigation/recastnavigation"]
path = bench/recastnavigation/recastnavigation
url = https://github.com/recastnavigation/recastnavigation.git
[submodule "bench/stockfish/Stockfish"]
path = bench/stockfish/Stockfish
url = https://github.com/official-stockfish/Stockfish.git
[submodule "bench/hwloc/hwloc"]
path = bench/hwloc/hwloc
url = https://github.com/open-mpi/hwloc.git
[submodule "bench/openmpi/ompi"]
path = bench/openmpi/ompi
url = https://github.com/open-mpi/ompi.git
[submodule "bench/nuttx/nuttx"]
path = bench/nuttx/nuttx
url = https://github.com/apache/nuttx.git
[submodule "bench/rand-rs/rand"]
path = bench/rand-rs/rand
url = https://github.com/rust-random/rand.git
[submodule "bench/log-rs/log"]
path = bench/log-rs/log
url = https://github.com/rust-lang/log.git
[submodule "bench/clap-rs/clap"]
path = bench/clap-rs/clap
url = https://github.com/clap-rs/clap.git
[submodule "bench/mio-rs/mio"]
path = bench/mio-rs/mio
url = https://github.com/tokio-rs/mio.git
[submodule "bench/tokio-rs/tokio"]
path = bench/tokio-rs/tokio
url = https://github.com/tokio-rs/tokio.git
[submodule "bench/rayon-rs/rayon"]
path = bench/rayon-rs/rayon
url = https://github.com/rayon-rs/rayon.git
[submodule "bench/unicode-normalization-rs/unicode-normalization"]
path = bench/unicode-normalization-rs/unicode-normalization
url = https://github.com/unicode-rs/unicode-normalization.git
[submodule "bench/image-rs/image"]
path = bench/image-rs/image
url = https://github.com/image-rs/image.git
[submodule "bench/hyper-rs/hyper"]
path = bench/hyper-rs/hyper
url = https://github.com/hyperium/hyper.git
[submodule "bench/html5ever-rs/html5ever"]
path = bench/html5ever-rs/html5ever
url = https://github.com/servo/html5ever.git
[submodule "bench/diesel-rs/diesel"]
path = bench/diesel-rs/diesel
url = https://github.com/diesel-rs/diesel.git
[submodule "bench/ring-rs/ring"]
path = bench/ring-rs/ring
url = https://github.com/briansmith/ring.git
[submodule "bench/influxdb-rs/influxdb"]
path = bench/influxdb-rs/influxdb
url = https://github.com/influxdata/influxdb.git
[submodule "bench/abc/abc"]
path = bench/abc/abc
url = https://github.com/berkeley-abc/abc.git
[submodule "bench/spike/riscv-isa-sim"]
path = bench/spike/riscv-isa-sim
url = https://github.com/riscv-software-src/riscv-isa-sim.git
[submodule "bench/raylib/raylib"]
path = bench/raylib/raylib
url = https://github.com/raysan5/raylib.git
[submodule "bench/nix/nix"]
path = bench/nix/nix
url = https://github.com/NixOS/nix.git
[submodule "bench/vcpkg/vcpkg-tool"]
path = bench/vcpkg/vcpkg-tool
url = https://github.com/microsoft/vcpkg-tool.git
[submodule "bench/ninja/ninja"]
path = bench/ninja/ninja
url = https://github.com/ninja-build/ninja.git
[submodule "bench/ceres/ceres-solver"]
path = bench/ceres/ceres-solver
url = https://github.com/ceres-solver/ceres-solver.git
[submodule "bench/casadi/casadi"]
path = bench/casadi/casadi
url = https://github.com/casadi/casadi.git
[submodule "bench/jq/jq"]
path = bench/jq/jq
url = https://github.com/jqlang/jq.git
[submodule "bench/faiss/faiss"]
path = bench/faiss/faiss
url = https://github.com/facebookresearch/faiss.git
[submodule "bench/minetest/minetest"]
path = bench/minetest/minetest
url = https://github.com/minetest/minetest.git
[submodule "bench/nori/nori"]
path = bench/nori/nori
url = https://github.com/wjakob/nori.git
[submodule "bench/draco/draco"]
path = bench/draco/draco
url = https://github.com/google/draco.git
[submodule "bench/wireshark/wireshark"]
path = bench/wireshark/wireshark
url = https://github.com/wireshark/wireshark.git
[submodule "bench/lief/LIEF"]
path = bench/lief/LIEF
url = https://github.com/lief-project/LIEF.git
[submodule "bench/cjson/cJSON"]
path = bench/cjson/cJSON
url = https://github.com/DaveGamble/cJSON.git
[submodule "bench/meshlab/meshlab"]
path = bench/meshlab/meshlab
url = https://github.com/cnr-isti-vclab/meshlab.git
[submodule "bench/bdwgc/bdwgc"]
path = bench/bdwgc/bdwgc
url = https://github.com/ivmai/bdwgc.git
[submodule "bench/cmake/CMake"]
path = bench/cmake/CMake
url = https://github.com/Kitware/CMake.git
[submodule "bench/graphviz/graphviz"]
path = bench/graphviz/graphviz
url = https://gitlab.com/graphviz/graphviz.git
[submodule "bench/tev/tev"]
path = bench/tev/tev
url = https://github.com/Tom94/tev.git
[submodule "bench/ipopt/Ipopt"]
path = bench/ipopt/Ipopt
url = https://github.com/coin-or/Ipopt.git
[submodule "bench/mini-lsm-rs/mini-lsm"]
path = bench/mini-lsm-rs/mini-lsm
url = https://github.com/skyzh/mini-lsm.git
[submodule "bench/smol-rs/smol"]
path = bench/smol-rs/smol
url = https://github.com/smol-rs/smol.git
[submodule "bench/tree-sitter-rs/tree-sitter"]
path = bench/tree-sitter-rs/tree-sitter
url = https://github.com/tree-sitter/tree-sitter.git
[submodule "bench/base64-rs/rust-base64"]
path = bench/base64-rs/rust-base64
url = https://github.com/marshallpierce/rust-base64.git
[submodule "bench/tls-rs/rustls"]
path = bench/tls-rs/rustls
url = https://github.com/rustls/rustls.git
[submodule "bench/nanobind/nanobind"]
path = bench/nanobind/nanobind
url = https://github.com/wjakob/nanobind.git
[submodule "bench/pybind11/pybind11"]
path = bench/pybind11/pybind11
url = https://github.com/pybind/pybind11.git
[submodule "bench/oniguruma/oniguruma"]
path = bench/oniguruma/oniguruma
url = https://github.com/kkos/oniguruma.git
[submodule "bench/rustfmt-rs/rustfmt"]
path = bench/rustfmt-rs/rustfmt
url = https://github.com/rust-lang/rustfmt.git
[submodule "bench/qoi/qoi"]
path = bench/qoi/qoi
url = https://github.com/phoboslab/qoi.git
[submodule "bench/zfp/zfp"]
path = bench/zfp/zfp
url = https://github.com/LLNL/zfp.git
[submodule "bench/slurm/slurm"]
path = bench/slurm/slurm
url = https://github.com/SchedMD/slurm.git
[submodule "bench/nanosvg/nanosvg"]
path = bench/nanosvg/nanosvg
url = https://github.com/memononen/nanosvg.git
[submodule "bench/openblas/OpenBLAS"]
path = bench/openblas/OpenBLAS
url = https://github.com/OpenMathLib/OpenBLAS.git
[submodule "bench/yosys/yosys"]
path = bench/yosys/yosys
url = https://github.com/YosysHQ/yosys.git
[submodule "bench/sundials/sundials"]
path = bench/sundials/sundials
url = https://github.com/LLNL/sundials.git
[submodule "bench/typst-rs/typst"]
path = bench/typst-rs/typst
url = https://github.com/typst/typst.git
[submodule "bench/ripgrep-rs/ripgrep"]
path = bench/ripgrep-rs/ripgrep
url = https://github.com/BurntSushi/ripgrep.git
[submodule "bench/qdrant-rs/qdrant"]
path = bench/qdrant-rs/qdrant
url = https://github.com/qdrant/qdrant.git
[submodule "bench/verilator/verilator"]
path = bench/verilator/verilator
url = https://github.com/verilator/verilator.git
[submodule "bench/mitsuba3/mitsuba3"]
path = bench/mitsuba3/mitsuba3
url = https://github.com/mitsuba-renderer/mitsuba3.git
[submodule "bench/darktable/darktable"]
path = bench/darktable/darktable
url = https://github.com/darktable-org/darktable.git
[submodule "bench/mixbox/mixbox"]
path = bench/mixbox/mixbox
url = https://github.com/scrtwpns/mixbox.git
[submodule "bench/c3c/c3c"]
path = bench/c3c/c3c
url = https://github.com/c3lang/c3c.git
[submodule "bench/coreutils-rs/coreutils"]
path = bench/coreutils-rs/coreutils
url = https://github.com/uutils/coreutils.git
[submodule "bench/rust-analyzer-rs/rust-analyzer"]
path = bench/rust-analyzer-rs/rust-analyzer
url = https://github.com/rust-lang/rust-analyzer.git
[submodule "bench/just-rs/just"]
path = bench/just-rs/just
url = https://github.com/casey/just.git
[submodule "bench/wasmtime-rs/wasmtime"]
path = bench/wasmtime-rs/wasmtime
url = https://github.com/bytecodealliance/wasmtime.git
[submodule "bench/ockam-rs/ockam"]
path = bench/ockam-rs/ockam
url = https://github.com/build-trust/ockam.git
[submodule "bench/delta-rs/delta-rs"]
path = bench/delta-rs/delta-rs
url = https://github.com/delta-io/delta-rs.git
[submodule "bench/proj/PROJ"]
path = bench/proj/PROJ
url = https://github.com/OSGeo/PROJ.git
[submodule "bench/jsonnet/jsonnet"]
path = bench/jsonnet/jsonnet
url = https://github.com/google/jsonnet.git
[submodule "bench/tinygltf/tinygltf"]
path = bench/tinygltf/tinygltf
url = https://github.com/syoyo/tinygltf.git
[submodule "bench/osqp/osqp"]
path = bench/osqp/osqp
url = https://github.com/osqp/osqp.git
[submodule "bench/crow/Crow"]
path = bench/crow/Crow
url = https://github.com/CrowCpp/Crow.git
[submodule "bench/tinyrenderer/tinyrenderer"]
path = bench/tinyrenderer/tinyrenderer
url = https://github.com/ssloy/tinyrenderer.git
[submodule "bench/opencc/OpenCC"]
path = bench/opencc/OpenCC
url = https://github.com/BYVoid/OpenCC.git
[submodule "bench/gromacs/gromacs"]
path = bench/gromacs/gromacs
url = https://github.com/gromacs/gromacs.git
[submodule "bench/quest/QuEST"]
path = bench/quest/QuEST
url = https://github.com/QuEST-Kit/QuEST.git
[submodule "bench/clamav/clamav"]
path = bench/clamav/clamav
url = https://github.com/Cisco-Talos/clamav.git
[submodule "bench/actix-rs/actix-web"]
path = bench/actix-rs/actix-web
url = https://github.com/actix/actix-web.git
[submodule "bench/nom-rs/nom"]
path = bench/nom-rs/nom
url = https://github.com/rust-bakery/nom.git
[submodule "bench/ozz-animation/ozz-animation"]
path = bench/ozz-animation/ozz-animation
url = https://github.com/guillaumeblanc/ozz-animation.git
[submodule "bench/zxing/zxing-cpp"]
path = bench/zxing/zxing-cpp
url = https://github.com/zxing-cpp/zxing-cpp.git
[submodule "bench/softposit-rs/softposit-rs"]
path = bench/softposit-rs/softposit-rs
url = https://gitlab.com/burrbull/softposit-rs.git
[submodule "bench/tokenizers-rs/tokenizers"]
path = bench/tokenizers-rs/tokenizers
url = https://github.com/huggingface/tokenizers.git
[submodule "bench/tinympc/TinyMPC"]
path = bench/tinympc/TinyMPC
url = https://github.com/TinyMPC/TinyMPC.git
[submodule "bench/annoy/annoy"]
path = bench/annoy/annoy
url = https://github.com/spotify/annoy.git
[submodule "bench/proxy/proxy"]
path = bench/proxy/proxy
url = https://github.com/microsoft/proxy.git
[submodule "bench/hdf5/hdf5"]
path = bench/hdf5/hdf5
url = https://github.com/HDFGroup/hdf5.git
[submodule "bench/sentencepiece/sentencepiece"]
path = bench/sentencepiece/sentencepiece
url = https://github.com/google/sentencepiece.git
[submodule "bench/msgpack/msgpack-c"]
path = bench/msgpack/msgpack-c
url = https://github.com/msgpack/msgpack-c.git
branch = cpp_master
[submodule "bench/soc-simulator/soc-simulator"]
path = bench/soc-simulator/soc-simulator
url = https://github.com/cyyself/soc-simulator.git
[submodule "bench/ropey-rs/ropey"]
path = bench/ropey-rs/ropey
url = https://github.com/cessen/ropey.git
[submodule "bench/pyo3-rs/pyo3"]
path = bench/pyo3-rs/pyo3
url = https://github.com/PyO3/pyo3.git
[submodule "bench/meilisearch-rs/meilisearch"]
path = bench/meilisearch-rs/meilisearch
url = https://github.com/meilisearch/meilisearch.git
[submodule "bench/anki-rs/anki"]
path = bench/anki-rs/anki
url = https://github.com/ankitects/anki.git
[submodule "bench/stat-rs/statrs"]
path = bench/stat-rs/statrs
url = https://github.com/statrs-dev/statrs.git
[submodule "bench/logos-rs/logos"]
path = bench/logos-rs/logos
url = https://github.com/maciejhirsz/logos.git
[submodule "bench/freetype/freetype"]
path = bench/freetype/freetype
url = https://github.com/freetype/freetype.git
[submodule "bench/libwebp/libwebp"]
path = bench/libwebp/libwebp
url = https://github.com/webmproject/libwebp.git
[submodule "bench/luau/luau"]
path = bench/luau/luau
url = https://github.com/luau-lang/luau.git
[submodule "bench/glslang/glslang"]
path = bench/glslang/glslang
url = https://github.com/KhronosGroup/glslang.git
[submodule "bench/pocketpy/pocketpy"]
path = bench/pocketpy/pocketpy
url = https://github.com/pocketpy/pocketpy.git
[submodule "bench/opencv/opencv"]
path = bench/opencv/opencv
url = https://github.com/opencv/opencv.git
[submodule "bench/opencv/contrib/opencv_contrib"]
path = bench/opencv/contrib/opencv_contrib
url = https://github.com/opencv/opencv_contrib.git
[submodule "bench/openjdk/jdk"]
path = bench/openjdk/jdk
url = https://github.com/openjdk/jdk.git
[submodule "bench/wasmedge/WasmEdge"]
path = bench/wasmedge/WasmEdge
url = https://github.com/WasmEdge/WasmEdge.git
[submodule "bench/lightgbm/LightGBM"]
path = bench/lightgbm/LightGBM
url = https://github.com/microsoft/LightGBM.git
[submodule "bench/xgboost/xgboost"]
path = bench/xgboost/xgboost
url = https://github.com/dmlc/xgboost.git
[submodule "bench/libpng/libpng"]
path = bench/libpng/libpng
url = https://github.com/pnggroup/libpng.git
[submodule "bench/libjpeg-turbo/libjpeg-turbo"]
path = bench/libjpeg-turbo/libjpeg-turbo
url = https://github.com/libjpeg-turbo/libjpeg-turbo.git
[submodule "bench/ncnn/ncnn"]
path = bench/ncnn/ncnn
url = https://github.com/Tencent/ncnn.git
[submodule "bench/portaudio/portaudio"]
path = bench/portaudio/portaudio
url = https://github.com/PortAudio/portaudio.git
[submodule "bench/openusd/OpenUSD"]
path = bench/openusd/OpenUSD
url = https://github.com/PixarAnimationStudios/OpenUSD.git
[submodule "bench/openusd/contrib/OpenSubdiv"]
path = bench/openusd/contrib/OpenSubdiv
url = https://github.com/PixarAnimationStudios/OpenSubdiv.git
[submodule "bench/openspiel/open_spiel"]
path = bench/openspiel/open_spiel
url = https://github.com/google-deepmind/open_spiel.git
[submodule "bench/g2o/g2o"]
path = bench/g2o/g2o
url = https://github.com/RainerKuemmerle/g2o.git
[submodule "bench/quantlib/QuantLib"]
path = bench/quantlib/QuantLib
url = https://github.com/lballabio/QuantLib.git
[submodule "bench/egg-rs/egg"]
path = bench/egg-rs/egg
url = https://github.com/egraphs-good/egg.git
[submodule "bench/turborepo-rs/turborepo"]
path = bench/turborepo-rs/turborepo
url = https://github.com/vercel/turborepo.git
[submodule "bench/zed-rs/zed"]
path = bench/zed-rs/zed
url = https://github.com/zed-industries/zed.git
[submodule "bench/boost/boost"]
path = bench/boost/boost
url = https://github.com/boostorg/boost.git
[submodule "bench/lvgl/lvgl"]
path = bench/lvgl/lvgl
url = https://github.com/lvgl/lvgl.git