From d492e10edd406d97a1895916b73a632eaf0caa27 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Sun, 16 Apr 2023 01:13:59 -0500 Subject: [PATCH] Add HowardHinnant date library --- .gitmodules | 3 +++ ACKNOWLEDGEMENTS.md | 1 + external/date | 1 + 3 files changed, 5 insertions(+) create mode 160000 external/date diff --git a/.gitmodules b/.gitmodules index a6932407..472835da 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "external/aws-sdk-cpp"] path = external/aws-sdk-cpp url = https://github.com/aws/aws-sdk-cpp.git +[submodule "external/date"] + path = external/date + url = https://github.com/HowardHinnant/date.git diff --git a/ACKNOWLEDGEMENTS.md b/ACKNOWLEDGEMENTS.md index b8b7fa54..30ec5f63 100644 --- a/ACKNOWLEDGEMENTS.md +++ b/ACKNOWLEDGEMENTS.md @@ -16,6 +16,7 @@ Supercell Wx uses code from the following dependencies: | [cmake-conan](https://github.com/conan-io/cmake-conan) | [MIT License](https://spdx.org/licenses/MIT.html) | | [cpr](https://github.com/libcpr/cpr) | [MIT License](https://spdx.org/licenses/MIT.html) | | [CSS Color Parser](https://github.com/deanm/css-color-parser-js) | [MIT License](https://spdx.org/licenses/MIT.html) | Ported to C++ for MapLibre GL Native | +| [Date](https://github.com/HowardHinnant/date) | [MIT License](https://spdx.org/licenses/MIT.html) | | [Dear ImGui](https://github.com/ocornut/imgui) | [MIT License](https://spdx.org/licenses/MIT.html) | | [FreeType](https://freetype.org/) | [Freetype Project License](https://spdx.org/licenses/FTL.html) | | [FreeType GL](https://github.com/rougier/freetype-gl) | [BSD 2-Clause with views sentence](https://spdx.org/licenses/BSD-2-Clause-Views.html) | diff --git a/external/date b/external/date new file mode 160000 index 00000000..50acf3ff --- /dev/null +++ b/external/date @@ -0,0 +1 @@ +Subproject commit 50acf3ffd8b09deeec6980be824f2ac54a50b095