Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-16 | Merge pull request #10469 from MartijnKaijser/manifest | Martijn Kaijser | |
[win32] Update appxmanifest and add banner.png | |||
2016-09-16 | [win32] Update appxmanifest and add banner.png | Martijn Kaijser | |
2016-09-16 | Add app manifest to the build to mark us as dpi aware | Pär Björklund | |
2016-09-12 | [cmake] linux: install missing peripheral and vfs addon headers | wsnipex | |
2016-09-11 | Revert "[cmake] Don't install/mirror skins and audioencoder plugins twice" | Christian Fetzer | |
This reverts commit fc70dc26dd87977129f990fd20e371fbc208b549. | |||
2016-09-11 | [cmake] linux: the kodi wrapper script is arch dependent | wsnipex | |
2016-09-10 | Merge pull request #10437 from stefansaraev/cmake-optional | Christian Fetzer | |
cmake cosmetics | |||
2016-09-10 | Merge pull request #10424 from hudokkow/cmake_deb_githash_fix | jenkins4kodi | |
2016-09-09 | [cmake] do not compile dacp if ENABLE_AIRTUNES=OFF | Stefan Saraev | |
2016-09-09 | [cmake] do not compile cdrip if ENABLE_OPTICAL=OFF | Stefan Saraev | |
2016-09-09 | Merge pull request #10398 from fetzerch/cmake_double_install | Christian Fetzer | |
[cmake] Add uninstall target for linux | |||
2016-09-09 | Merge pull request #10422 from fetzerch/cmake_noundefined | Christian Fetzer | |
[cmake] Don't allow undefined symbols in shared libraries | |||
2016-09-08 | [cpack/deb] Force GIT_HASH update on DEB package generation | h.udo | |
2016-09-08 | Merge pull request #10427 from fetzerch/cmake_upnp | Christian Fetzer | |
[cmake] Respect ENABLE_UPNP option | |||
2016-09-07 | [cmake] Cleanup in core_add_optional_subdirs_from_filelist | Christian Fetzer | |
2016-09-07 | [cmake] Respect ENABLE_UPNP option | Christian Fetzer | |
Currently UPNP is built even if disabled. | |||
2016-09-07 | Merge pull request #10421 from wsnipex/linux-multi-arch | Wolfgang Schupp | |
[cmake] linux: install cmake files in arch independent dir | |||
2016-09-07 | [cmake/android] Don't allow undefined symbols in shared libraries | Christian Fetzer | |
Prevents errors such as: dlopen failed: cannot locate symbol "_ZTV24CEGLNativeTypeAmlAndroid" referenced by "/data/app/org.xbmc.kodi-2/lib/arm/libkodi.so"... | |||
2016-09-07 | Merge pull request #10416 from fetzerch/cmake_fix_mirroring | Christian Fetzer | |
[cmake] Fix globbing of single files on export | |||
2016-09-07 | [cmake] linux: install cmake files in arch independent dir | wsnipex | |
fixes KodiConfig.cmake not being found when building on a different cpu architecture | |||
2016-09-06 | [cmake] Fix globbing of single files on export | Christian Fetzer | |
GLOB_RECURSE when called with a file name will list all files with the given name in all subdirectories. This is unintuitive for files specified in installdata. Here if a full file name is specified only that single file should be mirrored/installed. Example: tools/depends/target/openssl/cacert.pem Current behavior, mirrors: - tools/depends/target/openssl/cacert.pem - tools/depends/target/openssl/iphoneos8.1_armv7-target/apps/demoCA/cacert.pem - tools/depends/target/openssl/iphoneos8.1_armv7-target/demos/cms/cacert.pem - tools/depends/target/openssl/iphoneos8.1_armv7-target/demos/smime/cacert.pem Intended behavior, mirror only: - tools/depends/target/openssl/cacert.pem | |||
2016-09-06 | Merge pull request #10397 from fetzerch/cmake_arm | Wolfgang Schupp | |
[cmake] Optimizations for ARM | |||
2016-09-06 | Revert "[addons] move ./xbmc/addons/binary/interfaces one down and remove ↵ | Pär Björklund | |
binary folder" | |||
2016-09-06 | Merge pull request #10359 from wsnipex/linux-multi-arch | Wolfgang Schupp | |
Linux multi arch | |||
2016-09-06 | Merge pull request #10409 from AlwinEsch/move-binary-addon-interface | Alwin Esch | |
[addons] move ./xbmc/addons/binary/interfaces one down and remove binary folder | |||
2016-09-06 | Merge pull request #10382 from wsnipex/cmake_sudo | Wolfgang Schupp | |
[cmake] linux: replace custom (sudo) install target, it's not allowed… | |||
2016-09-06 | [addons] move ./xbmc/addons/binary/interfaces one down and remove binary folder | Alwin Esch | |
2016-09-05 | Merge pull request #10380 from hudokkow/cmake_fixes | Cristiano A. Silva | |
[cmake] Fixes: in-tree addon builds and CMAKE_INSTALL_PREFIX inconsistency | |||
2016-09-05 | [cmake/rbpi] Remove error when no toolchain file is set | Christian Fetzer | |
This enables to build natively on the Raspberry Pi. | |||
2016-09-05 | [cmake] Add support for NEON optimization | Christian Fetzer | |
2016-09-05 | [cmake/linux] Add ARCH for arm and arm64 (aarch64) | Christian Fetzer | |
Allows to compile on arm based targets. | |||
2016-09-05 | [cmake] Make AML an optional dependency on Linux | Christian Fetzer | |
There is some hardware that uses AML on Linux (ODROID-C1). | |||
2016-09-05 | [cmake] EGL is no longer an optional dependency | Christian Fetzer | |
2016-09-05 | [cmake] Fix X11 defaulting to AUTO instead ON on Linux and BSD | Christian Fetzer | |
- Load includes before setting options. Otherwise CORE_SYSTEM_NAME cannot be used. - Variable is named CORE_SYSTEM_NAME instead CORE_SYSTEM_TYPE. | |||
2016-09-05 | [cmake] Uniformize addon-bindings.mk parsing | h.udo | |
2016-09-05 | [cpack/DEB] Make sure CPack respects CMAKE_INSTALL_PREFIX | h.udo | |
2016-09-05 | [cmake] Fix in-tree addon build env after 4a65001 | h.udo | |
2016-09-04 | [cmake] Add uninstall target for linux | Christian Fetzer | |
2016-09-04 | [cmake] Don't install/mirror skins and audioencoder plugins twice | Christian Fetzer | |
Skins are already handled in main CMakeLists.txt. Audioencoders are listed twice in installdata. | |||
2016-09-04 | Merge pull request #10372 from wsnipex/cmake_sse | Wolfgang Schupp | |
[cmake] fix sse detection | |||
2016-09-04 | Merge pull request #10350 from fetzerch/cmake_valgrind | Christian Fetzer | |
[cmake/linux] Add target to execute tests with valgrind | |||
2016-09-03 | [cmake] linux: replace custom (sudo) install target, it's not allowed ↵ | wsnipex | |
anymore in cmake 3 | |||
2016-09-01 | [cmake] modernize and fix SSE detection on non x86 | wsnipex | |
2016-08-29 | [binary-addons] linux: use multi-arch install dirs | wsnipex | |
2016-08-29 | [cmake] linux: use proper multi-arch install dirs | wsnipex | |
2016-08-29 | [cmake] Samba is an optional dependency | wsnipex | |
2016-08-29 | [cmake] don't use multi-arch for internal/wrapped libs | wsnipex | |
2016-08-29 | [cmake] Fix lib/lib64 paths by using GNUInstallDirs module | Christian Fetzer | |
2016-08-27 | [cmake] linux: explicitly enable sse on i386 | wsnipex | |
2016-08-27 | [cmake] allow overriding ffmpeg, libdvd, crossguid download URL with local ↵ | wsnipex | |
tarball |