Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-13 | [depends] use c++20 | Philipp Kerling | |
2024-06-03 | [tools/depends][target] Bump spdlog 1.14.1 | fuzzard | |
2023-04-21 | tools/depends: spdlog: add -DCMAKE_INSTALL_LIBDIR=lib for native build | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-17 | tools/depends: add download target | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-17 | tools/depends: improve download retry logic | Lukas Rusak | |
This also adds the ability to print the new sha512 hash if there is a mismatch | |||
2023-02-14 | Revert "tools/depends: improve download retry logic and add download target" | fuzzard | |
2023-02-07 | tools/depends: add download target | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-02-07 | tools/depends: improve download retry logic | Lukas Rusak | |
This also adds the ability to print the new sha512 hash if there is a mismatch | |||
2022-12-29 | tools/depends: make the hash file an order only prerequisite | Lukas Rusak | |
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html | |||
2022-09-24 | [tools/depends][target] Bump spdlog 1.10.0 | fuzzard | |
2022-03-12 | [cmake] FindSpdlog enable windows ENABLE_INTERNAL_SPDLOG build | fuzzard | |
2022-03-07 | [tools/depends] introduce BYPRODUCT variable in VERSION files | fuzzard | |
byproduct tracking is used by both tools/depends and project cmake build system | |||
2022-03-07 | [tools/depends] rename libspdlog to spdlog | fuzzard | |
rename libspdlog to just spdlog. This brings some consistency to naming in other parts of kodi cmake (eg target spdlog) |