aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
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-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
2013-10-12[xcode5] fix texturePackeramet
2013-10-12[jenkins/buildsteps] - add scripts for android x86Memphiz
2013-10-11fixup, borked fixS. Davilla
2013-10-11libass: bump libass to 0.10.1Joakim Plate
2013-10-11droid: temp fix runtime crash on load, disable gmpS. Davilla
Cannot load library: soinfo_relocate(linker.cpp:975): cannot locate symbol "__gmp_binvert_limb_table" referenced by "libavformat-54-arm.so"...
2013-10-11Revert "[depends/libcdio] - bump to 0.90 again (was lost during unified deps)"Memphiz
This reverts commit 64109e85405126af1eacde878cb324a3fcc949f4. - was already taken care of in the libcdio-gplv3 subdir
2013-10-08[depends/libcdio] - bump to 0.90 again (was lost during unified deps)Memphiz
2013-10-07[ios/atv2/depends] - disable gmp, nettle and gnutls for now until we get gmp ↵Memphiz
to build for ios
2013-10-07[xcode] - link against gnutls and related depsMemphiz
2013-10-07[gnutls] - for compiling on osx and ios we need to disable-nls - also we ↵Memphiz
need to use our native tar for extracting the xz tarball
2013-10-07[depends] - make the tar-native executable accessable via ARCHIVE_TOOL_NATIVEMemphiz
2013-10-07[gnutls/config.site] - gnutls needs gl_cv_func_gettimeofday_clobber=no for ↵Memphiz
compiling on darwin
2013-10-07[depends] - build native xz and tar on osx aswell (needed for extraction of ↵Memphiz
xz tarballs - introduced with gnutls)
2013-10-07[depends] - for darwin add xz as dependency for allowing extraction of ↵Memphiz
tar.xz files
2013-10-07only set gmp ABI on 32bit linuxwsnipex
2013-10-07try to fix gmp compilation on androidwsnipex