Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-31 | [osx/ios] fixed, gettext cannot handle make -j > 1 under ios | S. Davilla | |
2011-05-31 | [ios] fixed darwin depends, opps. use the correct var for sdk testing | S. Davilla | |
2011-05-31 | [ios] fixed darwin depends, ios sdk 4.3 needs stpncpy patch for gettext | S. Davilla | |
2011-05-31 | [ios] fixed darwin depends, check for sdks 10.* (osx) or 4.* (ios) | S. Davilla | |
2011-05-30 | [osx/ios] changed, darwin depends build. turn up the volume and run make -j ↵ | S. Davilla | |
hw.ncpu for building depends | |||
2011-05-30 | [ios] fixed, do not fail if gas-preprocessor.pl does not exist when cleaning | S. Davilla | |
2011-05-30 | [buildbot] add darwin-depends-check script | S. Davilla | |
2011-05-30 | [osx/ios/darwin] dependencies - downgrade openSSL to 0.9.8r to fix issues ↵ | amet | |
with sslv3 (needs distclean for all dependencies) | |||
2011-05-24 | [ios/atv2] Needs also cmake. ( libyajl ). | gimli | |
2011-05-23 | [osx/ios] added tar and dpkg to darwin depends toolchain | beenje | |
2011-05-23 | [osx/ios] 1) changed darwin depends configure to default arch/sdk properly, ↵ | S. Davilla | |
2) changed ios prefix to match existing, we can think about changing this when we changeover to using darwin depends | |||
2011-05-23 | [osx/ios] changed darwin depends to check for boost static lib to see if ↵ | S. Davilla | |
boost needs building | |||
2011-05-22 | [osx/ios] refactor ios depends build system to use config.site | beenje | |
2011-05-17 | [osx/ios] add libyajl in prep for remove_jsoncpp | S. Davilla | |
2011-05-15 | changed: remove unused hardwareconfigure tool | spiff | |
2011-05-15 | changed: remove XBMCTex tool | spiff | |
this produces .xpr's which has long been deprecated in favour of .xbt's. | |||
2011-05-15 | changed: remove XprPack tool | spiff | |
xpr's was a xbox pack format and this code could only compile using the xdk | |||
2011-05-15 | changed: remove old changelog utility | spiff | |
it can only work with a svn, and as we all know, svn is sooo 2005 | |||
2011-05-12 | [ops] fixed, it helps to copy over the actual seatbelt unlock patch | S. Davilla | |
2011-05-11 | [ios] bump revision | S. Davilla | |
2011-05-11 | [ios] update seatbelt unlock for atv 4.3.2 | S. Davilla | |
2011-05-11 | [osx] fixed TexturePacker Makefile (2nd try) | beenje | |
2011-05-11 | [osx] fixed: ARCH needs to be defined for -m32 to be used | beenje | |
2011-05-06 | [osx] xcode says never incude {platform_sdk_path}/usr/xxx, let -isysroot ↵ | S. Davilla | |
handle that | |||
2011-05-06 | fixed, make -m32 osx builds only | S. Davilla | |
2011-05-04 | FreeBSD does not need malloc.h | Fneufneu | |
2011-05-02 | [osx] cross-compile powerpc-osx | beenje | |
2011-05-02 | [osx] fixed libsquish/texturepacker build when native g++ is 4.2.1 | S. Davilla | |
2011-04-30 | fixed, lzo_uint size depends on arch | S. Davilla | |
2011-04-30 | removed some stray pvr compresion refs | S. Davilla | |
2011-04-30 | added native build option of TexturePacker | S. Davilla | |
2011-04-30 | refactor TexturePacker | S. Davilla | |
2011-04-27 | [ios] forgot to bump the revision number | S. Davilla | |
2011-04-27 | [ios] update seatbeltunlock for atv2 4.3 | S. Davilla | |
2011-04-19 | fixed: make sure analog buttons are considered when deciding idle time for ↵ | elupus | |
sixaxis | |||
2011-04-18 | [ios] fixed, 2nd patch is sdk version dependent | S. Davilla | |
2011-04-17 | [iosx] fixed depends build breakage under 4.3sdk | S. Davilla | |
2011-04-15 | [osx/ios] fixed, wrong path for prefix with PKG_CONFIG_PATH | S. Davilla | |
2011-04-15 | [osx] need toolchain in path to pickup our autoreconf | S. Davilla | |
2011-04-13 | [osx] more Makefiles that need toolchain path added so we use our autoreconf | S. Davilla | |
2011-04-13 | [osx] add toolchain path so we use our autoreconf | S. Davilla | |
2011-04-13 | [osx/ios] fixed syntax errors in new depends build system | beenje | |
2011-04-12 | [osx/ios] refactor depends build system to use config.site, for testing only ↵ | S. Davilla | |
right now | |||
2011-04-11 | [osx/ios] do not delete the includes when cleaning | S. Davilla | |
2011-04-10 | [chd] fixes #11421, osx-depends broke libcrystalhd detection during configure | S. Davilla | |
2011-04-07 | Updated the ios and osx depends builds to no longer invoke configure with ↵ | Jim Carroll | |
--enable-external-python. | |||
2011-04-05 | Code changes for external python. Changes include submissions by ↵ | spiff | |
cptspiff,WiSo,blinkseb, and jcarroll changed: limit the scope of the python includes. this will be useful in an upcomming patch. credit jcarroll changed: use a m4 check to set the python path directly, and ditch the old hardcoded version nonsense. credit jcarroll Fixed the build for when --enable-external-python is not used. Fixed the warnings due to Python.h not being the first header as required by Python. Final fix to the osx make build so that external python works. Needed to change the m4 macro to account for .dylib on osx and the dependant ./configure call to pass the installed location of the python xbmc is to be built against. Also updated .gitignore for the osx dependency builds. There was a name collision between the python datetime.h and the xbmc/DateTime.h on file systems that are not case sensitive. This is now fixed by renaming DateTime.h to XBDateTime.h By request, the .cpp files now sorted alphabetically in the Makefile.in. the m4 macros is a mess of mixed spaces and tabs. In order to make my couple line change more readable I changed the spaces to tabs so it would be consistent with the surrounding area. This was per the request of jmarshall. Fixed an error where under internal python the correct header wasn't being used. if --enable-external-python is selected then don't build the internal python at all and not using any of the wrappers. Modified the xcode project to work with the external python changes. There was a bug in the Makefile.in where the internal python build target wasn't being set correctly. This is now fixed. [WIN32] removed some uneeded files, renamed DateTime* to XBDateTime* and defined USE_EXTERNAL_PYTHON Added xbmc/cores/DllLoader/Makefile to .gitignore since it's being autogened. Made it so that the distinction between internal and external python is limited to mostly just Makefile's now. Most of the code no longer needs to make the distinction. This should make it much easier to move forward in windows and eventually with removing the internal python. updated: .gitignore | |||
2011-03-31 | [ios] refactor makefile to remove undefined dynamic lookups, this confuses ↵ | S. Davilla | |
configure | |||
2011-03-27 | [osx/ios/linux] changed, drop arch from various static lib names, this syncs ↵ | S. Davilla | |
all built static libs with same nameing | |||
2011-03-24 | [osx] use our mirror for libvorbis tarball | amet | |