aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-09-03release: bump versions for September merge windowMartijn Kaijser
2012-08-10[osx] fixed default sdk selector when compiling on 10.8 and force to 10.7 sdkdavilla
2012-08-08[droid] - fix darwin detection for TexturePacker - don't rely on ARCH but on ↵Memphiz
uname -s as done with libsquish
2012-08-08[droid] - nearly forgot to make use of the DARWIN_NATIVE_ARCH in libsquish ↵Memphiz
and TexturePacker ;)
2012-08-08[droid] fix first-run TexturePacker build.Cory Fields
We can't use CXXFLAGS/LIBS/etc vars as they'll contain host info
2012-08-08[droid] add rpath to native libsCory Fields
Otherwise we won't find our self-built libs at runtime. If this worked on linux before, it was purely coincidental. If it works on darwin, it must be because paths are embedded automatically there.
2012-08-08[droid] add packagingtheuni
2012-08-08[droid] add dependstheuni
2012-08-01release: bump versions for August merge windowmontellese
2012-07-03Merge pull request #887 from Pulse-Eight/cec1.6Lars Op den Kamp
cec - libCEC 1.7 and firmware v2 support (for wake over CEC)
2012-07-02cec: libCEC 1.7.1 support and fixes. libCEC 1.6.1+ is needed when using ↵Lars Op den Kamp
firmware v2 on the CEC adapter, which adds wake over CEC * added a new setting to control whether to put the TV in standby when the player is put in standby. * added some button mappings: all menu related buttons -> menu, previous channel -> teletext, added support for the channels list on samsung, mapped next fav -> menu (when available) * display the firmware version and firmware revision date in the peripheral manager (if available) * handle the new CEC alert callback (libCEC 1.6+) * replaced 'Put this PC in standby mode when the TV is switched off' with an enum that allows the user to chose between 'Ignore', 'Suspend' and 'Shutdown' * display a warning if the port cannot be opened because of permission problems or when the port is busy * map NEXT_FAVORITE, DOT and AN_RETURN to XINPUT_IR_REMOTE_TITLE (context menu) * added libCEC 1.7.0 support, which adds physical address autodetection for AMD graphics cards, and some nVidia cards on Linux. when the address is autodetected, then the 'HDMI port number' and 'connected to HDMI device' settings will be hidden * fixed - crash when changing settings without libCEC started. * fixed - range of wake and power-off devices * fixed - update the correct standby device setting ('standby_devices' not 'wake_devices') * fixed - don't get the settings from the eeprom, but always use the settings provided in xbmc * fixed - ignore OnScreensaverDeactivated message if it was triggered by a shutdown/suspend command. If the screensaver is activated and hence the tv is in standby, a shutdown command will first deactivate the screensaver and then start the shutdown. The tv will be turned on but immediately send a standby command which may be ignored if it is still powering on. * fixed - don't crash when XBMC was compiled with libCEC support, but libcec.dll/.so/.dylib can't be loaded. display a kaitoast warning instead. * fixed - re-check the menu language and audiosystem status after the user changes settings * fixed - keypress handling. handle diagonal buttons properly * fixed - include system.h in Peripheral.h, or HAVE_LIBCEC may not be defined * fixed - don't reinit the connection when libCEC detected that the connection was lost, but just display a warning message. the OS will detect that the device has been removed and will already close the connection * fixed - ensure that the callbacks are reset to NULL before setting them * win32 - pthreadVC2.dll is no longer needed and not included in the zip anymore, so don't try to copy it
2012-07-01release: bump versions for July merge windowMemphiz
2012-06-29[atv2] - remove the install clamp for ios > 5Memphiz
2012-06-29[ios] - new gas-preprocessor.pl needed for the ffmpeg arm pic patch - thx to ↵Memphiz
m.rullgard from libav
2012-06-05[osx] fixed crash under 10.6 with xbcm built with 10.7sdk/10.6 min, thx amet ↵davilla
for find/test"
2012-06-02[libshairport] - pass metadata to xbmcMemphiz
2012-06-01Merge pull request #932 from Memphiz/nfsbump13Memphiz
bump libnfs to 1.3
2012-05-31Merge pull request #969 from davilla/fix-ios-python-ctypesdavilla
[osx/ios] fixed, build libffi and use it with python26 to create _ctypes...
2012-05-31release: bump versions for June merge windowtheuni
2012-05-18[darwin-deps] - added build for libboblight (not hooked up to be auto built ↵Memphiz
- only for using our nice buildsys when bumps are needed for boblight addon)
2012-05-16[osx/ios] fixed, build libffi and use it with python26 to create _ctypes.so ↵davilla
for ios, use it for osx too
2012-05-15[ios] fixed ios build, HRESULT and ULONG only collide on osxdavilla
2012-05-14[osx/ios] fixed depends build on a neked xcode4, install help2man during ↵davilla
bootstrap as autoconfig needs it
2012-05-13[osx/ios] fixed, use an absolute path setup by depends configure to locate ↵davilla
Makefile.buildtools
2012-05-13[osx/ios] fixed i386/x86_64 pick for native compile of libsquash and ↵davilla
texturepacker
2012-05-12[ios] fixed, ios depends build on xcode4/10.7davilla
2012-05-12[osx/ios] fixed, sed on 10.7 seems sensitivedavilla
2012-05-12[osx] fixed, since native texturepacker uses SDL from depends, look for ↵davilla
x86_64 in CXXFLAGS as a hint to build it 32 or 64 bit
2012-05-11[darwin-deps] - force libGLEW to only onejob (doesn't handle it solid)Memphiz
2012-05-11[darwin-deps] - force libsdl to only onejob (doesn't handle it solid)Memphiz
2012-05-10Consolidate unimplemented messages in case statement.Andres Mejia
2012-05-10Fix warning about unhandle enumerations.Andres Mejia
2012-05-10Fix build failure using gcc-4.7.Andres Mejia
2012-05-10Merge pull request #37 from Fneufneu/freebsdFneufneu
add FreeBSD support
2012-05-10[osx] changes to build XBMCHelperamet
2012-05-09[osx/ios] refactor depends build and switchover to using 10.6sdk for osxS. Davilla
2012-05-07[osx/ios/atv2] use tarballs from our mirrorsamet
2012-05-07[osx/ios] bump cmake from 2.8.4 to 2.8.8davilla
2012-05-07[FreeBSD] include stdlib.h for realloc & freeFneufneu
2012-05-06[osx/ios] fixed native compile under 10.7/5.x sdksdavilla
2012-05-06[ios] fixed, libgcrypt compile under ios 5.x sdkdavilla
2012-05-06[osx/ios] prep for x86_64davilla
2012-05-06[osx/ios] fixed more c/p errorsdavilla
2012-05-06[osx/ios] fixed c/p errorsdavilla
2012-05-06[osx] bring in 'SDL: Fixed bug #1111', invalid inline assembly in ↵davilla
src/video/mmx.h
2012-05-06[osx/ios] restrict stpncpy.patch to sdk's > 10.6davilla
2012-05-06[osx/ios] bump yasm from 1.1.0 to 1.2.0davilla
2012-05-06[osx] bump libsdl from 1.2.13 to 1.2.14davilla
2012-05-06[osx/ios] bump liblzo2 from 2.03 to 2.06 and remove useless patchdavilla
2012-05-06[osx] gettext needs stpncpy.patch for sdk > 10.4davilla