aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2016-11-30Merge pull request #10992 from fritsch/ffmpeg-315-beta5Martijn Kaijser
FFmpeg: Bump to 3.1.6-Krypton-Beta6
2016-11-29Merge pull request #10980 from notspiff/remove_unusedCristiano A. Silva
remove unused variables / members
2016-11-26FFmpeg: Bump to 3.1.6-Krypton-Beta6fritsch
2016-11-25[depends] ffmpeg: add option to autobuild.sh to build shared libswsnipex
2016-11-23remove unused variables / membersArne Morten Kvarving
2016-11-23[cmake] don't rebuild ffmpeg and crossguid when building from dependswsnipex
both libs where already built during depends stage
2016-11-23[depends] pass build type (debug|release) to targetswsnipex
2016-11-18Merge pull request #10865 from fetzerch/cmake_addon_dependsChristian Fetzer
[binary-addons] Rename DEPENDS_PATH to ADDON_DEPENDS_PATH
2016-11-16Merge pull request #10863 from fetzerch/cmake_crosscompileChristian Fetzer
[cmake] Unify usage of CMAKE_CROSSCOMPILE throughout the project
2016-11-11[cec] bump to libCEC 4.0.0Lars Op den Kamp
2016-11-10Merge pull request #10891 from hudokkow/depends_fierce_linksjenkins4kodi
2016-11-09[cmake] separate_arguments() is stupidh.udo
2016-11-07build: Allow installed links to be overwrittenpopcornmix
2016-11-07Merge pull request #10823 from peak3d/ln_s_sfMarkus Pfau
[Depends] Force link generation (ln -s) to package config files to allow subsequent make binary-addons calls
2016-11-07Merge pull request #10785 from ronie/privacypolicyMartijn Kaijser
add privacy policy
2016-11-07update build filesronie
2016-11-06[Toolchain] Unconditionally set CMAKE_CROSSCOMPILINGChristian Fetzer
Set CMAKE_CROSSCOMPILING unconditionally if we have a toolchain file. Also resort the _binaddons toolchain file so that it is closer to the other one.
2016-11-06[Toolchain] Cleanup if conditionsChristian Fetzer
2016-11-05[binary-addons] Rename DEPENDS_PATH into ADDON_DEPENDS_PATHChristian Fetzer
DEPENDS_PATH is used twice in the code build system it's set to the system depends path (via toolchain file). In the addon system it's used to point to the place where addon dependencies should be built. This change renames the variable for binary-addons to ADDON_DEPENDS_PATH. The toolchain file can then be used for local addon builds.
2016-11-04[depends] all platform but darwin: always use our own zlibwsnipex
2016-11-01[depends] alsa-lib: fix typo in configure.inSerge Schneider
2016-10-31Merge pull request #10818 from koying/fixamcssizeMartijn Kaijser
FIX: [amcs] get proper VideoView size (fixes #17032)
2016-10-31[Depends] Force link generation (ln -s) to package config files to allow ↵Markus Pfau
subsequent make binary-addons calls
2016-10-30Merge pull request #10746 from fritsch/ffmpeg315Peter Frühberger
FFmpeg: Bump to 3.1.5-Krypton-Beta5-1
2016-10-30FIX: [amcs] get proper VideoView sizeChris "Koying" Browet
2016-10-27Revert "[xbmc][win]Build addons with debug info on Windows"Martijn Kaijser
2016-10-27FFmpeg: Bump to 3.1.5-Krypton-Beta5-1fritsch
2016-10-24Merge pull request #10760 from Paxxi/more_debugMartijn Kaijser
[xbmc][win]Build addons with debug info on Windows
2016-10-23Build addons with debug info on WindowsPär Björklund
Change buildsetup to bundle all our PDB files into an archive, should hopefully make it easier to look at addon crashes
2016-10-21FIX: [droid;obb] apk keeps getting largerChris "Koying" Browet
2016-10-21Merge pull request #10728 from wsnipex/ndebugWolfgang Schupp
disable debug in depends in Release builds
2016-10-20[jenkins/buildsteps] disable debug in depends in Release buildswsnipex
2016-10-20[depends] add --enable-debug switch to configurewsnipex
2016-10-20Merge pull request #10732 from Memphiz/cmake_fix_binaddonsjenkins4kodi
2016-10-19[cmake/toolchain_binaddons] - set CMAKE_SYSTEM_NAME to Darwin for ios - this ↵Memphiz
enables the cmake cross compile flag which will be needed in cmake 3.7 to fix an ugly bug with osx sdk flags spreading into the ios cflags during cross compile
2016-10-17[android] strip binaries in debug builds as well as they do not bring any ↵Martijn Kaijser
extra information in logcat
2016-10-13[android] don't strip binaries in debug buildswsnipex
2016-10-09add aarch64 lock-obj patch to libgpg-errorMarkus Pfau
2016-10-09pass CPU instead ARCH as xbmc.propertymapfau
2016-10-09[android] splash fix for arm64mapfau
2016-10-09packaging fixMarkus Pfau
2016-10-09add aarch64 buildstepMarkus Pfau
2016-10-09version bump / strip forceMarkus Pfau
2016-10-09[android] allow building with jdk 8wsnipex
TODO: use cmake's Java_JAVAC_EXECUTABLE var and version instead of calling javac directly
2016-10-09bump default sdk version to 21 / remove offs64 overrides in dvdnav/readMarkus Pfau
2016-10-09[android] fix packaging for aarch64wsnipex
2016-10-09[depends] set CMAKE_STRIP in Toolchain.cmakewsnipex
2016-10-09CHG: [NDK21] sambav3Chris Koying Browet
Force all off_t to off64_t
2016-10-09[cmake] ffmpeg: add android aarch64 supportwsnipex
2016-10-09aarch64 compile stuffMarkus Pfau