aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-09-11[win32] fix building XBMC with the SWIG-generated codemontellese
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 codegendavilla
2012-09-10[tags] Add Makefile and taglib dependency, add taglib to xcode, android, ↵Chris Roberts
linux and win32 depends
2012-09-09Merge pull request #901 from jimfcarroll/codegenerated-addonsJim Carroll
Replace the entire scripting engine with one that's code-generated
2012-09-09Add 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 vanishesdavilla
2012-09-08bump pvr addons versiondavilla
2012-09-07[darwin] bump addon version to pickup n7 fixdavilla
2012-09-07Merge pull request #1389 from mcrosson/android-fix-api-lvl-9Cory 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 targetsMemphiz
2012-09-06[darwin] add temp helper file for pvr addon binary builddavilla
2012-09-04Merge pull request #1282 from huceke/raspberrypihuceke
RaspberryPI support
2012-09-04cec: 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.8Memphiz
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 packagingmontellese
2012-09-03Merge pull request #1360 from MartijnKaijser/masterMartijn Kaijser
version bump September merge window
2012-09-03release: bump versions for September merge windowMartijn Kaijser
2012-09-01Check return of stat() syscall in XBMCTex.cppKyle Hill
2012-08-24fix xbmc.desktop file syntaxKen 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.0gimli
2012-08-12[rbp] changed, we can now turn on optimizations. configure doesn't mess ↵gimli
anymore with our settings
2012-08-10[rbp] added raspberrypi omxplayergimli
2012-08-10[rbp] added raspberrypi EGL support plus a pseudo 3D mode for 3D outputgimli
2012-08-10[osx] fixed default sdk selector when compiling on 10.8 and force to 10.7 sdkdavilla
2012-08-10[rbp] added raspberrypi toolchain support filesgimli
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)