aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2013-05-27[xcode] add iOS and ATV2 Target to main Xcode projectStephan Diederich
* iOS Target added * ATV2 Target added * add build phases from iOS project * add build phases from ATV2 project * factor out most of the configuration into xcconfig files this should help in tracking down changes in the build configs, make diffs easier and such. * provide a xcconfig cascade for the project level (Common -> Debug/Release) as well as on the target level (App -> App-OSX/App-iOS/App-ATV2) * add xcconfig and after buildstep scripts to xcode for easy editing
2013-05-26[release] version bump to 13.0 alpha5 as we start new merge window.Martijn Kaijser
2013-05-20[WIN32] fixed: delete vs created stuff as well on prepare-envwsoltys
2013-05-10jni: remove the hard-coded receiverCory Fields
We register for everything dynamically in native code now
2013-05-10jni: pass the current intent along to our activityCory Fields
2013-05-10jni: rename OnReceive to match what the helper lib expectsCory Fields
Also print events as they come in
2013-05-08Merge pull request #2691 from davilla/amlcodecdavilla
Amlcodec
2013-05-07[jenkins] - our minimum deployment target for ios is 4.2 not 4.1Memphiz
2013-05-04update libamplayer, amlplayer, amlogic egldavilla
2013-05-02[jenkins] - only explicitly set the android sdk version if its not set to ↵Memphiz
"Default" (in which case configure uses the prefered version)
2013-05-02[jenkins] - add a sane Default "configuration" for linux builds (Debug like ↵Memphiz
for other platforms too)
2013-05-02[jenkins] - use i686 toolchain for 32bit linux builds by defaultMemphiz
2013-05-02[jenkins] - obey the TARBALLS env variable for android buildsMemphiz
2013-05-02[jenkins] - fix comparison with empty stringsMemphiz
2013-05-02[droid] - remove libshairplay from android packaging as long as we are not ↵Memphiz
building it.
2013-05-02[droid] - exclude libshairplay for android for now - until zeroconf and so ↵Memphiz
versioning is solved
2013-05-02[airtunes] - make libshairplay the new default airtunes library and allow ↵Memphiz
configure to detect and fallback to libshairport if needed
2013-05-02[depends] - remove libshairport as its superseeded by libshairplay nowMemphiz
2013-05-02[depends] - add libshairplayMemphiz
2013-04-30Merge pull request #2664 from MartijnKaijser/may_windowMartijn Kaijser
[release] version bump to 13.0 alpha4 as we start new merge window.
2013-04-30Merge pull request #2673 from Memphiz/jenkinsMemphiz
[jenkins] - add buildsteps for linux32
2013-04-29depends: drop custom libgcrypt patch in favor of their upstream fixtheuni
Fixes Linux build (fvisibility=hidden) Note: since this is an upstream patch, it can be dropped when we bump to >= 1.5.0
2013-04-29[jenkins] - add buildsteps for linux32Memphis
2013-04-29depends: pull zlib from our mirror instead of zlib.net (which is down atm)Memphiz
2013-04-28[release] version bump to 13.0 alpha4 as we start new merge window.Martijn Kaijser
2013-04-15[ffmpeg] fix shared library versionswsnipex
2013-04-11gas-preprocessor/-arch switch, missed one in ↵S. Davilla
ceab8eb9b70f7af17850350cb3af9ce328ae5609
2013-04-11fixed, restore search_paths_first in platform_ldflags only to avoid gcc ↵davilla
warning spew of 'linker input file unused because linking not done'
2013-04-10fixed, missing rmdavilla
2013-04-10fixed, missed one in previous commitS. Davilla
2013-04-10fixed, a) space monster running wild, b) += monster running wild, c) using ↵S. Davilla
-std=gnu99 in platform_cxxflags, d) remove -Wl,-search_paths_first from darwin, no required and spews all over the place
2013-04-09updated, gas-preprocessor.pl from https://github.com/mansr/gas-preprocessordavilla
2013-04-09fixed, gas-preprocessor MUST see -arch switch or it will not self-configure ↵davilla
for the proper arch
2013-04-06added jenkins make files for mingw libsWiSo
2013-04-04fix building of python26-native depmontellese
2013-04-02depends: fix android build with NDK 8eCory Fields
2013-04-01[WIN32] fixed wrong label. thanks garbearWiSo
2013-04-01Merge pull request #2439 from Memphiz/airtunesvolumeMartijn Kaijser
[AirTunes] - add volume control using libshairport
2013-04-01Merge pull request #2467 from koying/chgdroidapi14Martijn Kaijser
CHG: [droid] set minimum API to 14 (ICS)
2013-04-01Merge pull request #2055 from skyblaster/patch-1Arne Morten Kvarving
Add subtitle control to PS3 BD Remote keymap
2013-03-31Merge pull request #2510 from MartijnKaijser/version_aprilMartijn Kaijser
[release] version bump to 13.0 alpha3 as we start new merge window.
2013-04-01[jenkins] - bump ios/atv2 builds to default to ios sdk 4.3 which comes with ↵Memphiz
xcode 3.2.6 which is the minimum required version as of our own readme
2013-03-31[WIN32] added make-xbmc.bat to just build debug or release builds with jenkins.Gotham_alpha2WiSo
2013-03-31[WIN32] fixed: depends also need XBMC_PATH setWiSo
2013-03-31[WIN32] added download-depends.bat and download-msys.bat to the jenkins ↵WiSo
build scripts.
2013-03-29[WIN32] added a prepare-env script for jenkins to clean the environment a ↵wsoltys
little but keep the build deps.
2013-03-28depends: update .gitignore for depends for osx and ios buildsMemphiz
2013-03-28[jenkins] - don't clean the pvr addons in first place - when skipping ↵Memphiz
depends build they wouldn't get reinstalled and we would ship without them
2013-03-28[osx] - fix missed adaption to the osx package scriptMemphiz
2013-03-28[release] version bump to 13.0 alpha3 as we start new merge window.Martijn Kaijser