aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-08-06Finally get rid of the VS solution!legacy_drop_vsPä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.1Martijn Kaijser
2016-08-04[droid] fix build and cleanup after b04140e5db6859178d00a9adb9b46b64e8c708c5wsnipex
2016-08-03[droid] remove google-breakpadMartijn Kaijser
2016-08-01Merge pull request #9567 from mrdominuzq/xbmc-rpllibassMartijn Kaijser
[Depends] libass get rid of rpl
2016-07-30[estuary] Add resources folder to build scriptsBigNoid
2016-07-27[cmake] Group sources and targets into foldersChristian Fetzer
2016-07-25Merge pull request #10163 from fetzerch/addons_install_toolchainChristian Fetzer
[depends] Install config-binaddons.site and Toolchain_binaddons.cmake
2016-07-24[depends] Install config-binaddons.site and Toolchain_binaddons.cmakeChristian 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-24Move win32 files to their own platform folderKolja Lampe
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