aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/spdlog
AgeCommit message (Collapse)Author
2024-06-13[depends] use c++20Philipp Kerling
2024-06-03[tools/depends][target] Bump spdlog 1.14.1fuzzard
2023-04-21tools/depends: spdlog: add -DCMAKE_INSTALL_LIBDIR=lib for native buildLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-17tools/depends: add download targetLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-04-17tools/depends: improve download retry logicLukas Rusak
This also adds the ability to print the new sha512 hash if there is a mismatch
2023-02-14Revert "tools/depends: improve download retry logic and add download target"fuzzard
2023-02-07tools/depends: add download targetLukas Rusak
Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-02-07tools/depends: improve download retry logicLukas Rusak
This also adds the ability to print the new sha512 hash if there is a mismatch
2022-12-29tools/depends: make the hash file an order only prerequisiteLukas 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.0fuzzard
2022-03-12[cmake] FindSpdlog enable windows ENABLE_INTERNAL_SPDLOG buildfuzzard
2022-03-07[tools/depends] introduce BYPRODUCT variable in VERSION filesfuzzard
byproduct tracking is used by both tools/depends and project cmake build system
2022-03-07[tools/depends] rename libspdlog to spdlogfuzzard
rename libspdlog to just spdlog. This brings some consistency to naming in other parts of kodi cmake (eg target spdlog)