aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2013-06-07[buildsteps] add debian packagingwsnipex
2013-06-07[tools] add debian packaging scriptwsnipex
2013-06-06depends: help cmake find a few more build toolsCory Fields
This should fix linux build
2013-06-06depends: libxml2 doesn't depend on libiconv anymoreCory Fields
2013-06-06droid: fix libplist not loading due to missing symbolsCory Fields
We can hook up proper iconv support for libxml2 if it proves necessary, though it has native routines for common conversions, and really shouldn't be necessary for us.
2013-06-05[rbp/buildsystem] changed set USE_TEXTUREPACKER_NATIVE_ROOT in the build ↵gimli
environment
2013-06-05fix build after 7b65508685ef7a6f3c16e9b341b2b71fafaa46b2, TexturePacker ↵davilla
converted to use TARGET_xxx
2013-06-04[droid] - fix libshairplay and activate build for androidMemphiz
2013-06-01Merge pull request #2793 from Memphiz/nfs1.6Memphiz
[nfs] bump to libnfs 1.6
2013-05-31Merge pull request #2786 from diederich/feature/merge-iOS-and-OSX-xcodeprojectsdavilla
merge iOS and OSX xcodeprojects
2013-05-28[depends] - bump libnfs to 1.6.0 - fixes issues with newer kernel-nfs-serverMemphiz
2013-05-28[rbpi] - bump libnfs to 1.6Memphiz
2013-05-27[jenkins] adjust build steps to point to iOS and ATV2 Target for using the ↵Stephan Diederich
new merged xcode project
2013-05-27[xcode] move all after buildsteps into external 'command' shell scripts for ↵Stephan Diederich
easy diffs
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