2020-02-13 17:42:16 +00:00
|
|
|
[submodule "external/nlohmann"]
|
|
|
|
path = external/nlohmann
|
|
|
|
url = https://github.com/nlohmann/json.git
|
|
|
|
[submodule "external/googletest"]
|
|
|
|
path = external/googletest
|
|
|
|
url = https://github.com/google/googletest.git
|
2020-02-13 19:18:17 +00:00
|
|
|
[submodule "external/cxxopts"]
|
|
|
|
path = external/cxxopts
|
|
|
|
url = https://github.com/jarro2783/cxxopts.git
|
2020-05-20 02:14:21 +00:00
|
|
|
[submodule "external/ghc-filesystem"]
|
|
|
|
path = external/ghc-filesystem
|
|
|
|
url = https://github.com/gulrak/filesystem.git
|
2020-02-17 13:24:57 +00:00
|
|
|
[submodule "test/Catch2"]
|
|
|
|
path = test/Catch2
|
|
|
|
url = https://github.com/catchorg/Catch2
|
2020-02-22 23:01:36 +00:00
|
|
|
[submodule "external/date"]
|
|
|
|
path = external/date
|
|
|
|
url = https://github.com/HowardHinnant/date.git
|
2020-02-26 21:47:03 +00:00
|
|
|
[submodule "external/pybind11"]
|
|
|
|
path = external/pybind11
|
|
|
|
url = https://github.com/pybind/pybind11
|
2020-02-27 19:51:30 +00:00
|
|
|
branch = stable
|
2020-04-03 19:42:47 +00:00
|
|
|
[submodule "external/clang-format-hooks"]
|
|
|
|
path = external/clang-format-hooks
|
|
|
|
url = https://github.com/barisione/clang-format-hooks/
|
2020-04-21 11:51:04 +00:00
|
|
|
[submodule "external/libuv"]
|
|
|
|
path = external/libuv
|
|
|
|
url = https://github.com/libuv/libuv
|
|
|
|
branch = v1.x
|
2020-05-14 19:20:43 +00:00
|
|
|
[submodule "external/loki-mq"]
|
|
|
|
path = external/loki-mq
|
|
|
|
url = https://github.com/loki-project/loki-mq
|
2020-05-19 18:53:03 +00:00
|
|
|
branch = dev
|
2020-05-20 17:26:45 +00:00
|
|
|
[submodule "external/sqlite_orm"]
|
|
|
|
path = external/sqlite_orm
|
|
|
|
url = https://github.com/fnc12/sqlite_orm
|