aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-07-21[cmake] Let ExternalProject_Add figure out the right 'make' commandChristian 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-20Merge pull request #9987 from hudokkow/cpack_debianCristiano A. Silva
[cmake/cpack] Debian packages generation
2016-07-20[cmake] Build kodi-wiiremoteh.udo
2016-07-19Merge pull request #10138 from Razzeee/headsetMartijn Kaijser
FIX: HEADSET_PLUG broadcast intent is code-only
2016-07-19Merge pull request #10095 from fetzerch/cmake_codecoverageWolfgang Schupp
[cmake/linux] Code coverage
2016-07-19FIX: HEADSET_PLUG broadcast intent is code-onlyChris Koying Browet
Conflicts: xbmc/android/activity/XBMCApp.cpp
2016-07-17Forgot to update the path here to reflect the new dll locationPär Björklund
2016-07-17Cleanup work that started with running as Win10 appPä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-17Merge pull request #10060 from tamland/addon_screenshotstamland
[addons] screeshot support
2016-07-15[win32] fix testbuildsMartijn Kaijser
2016-07-13[estouchy] add screenshotsThomas Amland
2016-07-11[buildsteps/linux] Run tests with Code Coverage report generationChristian Fetzer
2016-07-11[depends/cmakebuildsys] Pass Configuration to the buildChristian Fetzer
2016-07-10Merge pull request #10086 from stefansaraev/curl-nortmpWolfgang Schupp
[depends] build curl without librtmp support
2016-07-09Merge pull request #10087 from Fneufneu/freebsd_cmakeChristian Fetzer
Freebsd cmake
2016-07-09[cmake] do not hardcode make commandFneufneu
use CMAKE_MAKE_PROGRAM variable to fix FreeBSD build
2016-07-09[cmake] fix ffmpeg freebsd buildFneufneu
reuse linux args
2016-07-07[depends] build curl without librtmp supportStefan 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-07Revert "[android/packaging] Sync rtmp removal"Christian Fetzer
2016-07-06Merge pull request #10017 from fetzerch/cmake-fix-rtmpChristian Fetzer
[android/packaging] Sync rtmp removal
2016-07-04Merge pull request #10056 from MartijnKaijser/libblurayjenkins4kodi
2016-07-04Merge pull request #10049 from hudokkow/eventclient_cleanupCristiano A. Silva
[eventclients] Nuke J2ME
2016-07-03FFmpeg: Bump to version 3.1.1-Krypton-Alpha3fritsch
2016-07-01[depends] libomxil-bellagio is not usedMartijn Kaijser
2016-07-01[depends] libbluray 0.9.3Martijn Kaijser
2016-07-01[eventclients] Nuke J2MEh.udo
2016-07-01Merge pull request #10048 from MartijnKaijser/libxsltjenkins4kodi
2016-06-30Merge pull request #10041 from wsnipex/bump-pythonMartijn Kaijser
[depends] bump python to 2.7.12
2016-06-29[depends] bump python to 2.7.12wsnipex
2016-06-23[depends] bump mDNSResponder to 625.41.2Rechi
2016-06-20[android/packaging] Sync rtmp removalChristian Fetzer
RTMP got removed in https://github.com/xbmc/xbmc/pull/9946.
2016-06-18Merge pull request #9996 from MartijnKaijser/rtmpdumpMartijn Kaijser
[depends] rtmpdump commit version fa8646d
2016-06-18[depends] jpeg lib isn't used anymoreMartijn Kaijser
2016-06-18[depends] libxslt 1.1.29Martijn Kaijser
2016-06-18[depends] rtmpdump commit version fa8646dMartijn Kaijser
2016-06-18[depends] remove libmodplug as it's now a binary add-onMartijn Kaijser
2016-06-16[depends] swig 3.0.10Martijn Kaijser
2016-06-16Merge pull request #9777 from Rechi/curlIPv6Wolfgang Schupp
[depends/curl] enable IPv6
2016-06-14Merge pull request #9943 from MartijnKaijser/gettextMartijn Kaijser
[depends] gettext 0.19.8
2016-06-14[depends] bump python to 2.7.11wsnipex
2016-06-12[depends] update libmicrohttpd to 0.9.50Martijn Kaijser
2016-06-11[depends] gettext 0.19.8Martijn Kaijser
2016-06-10Merge pull request #9938 from notspiff/depend_automakeStefan Saraev
fixed: tar depends on automake
2016-06-09fixed: tar depends on automakeArne Morten Kvarving
2016-06-09always build pic on linuxArne Morten Kvarving
2016-06-06Merge pull request #9895 from fetzerch/cmake_android_packagingChristian Fetzer
[cmake] Android Packaging
2016-06-05[cmake] Cosmetics: tools/depends/target/Toolchain.cmake indenth.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 PackagingChristian Fetzer
2016-06-01[cmake][tools/depends/target/crossguid/*] Cleanup code block terminationh.udo