Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-21 | Merge pull request #10497 from afedchin/ffmpeg_msvc_fix | Anton Fedchin | |
[mingwlibs] a set of small fixes for ffmpeg build proc. | |||
2016-09-21 | Merge pull request #10515 from wsnipex/cmake_sudo | Wolfgang Schupp | |
[depends] fix binary-addon install when not cross-compiling (fixes #16916) | |||
2016-09-21 | [buildsteps] win32: ffmpeg: fixed possible build hang if ffmpeg build failed. | Anton Fedchin | |
2016-09-21 | [buildsteps] win32: ffmpeg: disable unused dxva2 support (also fixes linking ↵ | Anton Fedchin | |
with msvc toolchain). | |||
2016-09-21 | [buildsteps] win32: fix build ffmpeg with msvc toolchain. | Anton Fedchin | |
2016-09-21 | [buildsteps] win32: use proper way to set VC env vars (depends on build arch). | Anton Fedchin | |
2016-09-20 | [depends] - allow osx sdk 10.12 | Memphiz | |
2016-09-18 | Check if core_pattern contains a pipe to a program | Maarten Bezemer | |
2016-09-18 | [depends] fix binary-addon install when not cross-compiling | wsnipex | |
2016-09-07 | [NDK21] mysql | Chris Koying Browet | |
Thanks @davilla | |||
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-03 | [cmake] linux: replace custom (sudo) install target, it's not allowed ↵ | wsnipex | |
anymore in cmake 3 | |||
2016-09-03 | Merge pull request #10357 from fritsch/ffmpeg-3.1.3 | Martijn Kaijser | |
FFmpeg: Bump to 3.1.3-Krypton-Beta3 | |||
2016-08-30 | [depends] gnutls 3.4.14 and nettle 3.2 | mrdominuzq | |
it only applies to android now #10354 | |||
2016-08-28 | FFmpeg: Bump to 3.1.3-Krypton-Beta3 | fritsch | |
2016-08-26 | [linux] fix high CPU usage with nvidia cards | wsnipex | |
2016-08-13 | [XBMCHelper] - bumped to version 0.8 | Memphiz | |
2016-08-13 | [XBMCHelper] - when launchd is used - ensure that the xbmc helper process is ↵ | Memphiz | |
restarted in case of exit | |||
2016-08-13 | [XBMCHelper] - ensure only one instance is started | Memphiz | |
2016-08-13 | [XBMCHelper] - log config | Memphiz | |
2016-08-13 | [XBMCHelper] - cosmetics/codestyle | Memphiz | |
2016-08-13 | [XBMCHelper] - updated HIDRemote class to version 1.4 | Memphiz | |
2016-08-11 | Merge pull request #10257 from hudokkow/cmake_addons_clean | jenkins4kodi | |
2016-08-09 | [depends/rbpi] Prevent CMake from using /usr prefix | Christian Fetzer | |
On the Raspberry Pi `use_sdk_path` and `use_toolchain` expands to empty variables and `/usr` (and others) end up being used in `CMAKE_FIND_ROOT_PATH` and `CMAKE_LIBRARY_PATH`. Since the depends path has higher priority, this only affects dependencies that were not found (but are used on other platforms). This fixes warning messages such as: -- Could NOT find PulseAudio: Found unsuitable version "1.1.0", but required is at least "2.0.0" (found PULSEAUDIO_LIBRARY-NOTFOUND) -- Could NOT find VAAPI: Found unsuitable version "0.32.0", but required is at least "0.38.0" (found VAAPI_libva_LIBRARY-NOTFOUND) | |||
2016-08-09 | Merge pull request #10262 from fritsch/ffmpegmp3 | da-anda | |
FFmpeg: Bump to 3.1.2-Krypton-Beta1 | |||
2016-08-09 | Merge pull request #10250 from MartijnKaijser/expat | jenkins4kodi | |
2016-08-09 | FFmpeg: Bump to 3.1.2-Krypton-Beta1 | fritsch | |
2016-08-07 | [autotools][cmake] XBMCROOT -> CORE_SOURCE_DIR | h.udo | |
2016-08-07 | [depends] expat 2.2.0 | Martijn Kaijser | |
2016-08-07 | FFmpeg: Bump to 3.1.1-Krypton-Beta1 | fritsch | |
2016-08-06 | Merge pull request #10232 from Paxxi/drop_vs | Pär Björklund | |
[xbmc/win32/improvement] Finally get rid of the VS solution! | |||
2016-08-06 | Finally get rid of the VS solution!legacy_drop_vs | Pär Björklund | |
This drops the VS2010Express directory and modifies BuildSetup.bat to only use cmake. No more horrible xml merge conflicts :) | |||
2016-08-04 | [depends] curl 7.50.1 | Martijn Kaijser | |
2016-08-04 | [droid] fix build and cleanup after b04140e5db6859178d00a9adb9b46b64e8c708c5 | wsnipex | |
2016-08-03 | [droid] remove google-breakpad | Martijn Kaijser | |
2016-08-01 | Merge pull request #9567 from mrdominuzq/xbmc-rpllibass | Martijn Kaijser | |
[Depends] libass get rid of rpl | |||
2016-07-30 | [estuary] Add resources folder to build scripts | BigNoid | |
2016-07-27 | [cmake] Group sources and targets into folders | Christian Fetzer | |
2016-07-25 | Merge pull request #10163 from fetzerch/addons_install_toolchain | Christian Fetzer | |
[depends] Install config-binaddons.site and Toolchain_binaddons.cmake | |||
2016-07-24 | [depends] Install config-binaddons.site and Toolchain_binaddons.cmake | Christian Fetzer | |
Installing those two files allows to use xbmc-addons.include to build addons only with the installed depends. That way multiple versions of depends (android-arm, android-x86, ...) can be built and installed from one kodi source tree. Afterwards the source tree can be cleaned completely. When building with CMake, this enables to configure with `-DCMAKE_TOOLCHAIN_FILE=/opt/xbmc-depends/<platform>/share/Toolchain.cmake` and compile the binary addons afterwards with `make binary-addons ADDONS="visualization.spectrum"`. | |||
2016-07-24 | Move win32 files to their own platform folder | Kolja Lampe | |
2016-07-21 | [cmake] Let ExternalProject_Add figure out the right 'make' command | Christian Fetzer | |
ExternalProject.cmake sets a default BUILD_COMMAND to 'make'. Not overriding it has the advantage that it figures out the best option itself (including passing down parallel build parameters). This fixes the Ninja build on Linux due to a problem introduced in 810895469a621c2eb25dbb2ef4aba75ecf067c8b where ninja would be used to build ffmpeg and cpluff (which doesn't work). | |||
2016-07-20 | Merge pull request #9987 from hudokkow/cpack_debian | Cristiano A. Silva | |
[cmake/cpack] Debian packages generation | |||
2016-07-20 | [cmake] Build kodi-wiiremote | h.udo | |
2016-07-19 | Merge pull request #10138 from Razzeee/headset | Martijn Kaijser | |
FIX: HEADSET_PLUG broadcast intent is code-only | |||
2016-07-19 | Merge pull request #10095 from fetzerch/cmake_codecoverage | Wolfgang Schupp | |
[cmake/linux] Code coverage | |||
2016-07-19 | FIX: HEADSET_PLUG broadcast intent is code-only | Chris Koying Browet | |
Conflicts: xbmc/android/activity/XBMCApp.cpp | |||
2016-07-17 | Forgot to update the path here to reflect the new dll location | Pär Björklund | |
2016-07-17 | Cleanup work that started with running as Win10 app | Pär Björklund | |
UWP(project centennial) does not allow AddDllDirectory which we don't really need anyway but it's use made the folder structure pretty. Since we run perfectly fine without it both native and as UWP I decided to drop it completely. To make the build, installer and debugging experience easier this led to plenty of changes to packages and build scripts to output all dlls into /system/ instead of different folders. While moving stuff around some dependencies got updated, it's possible that we can use java menus in bluray movies now, not tested. EasyHook just got repackaged to fit the new folder structure. The rebuilding of dependencies led to us being able to drop old vcredist files which also simplifies installer and packaging, especially for UWP. Some minor cleanup along the way as well | |||
2016-07-17 | Merge pull request #10060 from tamland/addon_screenshots | tamland | |
[addons] screeshot support |