Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-13 | Merge pull request #10910 from garbear/fix-skipping | jenkins4kodi | |
2016-11-12 | [controller dialog] Fix skipping buttons due to acceleratomers, buggy ↵ | Garrett Brown | |
triggers, etc. | |||
2016-11-11 | [cec] bump to libCEC 4.0.0 | Lars Op den Kamp | |
2016-11-10 | [cmake] Allow building add-ons by regex match without bootstrapping first | h.udo | |
2016-11-09 | Merge pull request #10900 from hudokkow/cmake_separate_arguments | Cristiano A. Silva | |
[cmake] separate_arguments() is stupid | |||
2016-11-09 | Merge pull request #10897 from fetzerch/cmake_platform_override | Christian Fetzer | |
[cmake] Fix issue with PLATFORM_OVERRIDE (on linux) | |||
2016-11-09 | [cmake] separate_arguments() is stupid | h.udo | |
2016-11-08 | Merge pull request #10882 from garbear/new-controllers | Garrett Brown | |
Ask user to configure new controllers (once) | |||
2016-11-08 | Show controller dialog if the user connects an unmapped controller | Garrett Brown | |
2016-11-08 | [cmake] Don't allow ENABLE_STATIC_LIBS to be changed by users | Christian Fetzer | |
This option was mainly added as convenience for CMake devs. It's not intended to be changed by users. | |||
2016-11-07 | Merge pull request #10785 from ronie/privacypolicy | Martijn Kaijser | |
add privacy policy | |||
2016-11-07 | update build files | ronie | |
2016-11-06 | [cmake] Fix finding Python on masOS | Christian Fetzer | |
On macOS, use package config for Python. | |||
2016-11-06 | [cmake/tests] Introduce variable to determine if we can execute build artefacts | Christian Fetzer | |
CMAKE_CROSSCOMPILING is set on all platforms if a Toolchain file is used. Even if we use a toolchain file, we still want to be able to execute unit tests on the build host for Linux and OSX. Introduce a new variable for this. | |||
2016-11-06 | [cmake/TexturePacker] TexturePacker on darwin covered by CMAKE_CROSSCOMPILE | Christian Fetzer | |
Toolchain now sets CMAKE_CROSSCOMPILE on osx and ios. | |||
2016-11-06 | Merge pull request #10849 from fetzerch/cmake_doc | Christian Fetzer | |
[cmake] Add doc target that builds the doxygen documentation | |||
2016-11-05 | Merge pull request #10784 from Paxxi/libass | Pär Björklund | |
[deps][fix][win32] Fix embedded fonts in libass | |||
2016-11-05 | [binary-addons] Rename DEPENDS_PATH into ADDON_DEPENDS_PATH | Christian Fetzer | |
DEPENDS_PATH is used twice in the code build system it's set to the system depends path (via toolchain file). In the addon system it's used to point to the place where addon dependencies should be built. This change renames the variable for binary-addons to ADDON_DEPENDS_PATH. The toolchain file can then be used for local addon builds. | |||
2016-11-04 | [cmake] Add doc target that builds the doxygen documentation | Christian Fetzer | |
2016-11-03 | Merge pull request #10837 from fetzerch/cmake_cleanup | Christian Fetzer | |
[cmake/cleanup] file(REMOVE/REMOVE_RECURSE) ignores non existing files | |||
2016-11-03 | Merge pull request #10836 from fetzerch/cmake_android_addon_fix | Christian Fetzer | |
[cmake/android] Fix binary-addon packaging | |||
2016-11-02 | [win32] Set minimum Windows 10 version for UWP to be installed which ↵ | Martijn Kaijser | |
contains fix for BSOD https://support.microsoft.com/en-gb/kb/3197954 | |||
2016-11-01 | Merge pull request #10829 from wsnipex/xml2 | Wolfgang Schupp | |
[cmake] add our own FindLibXml2.cmake, needed for static libs | |||
2016-11-01 | [cmake/cleanup] file(REMOVE/REMOVE_RECURSE) ignores non existing files | Christian Fetzer | |
There's no need to protect `file(REMOVE/REMOVE_RECURSE)` calls by `if(EXISTS)`. | |||
2016-11-01 | [cmake] Fix unstable check_install_permissions | Christian Fetzer | |
The function execute_process does not execute multiple COMMANDS sequentially. They are executed in parallel with in/output piped to the next COMMAND. Therefore execute commands with separate calls and simply check if the files exist afterwards. Fixes also android binary-addon packaging. | |||
2016-10-31 | [cmake/android] Attempt to fix binary-addon packaging | Christian Fetzer | |
Split touch in two commands because it's not mentioned in the documentation that touch takes multiple parameters. https://cmake.org/cmake/help/latest/manual/cmake.1.html#command-line-tool-mode | |||
2016-10-31 | [binary-addons] Clean patch file in add_addon_depends | Christian Fetzer | |
Make sure that we clean the generated patch file so that a rerun of cmake doesn't end up trying to apply the same patch multiple times. This happens with make clean && make is used. | |||
2016-10-31 | [cmake/readme] Fix variable name for addon build | Christian Fetzer | |
The target is compiled into the directory given under `${APP_NAME_UC}_BUILD_DIR`. See AddonHelpers.cmake. | |||
2016-10-30 | Merge pull request #10815 from peak3d/settings_xml_in | Markus Pfau | |
allow settings.xml.in | |||
2016-10-30 | Add patch from taxigps and don't blindly assume that Arial is the fallback font | Pär Björklund | |
2016-10-30 | New build of libass, try to not smash the stack | Pär Björklund | |
2016-10-30 | Update libass | Pär Björklund | |
Custom libass which supports font enumeration of customer fonts. Seems to work but needs more testing | |||
2016-10-30 | [cmake] add our own FindLibXml2.cmake, needed for static libs | wsnipex | |
2016-10-30 | allow settings.xml.in | Markus Pfau | |
2016-10-29 | [cmake/tmp] Add more log input to analyze android binary addon packaging ↵ | Christian Fetzer | |
failures This commit should be reverted once the issue is understood and resolved. | |||
2016-10-29 | [cmake] Log directory for which install permissions/sudo are needed | Christian Fetzer | |
2016-10-28 | [linux] use appname instead of hardcoding kodi | ronie | |
2016-10-27 | Revert "[xbmc][win]Build addons with debug info on Windows" | Martijn Kaijser | |
2016-10-24 | [win32] .url extension is not allowed to be registered for UWP apps | Martijn Kaijser | |
2016-10-23 | Build addons with debug info on Windows | Pär Björklund | |
Change buildsetup to bundle all our PDB files into an archive, should hopefully make it easier to look at addon crashes | |||
2016-10-19 | [cmake/addons] - pass our toolchain when manually calling cmake | Memphiz | |
2016-10-16 | Merge pull request #10710 from MartijnKaijser/uwp_fileext | Martijn Kaijser | |
[win32] extend UWP with capabilities and file associations | |||
2016-10-16 | [win32] extend UWP with capabilities and file associations | Martijn Kaijser | |
2016-10-16 | Merge pull request #10712 from ronie/uisounds | Martijn Kaijser | |
remove last references to confluence | |||
2016-10-16 | rename ui sound addon | ronie | |
2016-10-15 | Merge pull request #10703 from hudokkow/cmake_build_addon | Cristiano A. Silva | |
[cmake] Fix build_addon() macro | |||
2016-10-15 | Merge pull request #10683 from wsnipex/aarch64 | Wolfgang Schupp | |
[android] don't strip binaries in debug builds | |||
2016-10-14 | [cmake] Fix build_addon() macro | h.udo | |
2016-10-13 | [cmake] set debug flags when doing debug builds | wsnipex | |
2016-10-12 | [cmake/android] Let kodi library depend on kodi-libraries | Christian Fetzer | |
When building for android 'make kodi' couldn't build the shared libraries (as it was causing a circular dependency). This has been resolved with https://github.com/xbmc/xbmc/pull/10659/commits/88f02f22ff4eae428473e11d49d7728ad505978c. |