aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-11-03Merge pull request #12936 from wsnipex/cmake-fix-jsonWolfgang Schupp
[cmake] support building with ninja on posix platforms
2017-11-02[temp] hardcode package versionAnton Fedchin
2017-11-02[win10] buildsteps: do not make nsis installer for uwp + cosmeticsAnton Fedchin
2017-11-02[win10] build binary addons for uwpAnton Fedchin
2017-11-02[packaging] added packaging resources for uwpAnton Fedchin
2017-11-01[JsonSchemabuilder] adjust version parsingwsnipex
2017-10-31[addons][fix] Generate proj. files on Release modeNick Renieris
This is a fix that binary add-on devs have had to do manually for a while now for the build system to work. Credits: @Montellese who suggested it 2 years ago: https://forum.kodi.tv/showthread.php?tid=173361&pid=2097898#pid2097898. For some reason no-one has PR'ed it yet, so I did.
2017-10-30Merge pull request #12979 from Memphiz/highsierraKai Sommerfeld
[depends/osx] - fix the regex for finding the SDK verson ...
2017-10-30[depends/osx] - fix the regex for finding the SDK verson suitable for the ↵Memphiz
running host (make both Major.Minor.Patch and Major.Minor strings work) - fixes compiling with xcode9 under MacOS High Sierra (10.13)
2017-10-30FIX:[droid] pick proper toolchain gcc at configure timeChris Koying Browet
2017-10-30[android][versioning] use a dotted VERSION_CODERechi
2017-10-30[cleanup][windows] remove unused scriptRechi
2017-10-30[depends/native] - fix tar when built with xcode9 and run on sierra because ↵Memphiz
of unresolved symbol during lazy lookup
2017-10-30[depends/samba] - fixed compile for tvos with ios/tvos 11 sdk (missing ↵Memphiz
crt_extensions.h)
2017-10-30[depends/pythonmodule-pycryptodome] - use env compile options - fix native ↵Memphiz
flags leaking in from native python
2017-10-30[depends] - allow ios sdk 11Memphiz
2017-10-30[depends/native] - determine current osx version and use this as deployment ↵Memphiz
target for the native depends (should force that binaries are actually able to run on the compiling host even when using newer sdk versions)
2017-10-30[depends/native/autotools] - Added configure params for native toolchain ↵Lukas Obermann
with the new macosx sdk
2017-10-30[depends/cmake-native] - Updated CMake to 3.9.4 and patched for macosx 10.13Lukas Obermann
2017-10-30[depends/libgcrypt] - fix o flag munging by supporting -Og (debug ↵Memphiz
optimisations).
2017-10-30[depends] - Allow MacOSX 10.13 SDKLukas Obermann
2017-10-23[depends] bump curl to 7.56.1Rechi
2017-10-20msys2: change dirs for uwpAnton Fedchin
2017-10-20buildsteps: adapt download-dependencies.bat scriptsAnton Fedchin
2017-10-20BuildDependencies: re-arrange packages on the fly for new format.Anton Fedchin
The structure of a package will be changed with the following rules: system/*.* -> /bin project/BuildDependencies/bin/*.* -> /bin project/BuildDependencies/include/*.* -> /include project/BuildDependencies/lib/*.* -> /lib project/BuildDependencies/win32/*.* -> /<root> project/BuildDependencies/x64/*.* -> /<root>
2017-10-19Revert "[buildtools][windows] fail if patch doesn't succeed"Rechi
This reverts commit cd6702402057f2d7b602fb6ef1cf030dff9da9a5.
2017-10-15[buildtools][windows] fail if patch doesn't succeedRechi
2017-10-15bump ffmpeg to 3.4Rainer Hochecker
2017-10-11[depends] libgcrypt: fix Neon usage on armv7wsnipex
2017-10-11[depends] bump libgcrypt to 1.8.1Rechi
1.7.0 added 'asm: Allow building x86 and amd64 using old compilers' 1.7.0 added --disable-doc configure option 1.7.3 added __aarch64__ support in src/hwf-arm.c
2017-10-11[depends] remove unused libgcrypt patchesRechi
2017-10-09[depends] bump libgpg-error to 1.27Rechi
osx syscfg was added in version 1.25
2017-10-09[depends] bump gmp to 6.1.2Rechi
2017-10-08[depends] fix m4 crash for OSX 10.13Rechi
2017-10-08[depends] bump m4 to 1.4.18Rechi
2017-10-08FFmpeg: Bump to 3.3.4-Leia-Alpha-1Rechi
2017-10-08Merge pull request #12840 from FernetMenta/osxRechi
libcdio: add osx 10.13 patch
2017-10-01[depends][android] fix NDK split (e6c79d3bee)Rechi
use_ndk was renamed to use_ndk_path in configure.ac
2017-09-29FIX: [droid;obb] core getting largerChris "Koying" Browet
2017-09-28[XBMCHelper] - fixed up and down buttons on ir remotes with macOS High SierraMemphiz
2017-09-27Merge pull request #12781 from nicklauslittle/ffmpeg_Win64jenkins4kodi
2017-09-27libcdio: add osx 10.13 patchRainer Hochecker
2017-09-09Remove dependency on (un)zip where unwarrantedPhilipp Kerling
zip is only used for darwin codesigning. unzip is used both for codesigning and android. All other platforms do not use them, so no need to check for them.
2017-09-08FFmpeg: Bump to 3.3.3-Leia-Alpha-1Rechi
2017-09-07Fixed issues with Win64 build failing to build ffmpegNick Little
2017-09-01Merge pull request #12747 from PIPplware/v18_rbpi_compilationWolfgang Schupp
FFMPEG: Fixes rbpi compilation
2017-08-31[depends] bump alsa-lib to 1.1.4.1Rechi
2017-08-31[depends] alsa-lib: remove android specific patchesRechi
alsa-lib isn't build for android since the switch to unified depends anymore
2017-08-30[depends] bump zlib to 1.2.11Rechi
2017-08-30FFMPEG: Fixes rbpi compilationNuno Senica