aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-03-04[Android] pycryptodome packaging namespace fixpeak3d
2017-03-01Merge pull request #11758 from mdeguzis/patch-3Wolfgang Schupp
display revision num. when building
2017-03-01Merge pull request #11763 from wsnipex/cryptodomeWolfgang Schupp
[depends] install pycryptodome under the alternative Cryptodome names…
2017-02-26[depends] install pycryptodome under the alternative Cryptodome namespace ↵wsnipex
instead of Crypto
2017-02-26[depends] fix taglib are boost removalwsnipex
2017-02-25display revision num. when buildingMichael T. DeGuzis
2017-02-25[depends] install depends build for debug and release into their own ↵wsnipex
respective dirs
2017-02-25[depends] filter out unwanted optimization flagswsnipex
2017-02-22[linux] prevent wasting RAM due to memory fragmentationwsnipex
2017-02-18Merge pull request #11585 from nsenica/ffmpeg_options_leiaMartijn Kaijser
[cmake] Tidy up ffmpeg in order to be more flexible and versatile. Also includes switches for Raspberry Pi.
2017-02-18Merge pull request #11658 from mdeguzis/patch-2Wolfgang Schupp
allow tag rev to be defined for rebuilds
2017-02-18Merge pull request #11452 from Kwiboo/master-app-nameWolfgang Schupp
App-name fixes for master
2017-02-16[depends] use ccache if availableRechi
2017-02-16[depends] allow CC & CXX have spacesRechi
2017-02-14Merge pull request #10539 from Memphiz/xcode8_iosjenkins4kodi
2017-02-11allow tag rev to be defined for rebuildsMichael T. DeGuzis
2017-02-11Unify setting for RPi, there's no need to make it CPU specific.Nuno Sénica
2017-02-07[linux] install <app-name>.desktopJonas Karlman
2017-01-30Tidy up ffmpeg in order to be more flexible and versatile. Also includes ↵Nuno Sénica
switches for Raspberry Pi
2017-01-24[depends] patch taglib: Efficient lookup for an ID3v2 tag in MPEG files with ↵Rechi
garbage.
2017-01-23[droid] fix packaging after 2816efc77d71d50200ea3ae12fb66ad324d1f6e2Martijn Kaijser
2017-01-23Merge pull request #11510 from MartijnKaijser/fixpixel-kryptonMartijn Kaijser
FIX: [droid] Copy splash to xxxhdpi drawable
2017-01-22Merge pull request #11260 from TotalCaesar659/masterCristiano A. Silva
Added Russian translation to the shortcut comment
2017-01-21FIX: [droid] Copy splash to xxxhdpi drawableChris Koying Browet
Prevents crash on very large dpi devices, as a "plain" drawable is assumed mdpi
2017-01-21add pycryptodome python modulepeak3d
2017-01-17[cleanup] remove leftover from autotoolsRechi
2017-01-16updated artwork containing full logo to reflect our registered mark (r)da-anda
2017-01-03spelling: methodsJosh Soref
2017-01-03spelling: commentsJosh Soref
2017-01-03spelling: local variablesJosh Soref
2017-01-03spelling: stringsJosh Soref
2017-01-03spelling: outputJosh Soref
2017-01-05fix invalid output from JsonSchemaBuilder (#11357)Sam Stenvall
The scanner scans up until an \n character, which means a potential \r might sneak in. When each character is looped over there was no handling for \r so they got streamed to the output, resulting in bogus new lines in the output file.
2017-01-04Merge pull request #11361 from opdenkamp/libcec-4.0.1Lars Op den Kamp
[CEC] bump to libCEC 4.0.1
2017-01-04[CEC] bump to libCEC 4.0.1Lars Op den Kamp
fixes detection of CEC adapters
2017-01-03android:debuggable supportpeak3d
2017-01-03spelling: configureJosh Soref
2016-12-30[depends] explictly disable building curl with rtmp supportMartijn Kaijser
2016-12-29[docs] fix typo in README.debianJason Lewis
[docs] fix typo in README.debian
2016-12-28Merge pull request #11243 from fetzerch/cmake_mdnsChristian Fetzer
[cmake] Add FindMDNSEmbedded module (for Zeroconf on Android)
2016-12-23[depends/ffmpeg/ios] - fix compilation against ios 10 sdk and running on ios ↵Memphiz
< version 10 - reference https://github.com/kewlbear/FFmpeg-iOS-build-script/issues/83
2016-12-23[ios/codesing] - add a second method to get the bundle id (mdls seems not to ↵Memphiz
work for me on sierra)
2016-12-23Added Russian translation to the shortcut commentTotalCaesar659
2016-12-23[depends/curl] - on ios ensure clock_gettime is not used in curl (it ignores ↵Memphiz
the ac_cv flag)
2016-12-23[depends] - adapt the xcode8 patches for gnutls and samba to not only work ↵Memphiz
on osx but ios too
2016-12-23[depends/config.site] - make sure clock_gettime and getentropy are not used ↵Memphiz
even if they are found in ios (found in ios10 sdk - but only usable on ios10 runtime)
2016-12-23[ios] - bump deployment target to iOS 6.0 (needed for xcode8/iOS 10)Memphiz
2016-12-23[depends/ios] - enable support for iOS 10 sdkMemphiz
2016-12-23[cmake/depends] Add info about Android SDK/NDK to Toolchain_binaddons.cmake.inChristian Fetzer
Copied from Toolchain.cmake.in. This is necessary to build libretro cores with the Android NDK.
2016-12-23Merge pull request #11253 from fetzerch/cmake_droid_addonsChristian Fetzer
[cmake/android] Don't fail if addons don't exist