aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2018-03-25fix building kodi on OSX with SDL2 installedRainer Hochecker
2018-03-16add support for RPi3graysky
2018-03-08FIX: [droid;x86] libgpg-error buildChris Koying Browet
2018-02-25Merge pull request #13580 from peak3d/giMarkus Pfau
extend aarch64 pattern in .gitignore
2018-02-25[GIT] correct arm / aarch64 tools depends folder in .gitignorepeak3d
2018-02-20[win10] bump SDK versionAnton Fedchin
2018-02-14[cmake] use ccache for internal ffmpegRechi
2018-02-13[buildsteps] add freebsdRechi
2018-02-12Merge pull request #13534 from notspiff/forward_compilers_ffmpegWolfgang Schupp
changed: forward cmake compilers to ffmpeg
2018-02-12changed: forward cmake compilers to ffmpegnotspiff
not only when cross compiling. you'd expect ffmpeg built with clang if you configure cmake for clang.
2018-02-11[buildsteps] linux-amlRechi
2018-02-11[buildsteps] linux64-gbmRechi
2018-02-11[depends] add libamcodecRechi
2018-02-11[depends] add --with-platform=(aml|gbm|mir|wayland)Rechi
2018-02-11[depends][configure] handle basic rbpi settings at (arm|aarch64)*-*-linux-gnu*Rechi
2018-02-11[depends] nettle: disable -fPIC/-fpic detectionRechi
-fPIC is already in CFLAGS and shouldn't be overwritten with -fpic on linux
2018-02-11[libdvd] Bump to latest versions libdvdcss 1.4.1 libdvdread/libdvdnav 6.0.0Voyager1
2018-02-09[depends][configure] unify (i*86|x86_64) linuxRechi
2018-02-09[depends][configure] unify (arm|aarch) linuxRechi
2018-02-09[depends][configure] unify (arm|aarch64|i*86) androidRechi
2018-02-09[depends][cleanup] CLEAN_FILES is unusedRechi
2018-02-07Merge pull request #13471 from popcornmix/guidbuildWolfgang Schupp
depends: Fix guid build
2018-02-07[depends] replace mysql with mariadb 3.0.3Rechi
2018-02-06depends: Fix guid buildpopcornmix
Avoids error with gcc4.9: guid.cpp:112:25: error: range-based 'for' loops are not allowed in C++98 mode
2018-02-05Merge pull request #13472 from peak3d/stripRechi
[FFMPEG] add strip command
2018-02-05[FFMPEG] add strip configure option for crosscompilingpeak3d
2018-02-04[depends] gnutls: don't use getentropy on darwin systemsRechi
2018-02-03[osx] use Xcode 9 and OS X 10.13 SDKRechi
2018-02-03[ios] use Xcode 9 and iOS 11.0 SDKRechi
2018-02-03[osx] deployment target is 10.8Rechi
2018-02-03[ios] bump deployment target to 9.0Rechi
2018-01-28Merge pull request #13420 from peak3d/sdk26Markus Pfau
[Android] default sdk=android-26 / update doc
2018-01-26[Android] default sdk=android-26 / update docpeak3d
2018-01-25FIX: [droid;gradle] override aaptOptionsChris Koying Browet
2018-01-25[depends] fix crossguid & libfmt rebuild detectionRechi
2018-01-25[depends] touch LIBDYLIBRechi
2018-01-25[depends] fix LIBDYLIB definitionsRechi
2018-01-25[depends] fix ffmpeg rebuild detectionRechi
2018-01-25[depends] add missing patches to DEPSRechi
2018-01-25[depends] native depends may also need rebuilding after Makefile.include changedRechi
2018-01-25[depends] fix indentationRechi
2018-01-25[depends][cleanup] libmicrohttpd: memmem got removed in 0.9.51Rechi
2018-01-25[depends][cleanup] has_libcrystax is unusedRechi
2018-01-25[depends][cleanup] use_neon is unusedRechi
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
I used the command grep --include={\*.cpp,\*.h} -rnl './' -e "http://xbmc.org" | xargs -i@ sed -i 's/http\:\/\/xbmc\.org/http\:\/\/kodi\.tv/g' @ to change every http://xbmc.org to http://kodi.tv in *.cpp and *.h files
2018-01-24convert CRLF to LF line endingsRechi
2018-01-23[depends] curl: make sure openssl is compiled inwsnipex
2018-01-21CHG: [droid] Draw GUI on own ViewChris "Koying" Browet
2018-01-20FIX: [droid] let gradle handle debuggableChris Koying Browet
2018-01-18Merge pull request #13388 from afedchin/win10-backgroundAnton Fedchin
[win10] make the uwp app working in background and handles media butt…