aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-03-06no need to install the language directory anymoremontellese
2015-03-05[jenkins] ac3e91a89a63bcd5c1b892cdec7931a8067f0c68 for other platformsLars Op den Kamp
2015-03-05[jenkins] - make binary addon compilation error non-fatal for jenkinsMemphiz
2015-03-01cmake: ask for sudo rights on addon install to system dirswsnipex
2015-03-01[depends] fix standalone building of binary addonswsnipex
2015-03-01[depends] build PVR addons as binary addonsmontellese
2015-03-01[depends] add binary addon specific cmake Toolchain and autotools config.sitewsnipex
2015-03-01[depends] add RBPI's firmware directory to CMAKE_FIND_ROOT_PATH and ↵montellese
CMAKE_LIBRARY_PATH
2015-03-01cmake: don't install binary addon dependencies in unified deps prefix pathwsnipex
and make sure unified deps are not used for building bin addons
2015-03-01codegenerator: improve doxygen integration (thanks notspiff)montellese
2015-03-01python: fix property getters/setters for custom API typesmontellese
2015-03-01Merge pull request #6447 from MartijnKaijser/bump_sdkMartijn Kaijser
[android] bump SDK to 17
2015-02-28Merge pull request #6448 from MartijnKaijser/ouyaMartijn Kaijser
[android] remove Ouya platform as it doesn't meet our minimal android AP...
2015-02-20Merge pull request #6492 from koying/fixuppilosxjenkins4kodi
2015-02-19FIXUP: fix python PIL after #5218Chris "koying" Browet
2015-02-19[jenkins/addons] - fix error detection during addons buildMemphiz
2015-02-18Merge pull request #6485 from wsnipex/depends-c++11Memphiz
[depends] enable C++11 for native builds
2015-02-18[depends] enable C++11 for native buildswsnipex
2015-02-18cmake: add platform definitions for android, darwin, freebsd, ios, rbpi and ↵montellese
windows
2015-02-17[pvr-addons] - make sure that the git repo are in the prefix and not in a ↵Memphiz
shared dir (else we race if multiple nodes on the same mashine are trying to do any operations on this shared repo)
2015-02-17[jenkins] - refactor jenkins buildsteps for allowing seperate binary addons ↵Memphiz
building
2015-02-17[depends] - remove xbmc-pvr-addons and xbmc-audioencoder-addons from depends ↵Memphiz
build (will be build in seperate step from now on)
2015-02-17[pvr] bump addonsRainer Hochecker
2015-02-17[pvr] bump versionRainer Hochecker
2015-02-16Merge pull request #6367 from AlwinEsch/increase-pvr-addon-versionRainer Hochecker
[pvr] Increase PVR API version to 1.9.4 and add related changes
2015-02-16[TexturePacker] - fix compilation with c++11Arne Morten Kvarving
requires a space around string macros when concating
2015-02-16[pvr] bump addons with #6367AlwinEsch
2015-02-15[osx/ios/atv2] - sync xcode project after libsquish was moved to depends - ↵Memphiz
fixes linker warning
2015-02-15[android] remove Ouya platform as it doesn't meet our minimal android APIMartijn Kaijser
2015-02-15[android] bump SDK to 17Martijn Kaijser
2015-02-15[android] bump minimum API version to 17 and set target API to 21. Also ↵Martijn Kaijser
remove any API < 17 checks and obsolete OMXLibName.
2015-02-15FFmpeg: Bump version to 2.5.4-Isengard-alphafritsch
2015-02-12[darwin/rsxs/quirk] - force usage of toolchain stdbool.h - else rsxs plants ↵Memphiz
its own non clang compatible version of it (somehow its m4 doesn't detect it correctly - don't bother with it...)
2015-02-12[jenkins/ios] - don't overwrite deployment target but use what is defined in ↵Memphiz
xcconfig
2015-02-12[osx/ios] - enable c++11 standard - bump osx deployment target from 10.6 to ↵Memphiz
10.7 (means we need at least osx 10.7 for beeing able to run) and bump ios deployment target from 4.2 to 5.1 (means we need at least ios 5.1 to run)
2015-02-12[depends/plist] - added c++11 patchMemphiz
2015-02-10Merge pull request #6388 from Memphiz/fixnativetarMemphiz
[darwin/depends/tar-native] - force fdopendir to no because we don't have it wh...
2015-02-10[ios/atv2/packaging] - switch back to the hardcoded dsym dir - fixes dsym ↵Memphiz
backups on jenkins which were broken in a0a6e40a6299ff004353603201e6d60f569c1a2c
2015-02-10[depends/tar-native] - force fdopendir to no because we don't have it when ↵Memphiz
compiling native on 10.9 with 10.10 sdk installed (it would pick fdopendir from 10.10 sdk which is not available at runtime on 10.9 later on when tar is used for packaging the ios deb files)
2015-02-07Merge pull request #6304 from uNiversaI/ffmpegWolfgang Schupp
[rebrand] ffmpeg extra version xbmc -> kodi
2015-02-06Merge pull request #6349 from scarecrow420/pvr_bumplatestLars Op den Kamp
[pvr] bump pvr addons to latest commit
2015-02-05[pvr] bump pvr addons to latest commitRyan Gribble
2015-02-05[rebrand] ffmpeg extra-version xbmc -> kodiuNiversaI
Looking at these for entirely different reason, these must go anyway. @fernetmenta
2015-02-03Merge pull request #6010 from topfs2/feh_dieTobias Arrskog
[RFC] Remove FEH
2015-02-02[cmake] clean addons project dir before building from dependswsnipex
if the project dir is not clean, build from depends will fail
2015-02-02[cmake] pass autoconf config.sub, config.guess down to addon dependencieswsnipex
2015-02-02[depends] fix missing DEPENDS_PATH definition for non-darwin buildsmontellese
2015-02-01[ios/atv2/osx] - bump sdk version to ios 8.1 and osx 10.10Memphiz
2015-02-01Remove FEHTobias Arrskog
2015-02-01Merge pull request #6275 from Memphiz/fixnativeMemphiz
[depends] - fixes which allow building for android on osx mashines