Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-30 | [pre-depends] - fix typo in m4 pre-depend | Memphiz | |
2013-10-26 | darwin: libshairplay, fixed build on 10.7.x with Xcode 4.6 | S. Davilla | |
2013-10-26 | darwin: fixed build on 10.7.x with Xcode 4.6 | S. Davilla | |
2013-10-26 | [osx] - fix compile after f90170a2605328f4d09b5d6de04d98885f12b3b4 | Memphiz | |
2013-10-25 | fixed runtime crash, disable gnutls, missing symbol on 10.6 boxes | S. 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 packaging | perpe | |
2013-10-23 | fixed, include missing change to -isystem from #3470 | S. Davilla | |
2013-10-22 | Merge pull request #3437 from Memphiz/iossandbox | Memphiz | |
[iOS] - Adaptions for developing for XBMC on non-jailbroken devices | |||
2013-10-21 | Merge pull request #3463 from jimfcarroll/cleanup-control | Jim Carroll | |
Cleanup XBMCAddon::xbmcgui::Control class and related docs | |||
2013-10-21 | The 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-20 | Merge pull request #3470 from elupus/depends | Joakim Plate | |
depends: use -isystem instead of -I to add system includes | |||
2013-10-20 | depends: use -isystem instead of -I to add system includes | Joakim Plate | |
This avoids libs using already installed system headers when building themselves. | |||
2013-10-20 | FIX: [droid] (re-)fix sftp/ssh | Chris "Koying" Browet | |
2013-10-18 | fixed, 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-17 | Merge pull request #3432 from koying/adddroidarchcheck | Memphiz | |
ADD: [droid] add check for proper native arch | |||
2013-10-16 | Merge pull request #3419 from amet/xcode5_fix | Memphiz | |
[osx/ios/atv2] Xcode5 fix | |||
2013-10-16 | [xcode5] add xcode5 to depends/configure and config.site | amet | |
2013-10-16 | [xcode5] fix afpfs build | amet | |
2013-10-16 | [xcode5] bump libgpg-error version | amet | |
2013-10-16 | [xcode5] fix libmpeg3 build | amet | |
2013-10-16 | [xcode5] fix libplist build | amet | |
2013-10-16 | overwrite existing pythonmodule-pil on depends make | amet | |
2013-10-16 | [xcode5] fix openssl build | amet | |
2013-10-16 | [xcode5] cmake fix build | amet | |
2013-10-16 | [xcode5] cmake fix build | amet | |
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-16 | fixed, typo. I really need to stop crossing the beam... | davilla | |
2013-10-15 | ADD: [droid] add check for proper native arch | Chris "Koying" Browet | |
2013-10-15 | FIX: [stagefright] use the mirrors to host the android sources extract | Chris "Koying" Browet | |
2013-10-15 | osx: fixed build under 10.6.8 were memmem from libmicrohttpd collides with ↵ | S. Davilla | |
memmem in libgnutils | |||
2013-10-13 | Merge pull request #3410 from elupus/libass0.10.1 | Joakim Plate | |
libass: bump libass to 0.10.1 | |||
2013-10-12 | [xcode5] fix texturePacker | amet | |
2013-10-12 | [jenkins/buildsteps] - add scripts for android x86 | Memphiz | |
2013-10-11 | fixup, borked fix | S. Davilla | |
2013-10-11 | libass: bump libass to 0.10.1 | Joakim Plate | |
2013-10-11 | droid: temp fix runtime crash on load, disable gmp | S. Davilla | |
Cannot load library: soinfo_relocate(linker.cpp:975): cannot locate symbol "__gmp_binvert_limb_table" referenced by "libavformat-54-arm.so"... | |||
2013-10-11 | Revert "[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 deps | Memphiz | |
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_NATIVE | Memphiz | |
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-07 | only set gmp ABI on 32bit linux | wsnipex | |
2013-10-07 | try to fix gmp compilation on android | wsnipex | |