aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2013-11-14[jenkins] - add buildsteps for raspberry piMemphiz
2013-11-14[jenkins] - use the common tarballs dir for linux32, and linux64 buildsMemphiz
2013-11-13[osx/sdl] - fix possible NPE - fixes #14676Tobias Hieta
2013-11-12[pvr] bump add-ons (missing stubs in nextpvr)Lars Op den Kamp
2013-11-10Merge pull request #3604 from opdenkamp/api-1.9.0Lars Op den Kamp
pvr api bump
2013-11-09FIX: [droid] package libbluray.soChris "Koying" Browet
2013-11-09FIX: [droid;python] implement hack to bypass locale not implemented in NDKChris "Koying" Browet
2013-11-09[pvr] bump add-onsLars Op den Kamp
2013-11-02Merge pull request #3543 from koying/fixdroidassetsMartijn Kaijser
FIX: [droid] cleanup assets before build and reinstall (possible fix for #14565)
2013-11-02FIX: [droid] wrong path in gdb.setupChris "Koying" Browet
2013-11-01CHG: [depends] add missing ignoresS. Davilla
2013-11-01FIX: [droid] cleanup assets before build and reinstall (possible fix for #14565)Chris "Koying" Browet
2013-11-01[depends] - bump libsdl-native and libsdl (target) to 1.2.15 and add the ↵Memphiz
mavericks compile patch on the top
2013-10-31depends: fix anoying symlink failure if symlink already existsS. Davilla
2013-10-31Merge pull request #3500 from MartijnKaijser/novemberMartijn Kaijser
[release] version bump to 13.0 alpha10 as we start new merge window
2013-10-30[pre-depends] - fix typo in m4 pre-dependMemphiz
2013-10-26darwin: libshairplay, fixed build on 10.7.x with Xcode 4.6S. Davilla
2013-10-26darwin: fixed build on 10.7.x with Xcode 4.6S. Davilla
2013-10-26[osx] - fix compile after f90170a2605328f4d09b5d6de04d98885f12b3b4Memphiz
2013-10-25fixed runtime crash, disable gnutls, missing symbol on 10.6 boxesS. Davilla
2013-10-25[ios/atv2/jenkins] - lower default iOS SDK from 4.3 to 4.2 - there is a flaw ↵Memphiz
in 4.3 (mismatch between runtime and headers) which leads to crashing on iOS < 4.3 when using mysql or smb. Gotham will be the last version with 4.2 SDK - and so iOS 4.2 support.
2013-10-24[DROID]Added make clean to Android packagingperpe
2013-10-23fixed, include missing change to -isystem from #3470S. Davilla
2013-10-23[release] version bump to 13.0 alpha10 as we start new merge windowMartijn Kaijser
2013-10-22Merge pull request #3437 from Memphiz/iossandboxMemphiz
[iOS] - Adaptions for developing for XBMC on non-jailbroken devices
2013-10-21Merge pull request #3463 from jimfcarroll/cleanup-controlJim Carroll
Cleanup XBMCAddon::xbmcgui::Control class and related docs
2013-10-21The codegenerator now handles dynamic typing (that SWIG alone could never ↵Jim Carroll
to) by using RTTI on the objects passed so that their concrete types, rather than their current static types, are considered correctly when being returned to python. This allows us to remove a lot of extraneous virtual methods from the Control parent class. Removed all of the extraneous methods at the parent level to handle the dynamic language concerns of returning a Control rather than a specific type. Added more documentation and removed some things that were only visible for reasons no longer viable. Hide show/close from python in WindowDialog since they are inherited from Window. Also added a simplistic hack for handling dynamically typed parameters to methods using an Alternative<T1,T2> template. The only better step would be full support of overridden methods. This allows the removal all of the explicit python code in the *.i files (with the exception of the rich compare _rcmp on the Action class).
2013-10-20[cosmetic] Add documenting comments to the codegenerator template for ↵Jim Carroll
clarity. Also changed some things that were dynamically typed in groovy to static typing for clarity and safety.
2013-10-20[fix] Update to groovy 2.1.7 should fix an old issue when importing classes ↵Jim Carroll
relative to the script's location and relative classpath references.
2013-10-20Merge pull request #3470 from elupus/dependsJoakim Plate
depends: use -isystem instead of -I to add system includes
2013-10-20depends: use -isystem instead of -I to add system includesJoakim Plate
This avoids libs using already installed system headers when building themselves.
2013-10-20FIX: [droid] (re-)fix sftp/sshChris "Koying" Browet
2013-10-18fixed, depends was missing libcurl.pc because we selectively install only ↵S. Davilla
libcurl. Libcurl is selectively installed because the normal install will run a bunch of test assuming it is on the target box. In other words, curl configure is not cross-platform smart
2013-10-17Merge pull request #3432 from koying/adddroidarchcheckMemphiz
ADD: [droid] add check for proper native arch
2013-10-16Merge pull request #3419 from amet/xcode5_fixMemphiz
[osx/ios/atv2] Xcode5 fix
2013-10-16[xcode5] add xcode5 to depends/configure and config.siteamet
2013-10-16[xcode5] fix afpfs buildamet
2013-10-16[xcode5] bump libgpg-error versionamet
2013-10-16[xcode5] fix libmpeg3 buildamet
2013-10-16[xcode5] fix libplist buildamet
2013-10-16overwrite existing pythonmodule-pil on depends makeamet
2013-10-16[xcode5] fix openssl buildamet
2013-10-16[xcode5] cmake fix buildamet
2013-10-16[xcode5] cmake fix buildamet
2013-10-16[ios] - if a dev sets a real code signing identity in the xcode project our ↵Memphiz
last buildstep will ensure that the whole app with all binaries is signed in a way that it can be deployed to unjailbroken devices (xcode itself misses alot during signing because it doesn't know the *.viz, *.pvr, *.so binaries ;) ).
2013-10-16fixed, typo. I really need to stop crossing the beam...davilla
2013-10-15ADD: [droid] add check for proper native archChris "Koying" Browet
2013-10-15FIX: [stagefright] use the mirrors to host the android sources extractChris "Koying" Browet
2013-10-15osx: fixed build under 10.6.8 were memmem from libmicrohttpd collides with ↵S. Davilla
memmem in libgnutils
2013-10-13Merge pull request #3410 from elupus/libass0.10.1Joakim Plate
libass: bump libass to 0.10.1