aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2018-08-14tools/depends: Add FlatBuffers v1.9.0 compiler and headersGarrett Brown
This adds the flatc compiler to native depends and the flatbuffer headers to target depends.
2018-07-25changed: use libfstrcmpArne Morten Kvarving
2018-07-23Merge pull request #14215 from wsnipex/fix-fmtRechi
[cmake] fix building with internal fmt
2018-07-23[cmake] fix building with internal fmtwsnipex
2018-07-23[cmake][win10] remove required_deps hackRechi
2018-07-16link with libbluray instead of loading it dynamicRechi
2018-06-20changed: remove internal sftp supportnotspiff
2018-06-15Merge pull request #14017 from wsnipex/ffmpeg-optsWolfgang 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 ffmpegwsnipex
2018-05-26link with libass instead of loading it dynamicRechi
2018-05-24link with libcec instead of loading it dynamicRechi
2018-04-15lirc: redesignRainer Hochecker
2018-03-23Require OpenSSL and consolidate multi-threading initializationPhilipp 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-31sql-client: add support for mariadb-clientSascha Kuehndel (InuSasha)
mariadb is a place-in for mysql. only, the search pathes and the include path are changed.
2018-01-18Link against curl instead of using dlopenPär Björklund
2018-01-05Merge pull request #13096 from pkerling/wayland-fixesWolfgang Schupp
Wayland fixes
2018-01-04Set store minimum versionPä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.4Philipp Kerling
so we can rely on pkg_get_variable being available
2018-01-04[cmake] Allow specifying version requirements for dependenciesPhilipp Kerling
2018-01-04[cmake] Export symbols also in test executable (for cpluff)Philipp Kerling
2017-12-29[cmake] fix uninstall targetwsnipex
2017-12-22[cmake] move HAS_CDDA_RIPPER to cmakeLukas Rusak
2017-12-22[cmake] move HAS_UPNP to cmakeLukas Rusak
2017-12-18xbmc/system.h: remove lirc and input events definesLukas Rusak
2017-12-09[cmake] linux: add option to enable link time optimizationwsnipex
2017-12-08[windows] move libdvd from mingwlibs to cmake build treeAnton Fedchin
2017-11-09Merge pull request #11665 from bkuhls/cmake_findiconvWolfgang Schupp
[cmake] iconv is a required dependency
2017-11-05[cmake] linux: name kodi binary according to platform namewsnipex
and automatically select kodi-wayland binary on wayland compositors
2017-11-03iconv is a required dependencyRechi
2017-11-02[win10] add uwp to cmakeDale Stammen
2017-10-18Revert "Support building with ninja"Wolfgang Schupp
2017-10-17Merge pull request #12922 from wsnipex/addon-binding-reworkWolfgang Schupp
[cmake] refactor addon bindings
2017-10-14[cmake] move kodi-addon-dev-kit to AddonBindings.cmakewsnipex
2017-10-13[cmake] refactor addon bindingswsnipex
2017-10-13[cmake] add used generator to status messagewsnipex
2017-09-04FindFmt can now be compiled internallyNuno Senica
2017-08-30RapidJSON can now be compiled internallyNuno Senica
2017-08-16cmake: Enable platforms to add global deps to all targetsPhilipp Kerling
2017-07-23add static analysis unit testsnotspiff
2017-07-17Merge pull request #12021 from lrusak/rpi-cleanupLukas Rusak
[linux] treat rbpi as linux not a separate platform
2017-07-15[cmake][linux] Fix CodeCoverage.cmake pathh.udo
2017-07-15[cmake] move platform check to it's own scriptwsnipex
2017-07-15don't overwrite CORE_PLATFORM_NAME if already setwsnipex
2017-07-15[cmake] remove CORE_SYSTEM_NAME rbpiLukas Rusak
2017-07-11[cmake] use lower case CORE_PLATFORM_NAME in conditionalswsnipex
2017-06-02fix in-tree add-on build environmentnotspiff
2017-05-27[cmake] add support for platformChristian Fetzer
2017-05-20Use 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-20Merge pull request #11962 from t6/patch-sndio-cmakeMartijn Kaijser
A new AudioEngine sink for sndio