aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-06-25[ios/depends] - add gen_entitlements.py to build dependsLinus Yang
2014-06-25[ios/depends] - suppress "32-bit absolute address out of range" linker warningLinus Yang
reference: https://github.com/kivy/kivy-ios/commit/0062353c5812b893d6d4bcc97eb221cd782a298c
2014-06-25[ios/depends] - fix backrow header missing issueLinus Yang
2014-06-18[osx] - rename the Frameworks dir in osx bundle to "Libraries" - this ↵Memphiz
restores auto-signing on mavericks (and maybe earlier) and stops the firewall popup occuring on each startup of xbmc - fixes #14984
2014-06-15Merge pull request #4076 from koying/adddroidhomeChris Browet
ADD: [droid] backdoor to define XBMC_HOME and HOME on android
2014-06-14[android] fix extraction of ndk version for 64bit ndkJonathan Marshall
2014-06-11Merge pull request #4833 from Stane1983/aml-kk-patch2jmarshallnz
Amlogic Android 4.4.2 patchset
2014-06-07Merge pull request #4156 from koying/fixdroidndkChris Browet
FIX: [droid] enable compilation with NDK >= 9b
2014-06-05Merge pull request #4851 from Memphiz/darwinfixdebugMemphiz
[osx/ios/atv2] - fix missing _DEBUG and NDEBUG defines due to missing in...
2014-06-04[osx/ios/atv2] - fix missing _DEBUG and NDEBUG defines due to missing ↵Memphiz
inheritance in the target level xcconfig files
2014-06-03Merge pull request #4846 from Memphiz/fixjsonbuilderMemphiz
[jsonbuilder] - do it properly ...
2014-06-03[jsonbuilder] - do it properly ...Memphiz
2014-06-02Merge pull request #4841 from wsoltys/pvrvs2013wsoltys
bump pvr addons to build them with vs2013
2014-06-02[depends/native] - touch the .installed files for marking successfull build ↵Memphiz
for tar and xz (aka fixing c&p typos)
2014-06-02Revert "[depends] add neon and tegra switches"Chris "Koying" Browet
This reverts commit ac39d8f1e48d0a875c411607d5c8d60fbd09ca3e.
2014-06-02Revert "[depends] add m4 macros for compiler flag testing"Chris "Koying" Browet
This reverts commit 6097ea3e9437c9cdef92c2f28e8cb8710af96017.
2014-06-01bump pvr addons to build them with vs2013wsoltys
2014-05-31[WIN32] fixed: call the vsvars32.bat from vs2013wsoltys
2014-05-31[libamplayer] Add HEVC format to Android 4.4 patchStanislav Vlasic
2014-05-27FIX: [droid] enable compilation with NDK >= 9bChris "Koying" Browet
2014-05-20[osx/ios/atv2] platinum: overwrite defines for default HTTP "User-Agent" and ↵montellese
"Server" header field values
2014-05-18[darwin] fix building from user set prefix path. move XBMC_DEPENDS_ROOT to ↵S. Davilla
xconfig and set it during configure
2014-05-17Merge pull request #4717 from Montellese/platinum-loggingSascha Montellese
UPnP: enable log messages from Platinum SDK
2014-05-15[xcode] - finally fix the last pieces which were forgotten during xcode ↵Memphiz
project merge. Now we really use the stuff from tools/darwin/Configurations/ for all platforms and targets.
2014-05-15[osx/ffmpeg] disable spew of sdl compile/link flagsMemphiz
2014-05-15[darwin] add NPT_CONFIG_ENABLE_LOGGING flag to Xcode common configurationmontellese
2014-05-13ffmpeg: add osx fix, bump to 2.2.2Rainer Hochecker
2014-05-09[win32] extend JsonSchemaBuilder.bat to auto-generate xbmc.json's addon.xmlmontellese
2014-05-09[win32] add JsonSchemaBuilder.bat to the windows specific build toolsmontellese
2014-05-08sync Xcode project after libsamplerate drop, sync darwin configurationDaniel Scheller
2014-05-08remove libsamplerate and related dead codeRainer Hochecker
2014-05-03Merge pull request #4634 from wsnipex/upstream-masterWolfgang Schupp
fix JsonBuilder on rpi
2014-05-02[buildsteps] pass JSON_BUILDER to bootstrap on rbpiwsnipex
2014-05-02[Jsonbuilder] properly mark as builtwsnipex
2014-05-02change internal release versioning to 1397xx for alphaMartijn Kaijser
2014-05-02[win32] new installer artworkda-anda
2014-05-02[win32] new iconda-anda
2014-05-02[atv2/packaging] - ensure to overwrite our icon in the cache for make it appearMemphiz
2014-05-02[ios/atv2] - removed unused XBMC.png and moved the ATV2 images to ↵Memphiz
tools/darwin/packaging/media/atv2
2014-05-02[ios] added new iOS iconsda-anda
2014-05-02[cydia] - remote iconpack script - iconpack is not needed anymore - ↵Memphiz
http://mirrors.xbmc.org/apt/pre-release/ios/CydiaIcon.png is used for it - should be replaced with media/iOS/rounded/AppIcon57x57.png
2014-05-02[droid] new launcher icons + fetch launcher icons from media dirChris Koying Browet
2014-05-02[linux] make use of new iconsda-anda
Conflicts: xbmc/windowing/X11/WinSystemX11.cpp
2014-05-02[osx] new icons + create icon from the iconsetJonathan Marshall
2014-05-01[narf] remove another binary not supposed to be therewsnipex
2014-05-01[JsonSchemaBuilder] remove JsonSchemaBuilder binary. Shame on my git foowsnipex
2014-05-01Merge pull request #4499 from herrnst/remove-mp3codecRainer Hochecker
Drop MP3Codec/libmad from paplayer and dvdplayer in favor of FFmpeg
2014-04-30Merge pull request #4309 from Montellese/jsonrpc_schema_creationSascha Montellese
JSON-RPC: automatically create JSON schema API description
2014-04-30[depends] auto-generate ServiceDescription.h during bootstrap and on demandwsnipex
2014-04-29Merge pull request #4577 from Stane1983/mainlinedavilla
Patch for KitKat 4.4 and 4K video using AMLCodec