aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2018-08-22Merge pull request #14335 from MilhouseVH/fix_kodi-send_-aArne Morten Kvarving
kodi-send: restore -a support broken by #13804
2018-08-22Merge pull request #14328 from Rechi/depends/fmtWolfgang Schupp
[depends] bump libfmt to 5.1.0
2018-08-21kodi-send: restore -a support broken by #13804MilhouseVH
2018-08-21[depends] Fix standalone build of flatbuffers with GCC 8.1Garrett Brown
2018-08-21Merge pull request #14309 from garbear/warningsGarrett Brown
Fix compiler warnings
2018-08-20[OSX]XBMCHelper: Silence compiler warningGarrett Brown
Warning was: XBMCHelper.m:219:10: warning: 8 enumeration values not handled in switch
2018-08-20[depends] bump libfmt to 5.1.0Rechi
2018-08-19[jenkins] fix rebuild detectionRechi
build type has to be considered, as it also changes depends prefix
2018-08-14tools/depends: Add FlatBuffers v1.9.0 compiler and headersGarrett Brown
This adds the flatc compiler to native depends and the flatbuffer headers to target depends.
2018-08-09Merge pull request #14182 from Memphiz/ios11_jailbreakMemphiz
Ios11 jailbreak
2018-08-03Merge pull request #14234 from a1rwulf/gbm-gla1rwulf
OpenGL support for the GBM windowing system
2018-08-02Windowing: GBM - add OpenGL supportWolfgang Haupt
2018-08-01[depends] bump openssl to 1.1.0hRechi
2018-08-01[depends] build openssl staticRechi
2018-08-01[depends] update SSL CA trust storeRechi
2018-07-30Removed the Channel.isBrowsable Testfehritale
2018-07-28[depends] ffmpeg: fix mips buildBernd Kuhls
ffmpeg renamed configure option mipsdspr1 to mipsdsp http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a27401a05ba31fe4a8f7824d376c1d48d2e571a9
2018-07-27[license] Nuke copying.txt. It's a copy of LICENSE.mdh.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-07-25changed: use libfstrcmpArne Morten Kvarving
2018-07-23[depends] bump python27 to 2.7.15Rechi
2018-07-23[depends][python27] uniformize patchesRechi
2018-07-22FFmpeg: Bump to 4.0.2-Leia-Alpha3Rechi
2018-07-20[target/entitlements] - add ios11 jailbreak entitlementsMemphiz
2018-07-20[ios/deb]: - reload uicache after installing deb on ios11 jailbreakMemphiz
2018-07-20[ios/codesign]: - do proper fake sign for ios11 jailbreakMemphiz
2018-07-16[mir] Drop platformh.udo
2018-07-11Codesign: - adapted to ldid2Memphiz
2018-07-11[depends/native] - switch to ldid2 (allows fake signing arm64 binaries)Memphiz
2018-07-11[ios/codesign]: - do the fakesign on the whole app not only the binaryMemphiz
2018-07-03[tools/depends/README] Update content to markdownh.udo
2018-07-03[LICENSE] Update content to markdownh.udo
Verbatim copy of https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
2018-07-03[files] Rename to markdown formath.udo
2018-06-28FFmpeg: Bump to 4.0.1-Leia-Alpha-3Rechi
2018-06-21Merge pull request #14081 from peak3d/audiotrack18.0a2-LeiaMarkus Pfau
Implement SDK21 AudioTrack constructor
2018-06-20changed: remove internal sftp supportnotspiff
2018-06-19Implement SDK21 AudioTrack constructorpeak3d
2018-06-19[depends] use MAKE variable instead of make commandRechi
fixes building binary addons on FreeBSD, by using gmake for getting supported_addons too
2018-06-16[Android] Reactivate screensaver after lock releasepeak3d
2018-06-15Merge pull request #14017 from wsnipex/ffmpeg-optsWolfgang Schupp
[cmake] pass vaapi and vdpau options to internal ffmpeg
2018-06-13Fix Season no. displayed for launcher Channels.Tinwarble
This fixes the issue of the Season number being the same as the Episode number when adding Channel for TV episodes in the Android TV Home launcher.
2018-06-12[tools] nuke whitespaceh.udo
2018-06-12[TexturePacker] Nuke include guardsh.udo
2018-06-12[EventClients] Nuke include guardsh.udo
2018-06-12[TexturePacker] pragma once positionh.udo
2018-06-12[EventClients] pragma once positionh.udo
2018-06-11ADD: [droid] support for binary addons by repoChris "Koying" Browet
2018-06-11[cmake] ffmpeg: remove workaround for ccache, pass the options insteadwsnipex
2018-06-07kodi-send: Add option to wait for a given time in macrosDániel Zoltán Tolnai
2018-06-07kodi-send: Use IP address as client tokenDániel Zoltán Tolnai
Sending the packets with uid=0 makes the server register the client using its IP as client token. This prevents registering consecutive runs as different clients and filling the server side buffer.