Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-21 | ADD: [droid] Support NDK 15b+ (unified headers) | Chris "Koying" Browet | |
samba: ndk 15c has ifaddrs.h but some functions are only supported with sdk 24 or higher. Therefore ignore ifaddrs.h from ndk and still use samba internal logic. | |||
2017-11-21 | [fix] missing --with-ndk to --with-ndk-(api|path) renames at e6c79d3bee | Rechi | |
2017-11-18 | [buildsteps][windows] keep downloaded vcredist | Rechi | |
2017-11-18 | [buildsteps][windows] removing is already handled by git clean | Rechi | |
2017-11-09 | Merge pull request #13015 from MilhouseVH/texturepacker_exception_fix | Wolfgang Schupp | |
TexturePacker: exception fix | |||
2017-11-09 | Merge pull request #13007 from wsnipex/rbpi-toolchain | Wolfgang Schupp | |
[depends] fix rbpi toolchain usage | |||
2017-11-08 | [buildsteps] rbpi: drop config-xbmc-makefile after autotools removal | wsnipex | |
2017-11-08 | [rbpi] buildsteps: switch to platform raspberry-pi2 | wsnipex | |
2017-11-08 | [depends] fix rbpi toolchain usage | wsnipex | |
2017-11-08 | [depends] remove google breakpad | Rechi | |
it isn't used in Kodi since 9e1e236d66 | |||
2017-11-08 | [depends] remove mdnsresponder leftover | Rechi | |
mdnsresponder was removed from depends at 3b973e7977 | |||
2017-11-07 | Fix for PR#13004 | kekePower | |
After doing a little debugging, I found that KODI_BINARY=${APP_BINARY} was not caught at the current position. Copied it up to WINDOWING=auto. With this change, the Error message is displayed if kodi.bin or any other kodi* doesn't exist. Tested on Mageia 6 x86_64 | |||
2017-11-06 | TexturePacker: include GifHelper after system headers | MilhouseVH | |
2017-11-06 | TexturePacker: drop unused variable | MilhouseVH | |
2017-11-06 | TexturePacker: use C++ headers | MilhouseVH | |
2017-11-06 | [darwin] debugging doesn't work in Xcode with -Og flag | Rechi | |
2017-11-06 | Merge pull request #13004 from wsnipex/binary-names | Wolfgang Schupp | |
[cmake] linux: name kodi binary according to platform name | |||
2017-11-06 | [depends] bump libplist to 2.0.0 | Rechi | |
1.11 removed cmake build system 2.0.0 removed libxml2 dependency | |||
2017-11-05 | [cmake] linux: name kodi binary according to platform name | wsnipex | |
and automatically select kodi-wayland binary on wayland compositors | |||
2017-11-03 | Merge pull request #12936 from wsnipex/cmake-fix-json | Wolfgang Schupp | |
[cmake] support building with ninja on posix platforms | |||
2017-11-02 | [temp] hardcode package version | Anton Fedchin | |
2017-11-02 | [win10] buildsteps: do not make nsis installer for uwp + cosmetics | Anton Fedchin | |
2017-11-02 | [win10] build binary addons for uwp | Anton Fedchin | |
2017-11-02 | [packaging] added packaging resources for uwp | Anton Fedchin | |
2017-11-01 | [JsonSchemabuilder] adjust version parsing | wsnipex | |
2017-10-31 | [addons][fix] Generate proj. files on Release mode | Nick 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-30 | Merge pull request #12979 from Memphiz/highsierra | Kai 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-30 | FIX:[droid] pick proper toolchain gcc at configure time | Chris Koying Browet | |
2017-10-30 | [android][versioning] use a dotted VERSION_CODE | Rechi | |
2017-10-30 | [cleanup][windows] remove unused script | Rechi | |
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 11 | Memphiz | |
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.13 | Lukas Obermann | |
2017-10-30 | [depends/libgcrypt] - fix o flag munging by supporting -Og (debug ↵ | Memphiz | |
optimisations). | |||
2017-10-30 | [depends] - Allow MacOSX 10.13 SDK | Lukas Obermann | |
2017-10-23 | [depends] bump curl to 7.56.1 | Rechi | |
2017-10-20 | msys2: change dirs for uwp | Anton Fedchin | |
2017-10-20 | buildsteps: adapt download-dependencies.bat scripts | Anton Fedchin | |
2017-10-20 | BuildDependencies: 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-19 | Revert "[buildtools][windows] fail if patch doesn't succeed" | Rechi | |
This reverts commit cd6702402057f2d7b602fb6ef1cf030dff9da9a5. | |||
2017-10-15 | [buildtools][windows] fail if patch doesn't succeed | Rechi | |
2017-10-15 | bump ffmpeg to 3.4 | Rainer Hochecker | |
2017-10-11 | [depends] libgcrypt: fix Neon usage on armv7 | wsnipex | |
2017-10-11 | [depends] bump libgcrypt to 1.8.1 | Rechi | |
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 patches | Rechi | |