Age | Commit message (Collapse) | Author | |
---|---|---|---|
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_; | ^~~~~ | |||
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 | docs: Update Linux readmes for C++17 requirement | Garrett Brown | |
2020-04-17 | [cmake] disable gtest auto fallback to internal build | Rechi | |
2019-10-25 | Docs: Add python3-dev as dependency since we bumped the python version | Wolfgang Haupt | |
Co-authored-by: wsnipex <wsnipex@a1.net> | |||
2019-09-16 | [docs] update linux readmes | wsnipex | |
2019-02-24 | [cleanup] remove yajl leftovers after 15017d865b | Rechi | |
2018-08-14 | tools/depends: Add FlatBuffers v1.9.0 compiler and headers | Garrett Brown | |
This adds the flatc compiler to native depends and the flatbuffer headers to target depends. | |||
2018-07-25 | changed: use libfstrcmp | Arne Morten Kvarving | |
2018-07-03 | [docs/README.openSUSE] Update content to markdown | h.udo | |
2018-07-03 | [files] Rename to markdown format | h.udo | |