Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-07-15 | [win32] fix testbuilds | Martijn Kaijser | |
2016-07-13 | [estouchy] add screenshots | Thomas Amland | |
2016-07-11 | [buildsteps/linux] Run tests with Code Coverage report generation | Christian Fetzer | |
2016-07-11 | [depends/cmakebuildsys] Pass Configuration to the build | Christian Fetzer | |
2016-07-10 | Merge pull request #10086 from stefansaraev/curl-nortmp | Wolfgang Schupp | |
[depends] build curl without librtmp support | |||
2016-07-09 | Merge pull request #10087 from Fneufneu/freebsd_cmake | Christian Fetzer | |
Freebsd cmake | |||
2016-07-09 | [cmake] do not hardcode make command | Fneufneu | |
use CMAKE_MAKE_PROGRAM variable to fix FreeBSD build | |||
2016-07-09 | [cmake] fix ffmpeg freebsd build | Fneufneu | |
reuse linux args | |||
2016-07-07 | [depends] build curl without librtmp support | Stefan Saraev | |
kodi now uses ffmpeg's own rtmp implementation, and optionaly inputstream.rtmp rtmp support was picked automaticlay by libcurl configure if librtmp header/libs are present in sysroot. no point linking our libcurl against librtmp now | |||
2016-07-07 | Revert "[android/packaging] Sync rtmp removal" | Christian Fetzer | |
2016-07-06 | Merge pull request #10017 from fetzerch/cmake-fix-rtmp | Christian Fetzer | |
[android/packaging] Sync rtmp removal | |||
2016-07-04 | Merge pull request #10056 from MartijnKaijser/libbluray | jenkins4kodi | |
2016-07-04 | Merge pull request #10049 from hudokkow/eventclient_cleanup | Cristiano A. Silva | |
[eventclients] Nuke J2ME | |||
2016-07-03 | FFmpeg: Bump to version 3.1.1-Krypton-Alpha3 | fritsch | |
2016-07-01 | [depends] libomxil-bellagio is not used | Martijn Kaijser | |
2016-07-01 | [depends] libbluray 0.9.3 | Martijn Kaijser | |
2016-07-01 | [eventclients] Nuke J2ME | h.udo | |
2016-07-01 | Merge pull request #10048 from MartijnKaijser/libxslt | jenkins4kodi | |
2016-06-30 | Merge pull request #10041 from wsnipex/bump-python | Martijn Kaijser | |
[depends] bump python to 2.7.12 | |||
2016-06-29 | [depends] bump python to 2.7.12 | wsnipex | |
2016-06-23 | [depends] bump mDNSResponder to 625.41.2 | Rechi | |
2016-06-20 | [android/packaging] Sync rtmp removal | Christian Fetzer | |
RTMP got removed in https://github.com/xbmc/xbmc/pull/9946. | |||
2016-06-18 | Merge pull request #9996 from MartijnKaijser/rtmpdump | Martijn Kaijser | |
[depends] rtmpdump commit version fa8646d | |||
2016-06-18 | [depends] jpeg lib isn't used anymore | Martijn Kaijser | |
2016-06-18 | [depends] libxslt 1.1.29 | Martijn Kaijser | |
2016-06-18 | [depends] rtmpdump commit version fa8646d | Martijn Kaijser | |
2016-06-18 | [depends] remove libmodplug as it's now a binary add-on | Martijn Kaijser | |
2016-06-16 | [depends] swig 3.0.10 | Martijn Kaijser | |
2016-06-16 | Merge pull request #9777 from Rechi/curlIPv6 | Wolfgang Schupp | |
[depends/curl] enable IPv6 | |||
2016-06-14 | Merge pull request #9943 from MartijnKaijser/gettext | Martijn Kaijser | |
[depends] gettext 0.19.8 | |||
2016-06-14 | [depends] bump python to 2.7.11 | wsnipex | |
2016-06-12 | [depends] update libmicrohttpd to 0.9.50 | Martijn Kaijser | |
2016-06-11 | [depends] gettext 0.19.8 | Martijn Kaijser | |
2016-06-10 | Merge pull request #9938 from notspiff/depend_automake | Stefan Saraev | |
fixed: tar depends on automake | |||
2016-06-09 | fixed: tar depends on automake | Arne Morten Kvarving | |
2016-06-09 | always build pic on linux | Arne Morten Kvarving | |
2016-06-06 | Merge pull request #9895 from fetzerch/cmake_android_packaging | Christian Fetzer | |
[cmake] Android Packaging | |||
2016-06-05 | [cmake] Cosmetics: tools/depends/target/Toolchain.cmake indent | h.udo | |
2016-06-05 | [cmake] Fix TravisCI OSX add-ons build: rename project/cmake/scripts/darwin ↵ | h.udo | |
folder to osx | |||
2016-06-05 | [cmake] Android Packaging | Christian Fetzer | |
2016-06-01 | [cmake][tools/depends/target/crossguid/*] Cleanup code block termination | h.udo | |