Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-10 | Merge pull request #15794 from olafhering/FindPkgConfig | popcornmix | |
[cmake] find_package(PkgConfig) sets required variables | |||
2019-09-10 | fix generating addon.xmls | wsnipex | |
get rid of double copying addons windows: add dependency for libdvd on export-files | |||
2019-07-19 | Merge pull request #14908 from AlwinEsch/remove-cpluff | Alwin Esch | |
[addons] remove cpluff | |||
2019-07-18 | [ios/build] rename core_system_name to darwin_embedded | fuzzard | |
implement darwin_embedded CORE_SYSTEM_NAME and OS. This provides a single parent for ios/tvos common build code, and allows ios/tvos specific code via CORE_PLATFORM_NAME | |||
2019-07-17 | [addons] remove cpluff complete | Alwin Esch | |
2019-06-12 | [swig] format generated files with clang-format | Rechi | |
2019-06-09 | Require OpenSSL 1.0.2 in order to remove the need to manage thread ids. | Jim Carroll | |
2019-05-26 | Ask CMake to write compile_commands.json | David Bridson | |
2019-05-25 | [posix] platformdefs.h | fuzzard | |
2019-05-24 | AirTunesServer: don't dynamically open libshairplay | Lukas Rusak | |
2019-05-23 | AirPlayServer: don't dynamically open libplist | Lukas Rusak | |
2019-05-03 | [cmake] add treedata/common/${CORE_PLATFORM_NAME_LC}/*.txt to read files | Rechi | |
2019-04-25 | [cmake] make sure CXX11 is also always set for addons | wsnipex | |
2019-04-20 | Use CMAKE_CXX_STANDARD to settle on --std= C++ option | Olaf Hering | |
The project CMakeLists.txt usually sets the CMAKE_CXX_STANDARD variable, and it also makes this standard a requirement. As a result, cmake will pass the desired -std=${val} already to the compiler. To cover also external addons, set the relevant CXX flags in KodiConfig.cmake, which is used by addons. Remove unneeded assignments to CXX11_SWITCH. Remove uneeded FindCXX11.cmake. Signed-off-by: Olaf Hering <olaf@aepfle.de> | |||
2019-03-21 | [cmake] find_package(PkgConfig) sets required variables | Olaf Hering | |
Per cmake 3.4 documentation, FindPkgConfig does set the used variables. There is no need to set them again. Remove PKG_CONFIG_EXECUTABLE check Remove setting of PKG_CONFIG_FOUND Signed-off-by: Olaf Hering <olaf@aepfle.de> | |||
2019-03-19 | [cmake] handle D3DX11Effects with PLATFORM_REQUIRED_DEPS | Rechi | |
2019-03-19 | [cmake] require zlib for all platforms | Rechi | |
2019-03-19 | [cmake] zip for android is already handled via PLATFORM_REQUIRED_DEPS | Rechi | |
2018-12-11 | Merge pull request #15011 from wsnipex/fix-ninja | Wolfgang Schupp | |
[cmake] Fix ninja (fixes: #15008) | |||
2018-12-07 | [cmake] fix ninja generator when dupbuild=err | wsnipex | |
2018-12-07 | [systeminfo] use timestamp for application build date from BUILDATE file, | wsnipex | |
if it exists | |||
2018-11-04 | [cmake] fix building with internal libs | Rechi | |
2018-10-17 | added: copyright years to version.txt | Arne Morten Kvarving | |
2018-10-10 | [cmake] Show error when required platform deps are explicitly disabled | Philipp Kerling | |
2018-09-22 | link with libnfs instead of loading it dynamic | 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-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 | |