Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-07 | [tools/depends] rename libfmt to fmt | fuzzard | |
rename libfmt to just fmt. This brings some consistency to naming in other parts of kodi cmake (eg target fmt) | |||
2022-02-07 | [depends] add tarball hash checking | wsnipex | |
2022-01-08 | [cmake] Module Fmt use version helper | fuzzard | |
2021-12-20 | Revert "Revert "Merge pull request #18403 from lrusak/cpp17"" | Lukas Rusak | |
This reverts commit bd6818f1975ef4665d2319b482460f64aa4ae277. This also includes a fix for the following: CLog: fix SPDLOG_LEVEL_NAMES to allow compiling Otherwise the following error occurs: xbmc/utils/log.h:12:89: error: ‘constexpr fmt::v8::basic_string_view<Char>::basic_string_view(const Char*) [with Char = char]’ called in a constant expression 12 | #define SPDLOG_LEVEL_NAMES {"TRACE", "DEBUG", "INFO", "WARNING", "ERROR", "FATAL", "OFF"}; | ^ In file included from /usr/include/fmt/format.h:44, from xbmc/utils/StringUtils.h:37, from xbmc/utils/log.h:19, /usr/include/fmt/core.h:460:3: note: ‘constexpr fmt::v8::basic_string_view<Char>::basic_string_view(const Char*) [with Char = char]’ is not usable as a ‘constexpr’ function because: 460 | basic_string_view(const Char* s) : data_(s) { | ^~~~~~~~~~~~~~~~~ /usr/include/fmt/core.h:460:3: error: member ‘fmt::v8::basic_string_view<char>::size_’ must be initialized by mem-initializer in ‘constexpr’ constructor /usr/include/fmt/core.h:439:10: note: declared here 439 | size_t size_; | ^~~~~ | |||
2021-12-11 | [tools/depends][target] libfmt 8.0.1 | fuzzard | |
2020-10-03 | Revert "Merge pull request #18403 from lrusak/cpp17" | Lukas Rusak | |
This reverts commit 642d8e154a00a2d58cbc5c243d2f2e5cdecda46b, reversing changes made to e29db7f3918460193c89c486e34e26d0d3ffe6b8. | |||
2020-09-18 | tools/depends: use c++17 | Lukas Rusak | |
2020-02-11 | [depends] bump libfmt to 6.1.2 | Rechi | |
2018-08-20 | [depends] bump libfmt to 5.1.0 | Rechi | |
2018-01-25 | [depends] fix crossguid & libfmt rebuild detection | Rechi | |
2017-03-09 | [depends] libfmt: really fix native build | montellese | |
2017-03-09 | [depends] libfmt: fix retrieval of source tarball | Montellese | |
2017-03-09 | [depends] add missing CMAKE_INSTALL_PREFIX for native linux builds | montellese | |
2017-03-08 | [depends] libfmt: remove BASE_URL pointing to github | Montellese | |
2017-03-05 | [cmake/depends/win32] add libfmt | montellese | |