Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-23 | fixed, broke -jN builds with TexturePacker fix | davilla | |
2012-09-23 | fixed build, TexturePacker depends on xbmc/guilib/XBTF.h and ↵ | davilla | |
xbmc/guilib/XBTF.cpp, not the entire xbmc/guilib dir | |||
2012-09-22 | [osx] enable building of xbmc-pvr-addons for osx only | davilla | |
2012-09-22 | [osx/ios] bump xbmc-pvr-addons version and fix the constant rebuilding | davilla | |
2012-09-22 | [osx] fixed depends/libcec constant rebuilding when nothing changes | davilla | |
2012-09-20 | Revert "[ios] dpkg-deb -info can seq fault and abort the buildbot, info is ↵ | davilla | |
not really required so comment it out" This reverts commit c31aca24e63b1b70a6e207f360f134f460cbe2d7. buildbot needs this info, opps. | |||
2012-09-19 | [ios] dpkg-deb -info can seq fault and abort the buildbot, info is not ↵ | davilla | |
really required so comment it out | |||
2012-09-18 | [droid] fix startup, don't include alsa | Cory Fields | |
Most devices won't be able to use alsa directly, so disable by default. | |||
2012-09-15 | Revert "fix: add swig to osx depends Makefile.in" | S. Davilla | |
This reverts commit fadab05319e0464ca6caa3c39a0fde352181a15d. This is wrong as it adds swig to runtime. Swig is already in BUILDTOOLS, see line 3 of depends/Makefile. | |||
2012-09-15 | [droid] fix run-time errors for build-side programs | Cory Fields | |
2012-09-15 | fix: add swig to osx depends Makefile.in | Chris Roberts | |
2012-09-14 | Remove libxbtag.so from android packaging | Jernej Fijačko | |
Since f6ca40f taglib is build statically and "make apk" fails with: cp: cannot stat `/home/jernej/Android/toolchain/android-14/staging/armeabi-v7a/lib/libxbtag.so': No such file or directory | |||
2012-09-13 | [droid] build pcre-native | Cory Fields | |
2012-09-13 | [droid] add pcre-native for swig-native | Cory Fields | |
2012-09-13 | [osx/ios] add swig to build depends | davilla | |
2012-09-12 | [droid] build swig | Cory Fields | |
2012-09-12 | [droid] add native swig | Cory Fields | |
2012-09-12 | Revert "[droid] fix parallel deps build" | Cory Fields | |
This reverts commit 89bbec075c2172fbf3cb6d0e23bfd497b933518d. No need for this anymore since we build static | |||
2012-09-12 | [droid] use static taglib | Cory Fields | |
2012-09-12 | [droid] fix parallel deps build | Cory Fields | |
2012-09-12 | [droid] fix taglib build | Cory Fields | |
2012-09-12 | fixed: trailing semicolon missing in desktop file (closes #13330 - thanks ↵ | vdrfan | |
amak79) | |||
2012-09-11 | Change the name of getBaseName to getRootName since it has nothing to do ↵ | Jim Carroll | |
with parent classes. | |||
2012-09-11 | [win32] fix building XBMC with the SWIG-generated code | montellese | |
To be able to run multiple custom build tools in Visual Studio every custom build tool needs to call a batch (*.bat) file but it has to do so using CALL otherwise only the first custom build tool will be executed. Therefore running the custom build tool on xbmc/win32/PlatformInclude.h to generate xbmc/win32/git_rev.h without using CALL blocked all other custom build tools from running. In addition all paths in the batch files have been surrounded by " to make sure they also work when a path contains a whitespace. | |||
2012-09-10 | [darwin] quick fix for finding swig/java used for new codegen | davilla | |
2012-09-10 | [tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵ | Chris Roberts | |
linux and win32 depends | |||
2012-09-09 | Merge pull request #901 from jimfcarroll/codegenerated-addons | Jim Carroll | |
Replace the entire scripting engine with one that's code-generated | |||
2012-09-09 | Add Groovy based codegenerator to tools. | Jim Carroll | |
2012-09-09 | [rbp] fixed changed cec configure option. | gimli | |
2012-09-09 | [darwin] switch back to pulling tarball from mirrors in case upstream vanishes | davilla | |
2012-09-08 | bump pvr addons version | davilla | |
2012-09-07 | [darwin] bump addon version to pickup n7 fix | davilla | |
2012-09-07 | Merge pull request #1389 from mcrosson/android-fix-api-lvl-9 | Cory Fields | |
[droid] Enable API Level 9 (platforms/android-9) | |||
2012-09-07 | [darwin/deps] - configure with --enable-upnp explicitly because xcode ↵ | Memphiz | |
project needs this to be on (who knows if the default will switch over to disabled sometime haha) | |||
2012-09-07 | [droid] Fix Android manifest so API Level 9 (platforms/android-9) devices ↵ | Mike C | |
will no longer receive an error | |||
2012-09-06 | [darwin] bump to librtmp head + 60-second patch, I give up trying to get ↵ | davilla | |
tarballs from rtmpdump devs | |||
2012-09-06 | [darwin] fixed packaging, the internal name used when linking name needs to ↵ | davilla | |
change or we will try and find it again when packaging | |||
2012-09-06 | [darwin] - enable gtest targets | Memphiz | |
2012-09-06 | [darwin] add temp helper file for pvr addon binary build | davilla | |
2012-09-04 | Merge pull request #1282 from huceke/raspberrypi | huceke | |
RaspberryPI support | |||
2012-09-04 | cec: bump the libCEC versions of win32 and osx to 1.8.1 (same as linux) | Lars Op den Kamp | |
2012-09-03 | [rbp] changed turn back on ffmpeg optimisations and remove ↵ | gimli | |
-fomit-frame-pointer it is set by -O3 optimisation | |||
2012-09-03 | [osx/ml] - allow to build XBMC against osx sdk 10.8 | Memphiz | |
2012-09-03 | [droid] replace hard-coded "android-10" with in packaging makefile (thanks ↵ | montellese | |
fape) | |||
2012-09-03 | [droid] also remove directories in a skin's "media" directory during packaging | montellese | |
2012-09-03 | Merge pull request #1360 from MartijnKaijser/master | Martijn Kaijser | |
version bump September merge window | |||
2012-09-03 | release: bump versions for September merge window | Martijn Kaijser | |
2012-09-01 | Check return of stat() syscall in XBMCTex.cpp | Kyle Hill | |
2012-08-24 | fix xbmc.desktop file syntax | Ken Dreyer | |
"OnlyShowIn" values must have a semicolon as a trailing character, and correct the spelling of "Exec" | |||
2012-08-13 | [rbp] fixed, hanewin patch not needed for libnfs 1.3.0 | gimli | |