aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-06-02Merge pull request #12201 from hudokkow/texturepacker_warningsMartijn Kaijser
[TexturePacker] Silence warnings
2017-05-30Merge pull request #12192 from Hedda/patch-7Martijn Kaijser
[depends] update libmicrohttpd to 0.9.55
2017-05-30Merge pull request #12059 from Memphiz/osx_droidMartijn Kaijser
[OSX] - fix compilation for android on OSX hosts.
2017-05-30Merge pull request #12176 from coypoop/masterMartijn Kaijser
Remove fallback definition of FILE
2017-05-30[TexturePacker] Silence warningsh.udo
2017-05-30[fix] Nuke 'libpng warning: iCCP: known incorrect sRGB profile' warningsh.udo
2017-05-30Add Chinese localgiwhub
2017-05-29Merge pull request #12169 from koying/addstartatbootLMartijn Kaijser
ADD: [droid] allow autostarting at boot (via xbmc_env.proprties)
2017-05-29[depends] update libmicrohttpd to 0.9.55Hedda
Update libmicrohttpd to 0.9.55 bug-fix release minor to fix issues uncovered by a security audit as per http://lists.gnu.org/archive/html/info-gnu/2017-05/msg00014.html
2017-05-27GC _FILE_DEFINEDMaya Rashish
_FILE_DEFINED is the include guard for stdio.h on Windows. We no longer provide a fallback of definition of FILE (which doesn't match most systems) in the case !_FILE_DEFINED, so the definition is now unnecessary.
2017-05-27ADD: [droid] allow autostarting at boot (via xbmc_env.proprties)Chris Browet
2017-05-27Allow moving app to SD CardEion Robb
2017-05-26CHG: [droid;amc] Dynamic surface view instancesChris "Koying" Browet
2017-05-26Merge pull request #12165 from MartijnKaijser/droid_o_bannerMartijn Kaijser
[android] Android O dropped some legacy stuff so let's actually add "…
2017-05-25Ignore RapidJSON download artifactSebastian Bauer
2017-05-25Makefile fix for rapidjsonSebastian Bauer
So it works also if this Makefile.include is not available. This is simliar to other dependencies.
2017-05-22[depends] Bump samba-gplv3 to version 4.1.23Rechi
2017-05-20[cmake/cpluff] - ensure that cpluff configure is forced to use ranlib and ar ↵Memphiz
from the toolchain
2017-05-20[cmake/droid] - ensure to use the objdump from the toolchainMemphiz
2017-05-20[depends/droid] - fix cross compilation of zlib on osx (and maybe others)Memphiz
2017-05-20[android] Android O dropped some legacy stuff so let's actually add "banner" ↵Martijn Kaijser
as it should
2017-05-17[buildsteps][windows] postfix setup filename with architectureRechi
2017-05-15Merge pull request #12093 from Rechi/dependsFFmpegIos64Rechi
[depends] ffmpeg: fix build for iOS 64 bit
2017-05-15[buildsteps][windows] download-msys2: disable build32 if build64 specifiedRechi
split long lines into multiple lines, otherwise a goto label may not be found
2017-05-15[depends] ffmpeg: fix build for iOS 64 bitRechi
2017-05-14Merge pull request #12017 from Rechi/dependsDarwinRechi
[depends][darwin] configure: remove special tarballs dir & nativeprefix
2017-05-14[depends] ffmpeg: don't enable vdpau & vaapi on raspberry-piRechi
2017-05-14windows: rename fmpeg_options to ffmpeg_optionsRainer Hochecker
2017-05-12ffmpeg options: drop enable-memalign-hackRainer Hochecker
dropped by ffmpeg
2017-05-12bump ffmpeg to 3.3Rainer Hochecker
2017-05-12[depends][darwin] configure: remove special tarballs dir & nativeprefixRechi
2017-05-12[cleanup] remove autotools leftoversRechi
2017-05-12[cosmetics] Copyright year update, xbmc.org to kodi.tv (#11976)kekePower
[cosmetics] Copyright year update, xbmc.org to kodi.tv
2017-05-12[depends] libcec: don't query git informationRechi
2017-05-11[buildsteps][windows] download ffmpeg, gnutls & libdvd* to a location not ↵Rechi
cleaned by prepare-env
2017-05-11[buildsteps][windows] git clean optimizationsRechi
- remove directories with .git subdirectory - don't remove vcredist
2017-05-08[buildsteps][windows] add x64Rechi
2017-05-08[windows][installer] set InstallDir for x64Rechi
2017-05-02[buildsteps][windows] run-tests: use 64-bit toolset if availableRechi
2017-05-01[buildsteps][windows] fix BuildSetup.bat after 0a14316Rechi
- Jenkins passes nobinaryaddons as 5th parameter - allow to run make-addons before BuildSetup and also keep them
2017-04-29[buildsteps][windows] add old path forwarding scriptsRechi
Allows to build with the same jenkins buildsteps v17 and master.
2017-04-29[buildsteps][windows] run-testsRechi
2017-04-29[buildsteps][windows] BuildSetup.batRechi
2017-04-29[buildsteps][windows] make-addonsRechi
2017-04-29[buildsteps][windows] bootstrap-addonsRechi
2017-04-29[buildsteps][windows] make-mingwlibsRechi
2017-04-29[buildsteps][windows] downloadRechi
2017-04-29[buildsteps][windows] prepare-envRechi
2017-04-29[buildsteps][windows] remove unused filesRechi
2017-04-28[buildsteps][windows] adapt run-tests to cmakeRechi