aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-01-27[depends/openssl] - force openssl to use the ar from the toolchainMemphiz
2015-01-27[depends/libplist] - stop rebuilding libplist when not compiling for darwinMemphiz
2015-01-27[docs] - clarify android readme a bit and added extra bits for building on osxMemphiz
2015-01-27[depends] - probe if build os supports sort -V - if not - use sort for ↵Memphiz
determining android build-tools
2015-01-27[depends/TexturePacker] - make the decisions based on the build mashine and ↵Memphiz
pass the NATIVE_ARCH_DEFINES to the build - not the target defines
2015-01-27[depends] - expose NATIVE_ARCH_DEFINES and build_os via the Makefile.include ↵Memphiz
to our depends
2015-01-27[depends/configure] - add build_os - defining our os strings for the os the ↵Memphiz
compilation is run on
2015-01-24darwin dlna client user agent string override not workingMike
2015-01-23[jenkins/droid] - allow to select the ndk version through jenkins jobs and ↵Memphiz
bump to ndk r10d
2015-01-22Fixes for using giflib 5.1 in GifHelper.cppKevin Mihelich
2015-01-14Merge pull request #6199 from wsnipex/fix-audio-encoders-linuxWolfgang Schupp
[depends] fix building audio encoders on non unified depends platforms
2015-01-13[depends] fix building audio encoders on non unified depends platformswsnipex
2015-01-13[PVR] bump add-ons (sync api with PR #4342)Lars Op den Kamp
closes #4342
2015-01-12Merge pull request #6152 from Montellese/binary_addon_auto_dependsSascha Montellese
binary addons: automatic dependency handling
2015-01-11[TexturePacker] fix building on ubuntu 12.04wsnipex
2015-01-10[win32] update/cleanup build scripts for binary addonsmontellese
2015-01-10[depends] fix building binary addons with the new auto depends handlingwsnipex
2015-01-10[depends] adapt binary addon building to new systemwsnipex
2015-01-10[depends] build cmake with ssl support by using system curlwsnipex
2015-01-10[depends] cmake: set CORE_SYSTEM_NAME for android, ios and rbpimontellese
2015-01-10[depends] use central include file for binary-addons buildwsnipex
2015-01-10[Texturepacker] allow building with giflib4wsnipex
2015-01-10quell compiler warning (no return value) with giflib4Arne Morten Kvarving
2015-01-10fixed: gif support in TexturePacker using giflib4Arne Morten Kvarving
2015-01-09Merge pull request #5436 from Memphiz/texturepacker_removesdljenkins4kodi
2015-01-08[win32] - make use of the texturepacker binary package for windowsMemphiz
2015-01-08[configure] adjust to texturepacker and squish in dependswsnipex
2015-01-08[TexturePacker] TEMP workaround for skins: create legacy link. Remove me ↵wsnipex
when skins are fixed
2015-01-08[TexturePacker] - move texturepacker to native dependswsnipex
2015-01-08[depends] add target(non native) libsquishwsnipex
2015-01-08[libsquish] - move libsquish to native dependswsnipex
2015-01-08[TexturePacker/Win32] - link zlib statically, link statically againstMemphiz
libgif, add dependencyfree TexturePacker.exe
2015-01-08[TexturePacker] - remove MakeDDS as its heavily broken and would pull inMemphiz
half of XBMC via DDSImage.h/.cpp
2015-01-08[depends] - add giflib native (which is needed for TexturePacker now)Memphiz
2015-01-08[TexturePacker] - fixed win32 projects and makefile to compile the newMemphiz
decoders and link the new libs
2015-01-08[TexturePacker] - removed unused filesMemphiz
2015-01-08[TexturePacker] - renamed XBMCTex.cpp to TexturePacker.cpp replace SDLMemphiz
implementation with the new decoders
2015-01-08[TexturePacker] - send all errors to stderr, all other printouts to stdoutMemphiz
2015-01-08[TexturePacker] - abstracted image decoder and implemented decoders forMemphiz
jpg (libjpg), gif (libgif) and png (libpng)
2015-01-08[texturepacker/simplefs] - add some needed helper methods (seek, ↵Memphiz
getfilesize, getfp)
2015-01-07[depends] bump curl to v7.39.0wsnipex
2015-01-07[depends] bump libnfs to v1.9.6wsnipex
2015-01-07[depends] bump libssh to v0.7.0awsnipex
this is git master as of http://git.libssh.org/projects/libssh.git/commit/?id=a48711ae7ef890c94e2a824afb899df385c406ee we can't use v0.6.4 as its broken for our use thanks to Memphiz for the darwin patch
2015-01-07[depends] bump openssl to 1.0.1jwsnipex
2015-01-07[depends] bump gcrypt to v1.6.2wsnipex
2015-01-03Revert "Moved userdata to XDG_DATA_HOME"Wolfgang Schupp
2015-01-02Merge pull request #5903 from rbalint/fix-bashismWolfgang Schupp
Fix bashisms in shell scripts
2015-01-02Merge pull request #5895 from soeb/masterWolfgang Schupp
Moved userdata to XDG_DATA_HOME
2015-01-01[gnutls] - enable gnutls support for all platformsMemphiz
2015-01-01[depends/gmp/ios] - fix compilation of gmp - needed for gnutlsMemphiz