Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | Merge pull request #14215 from wsnipex/fix-fmt | Rechi | |
[cmake] fix building with internal fmt | |||
2018-07-23 | [cmake] fix building with internal fmt | wsnipex | |
2018-07-23 | [cmake][win10] remove required_deps hack | Rechi | |
2018-07-16 | link with libbluray instead of loading it dynamic | Rechi | |
2018-06-20 | changed: remove internal sftp support | notspiff | |
2018-06-15 | Merge pull request #14017 from wsnipex/ffmpeg-opts | Wolfgang Schupp | |
[cmake] pass vaapi and vdpau options to internal ffmpeg | |||
2018-06-13 | [doxygen] Move resources to docs/ | h.udo | |
2018-06-07 | [cmake] pass vaapi and vdpau options to internal ffmpeg | wsnipex | |
2018-05-26 | link with libass instead of loading it dynamic | Rechi | |
2018-05-24 | link with libcec instead of loading it dynamic | Rechi | |
2018-04-15 | lirc: redesign | Rainer Hochecker | |
2018-03-23 | Require OpenSSL and consolidate multi-threading initialization | Philipp Kerling | |
It should make no difference whether curl links OpenSSL statically or dynamically, and having the same code in two places makes no sense. | |||
2018-01-31 | sql-client: add support for mariadb-client | Sascha Kuehndel (InuSasha) | |
mariadb is a place-in for mysql. only, the search pathes and the include path are changed. | |||
2018-01-18 | Link against curl instead of using dlopen | Pär Björklund | |
2018-01-05 | Merge pull request #13096 from pkerling/wayland-fixes | Wolfgang Schupp | |
Wayland fixes | |||
2018-01-04 | Set store minimum version | Pär Björklund | |
This Specifies the minimum runtime version of Win10 that we support as koying figured out. For now this won't do anything at all but once we bump the sdk to the latest version it's important to keep this at least one version behind unless we really need something from the latest version | |||
2018-01-04 | [cmake] Bump required CMake version to 3.4 | Philipp Kerling | |
so we can rely on pkg_get_variable being available | |||
2018-01-04 | [cmake] Allow specifying version requirements for dependencies | Philipp Kerling | |
2018-01-04 | [cmake] Export symbols also in test executable (for cpluff) | Philipp Kerling | |
2017-12-29 | [cmake] fix uninstall target | wsnipex | |
2017-12-22 | [cmake] move HAS_CDDA_RIPPER to cmake | Lukas Rusak | |
2017-12-22 | [cmake] move HAS_UPNP to cmake | Lukas Rusak | |
2017-12-18 | xbmc/system.h: remove lirc and input events defines | Lukas Rusak | |
2017-12-09 | [cmake] linux: add option to enable link time optimization | wsnipex | |
2017-12-08 | [windows] move libdvd from mingwlibs to cmake build tree | Anton Fedchin | |
2017-11-09 | Merge pull request #11665 from bkuhls/cmake_findiconv | Wolfgang Schupp | |
[cmake] iconv is a required dependency | |||
2017-11-05 | [cmake] linux: name kodi binary according to platform name | wsnipex | |
and automatically select kodi-wayland binary on wayland compositors | |||
2017-11-03 | iconv is a required dependency | Rechi | |
2017-11-02 | [win10] add uwp to cmake | Dale Stammen | |
2017-10-18 | Revert "Support building with ninja" | Wolfgang Schupp | |
2017-10-17 | Merge pull request #12922 from wsnipex/addon-binding-rework | Wolfgang Schupp | |
[cmake] refactor addon bindings | |||
2017-10-14 | [cmake] move kodi-addon-dev-kit to AddonBindings.cmake | wsnipex | |
2017-10-13 | [cmake] refactor addon bindings | wsnipex | |
2017-10-13 | [cmake] add used generator to status message | wsnipex | |
2017-09-04 | FindFmt can now be compiled internally | Nuno Senica | |
2017-08-30 | RapidJSON can now be compiled internally | Nuno Senica | |
2017-08-16 | cmake: Enable platforms to add global deps to all targets | Philipp Kerling | |
2017-07-23 | add static analysis unit tests | notspiff | |
2017-07-17 | Merge pull request #12021 from lrusak/rpi-cleanup | Lukas Rusak | |
[linux] treat rbpi as linux not a separate platform | |||
2017-07-15 | [cmake][linux] Fix CodeCoverage.cmake path | h.udo | |
2017-07-15 | [cmake] move platform check to it's own script | wsnipex | |
2017-07-15 | don't overwrite CORE_PLATFORM_NAME if already set | wsnipex | |
2017-07-15 | [cmake] remove CORE_SYSTEM_NAME rbpi | Lukas Rusak | |
2017-07-11 | [cmake] use lower case CORE_PLATFORM_NAME in conditionals | wsnipex | |
2017-06-02 | fix in-tree add-on build environment | notspiff | |
2017-05-27 | [cmake] add support for platform | Christian Fetzer | |
2017-05-20 | Use PCH as intended to speed up build. | Pär Björklund | |
PCH was being built in a separate library to work around the lack of includes in certain parts of other libraries. This only complicated the build and wasn't really the intended use of a pch which is to speed up the build process. | |||
2017-05-20 | Merge pull request #11962 from t6/patch-sndio-cmake | Martijn Kaijser | |
A new AudioEngine sink for sndio |