aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2014-01-10[WIN32] remove build_setup directory before the first git command to avoid ↵WiSo
problems with possible .git files.
2014-01-09[ios] fixed, drop org.xbmc.xbmc-iconpack dependancyamet
2014-01-05[WIN32] git clean directories as well but keep our downloaded dependswsoltys
2014-01-05Merge pull request #3920 from bkuhls/uclibcWolfgang Schupp
Support uClibc compilation
2014-01-04Merge pull request #3871 from gfto/fix-compile-errors2jmarshallnz
Fix two compilation errors.
2014-01-04Support uClibc compilationBernd Kuhls
partly based on aports from Alpine Linux: http://code.ohloh.net/file?fid=Up3lAbVglPtyupfNPazFHQYMKM8&cid=Sr-nRbkkE8E&s=&fp=302485&mp=&projSelected=true#L0
2014-01-04[PVR] bump add-onsLars Op den Kamp
2014-01-04[Cosmetics] more name fixesronie
2014-01-03droid: enable amcodecdavilla
2014-01-01[release] version bump to 13.0 beta1Martijn Kaijser
2014-01-01Merge pull request #3933 from MartijnKaijser/a12Martijn Kaijser
[release] version bump to 13.0 alpha12
2013-12-31droid, disable amcodecS. Davilla
2013-12-30[release] version bump to 13.0 alpha12Martijn Kaijser
2013-12-29droid: enabled amcodec, merry christmas from pivosdavilla
2013-12-28droid: fixed, do not fail removing files that might not existS. Davilla
2013-12-25Merge pull request #3841 from jimfcarroll/fix-14546jmarshallnz
Fix 14546 - ListItem.setInfo can handle additional types. Fixes #1456
2013-12-24depends: cosmeticsS. Davilla
2013-12-24codegenerator handles typdefs - needed for Strnig and Dictionary changes.Jim Carroll
2013-12-23Merge pull request #3758 from jmarshallnz/xslt_scraperjmarshallnz
XSLT support in scrapers
2013-12-24- force our libxml2 - fixes compilation on rbpiMemphiz
2013-12-24- don't build xsltproc - it pulls in a lot of dependencies which are not ↵Memphiz
available for rbpi (and so linker would try to link in x86 libs found in the system - which fails for arm linkage)
2013-12-22[scrapers] Support XSLT transforms (XML->XML) in the scrapersnight199uk
2013-12-20Fix compilation error due to missing include.Georgi Chorbadzhiyski
This fixes compilation error due to missing header. SDL_anigif.cpp: In function ‘int AG_LoadGIF_RW(SDL_RWops*, AG_Frame*, int)’: SDL_anigif.cpp:293:37: error: ‘malloc’ was not declared in this scope gd = (gifdata*)malloc( sizeof(*gd) ); ^ SDL_anigif.cpp:418:11: error: ‘free’ was not declared in this scope free( gd ); ^ make: *** [TexturePacker] Error 1
2013-12-19Typos fix try 2uNiversaI
Only typos that are not part of 3rd party https://github.com/xbmc/xbmc/pull/3862 went pearshaped this is best attempt.
2013-12-18[CEC] bump to libCEC 2.1.4Lars Op den Kamp
changelog can be found here: https://github.com/Pulse-Eight/libcec/blob/release/ChangeLog
2013-12-12[depends] fixed, bad option on unzip, -o will overwrite and -q will keep it ↵S. Davilla
quiet
2013-12-11Allow passing extra flags to configure with depends builds.Trent Nelson
2013-12-11[droid] - updated the readmes - a spoon for some platform foreign developersMemphiz
2013-12-08Fix codegenerator to handle the <emphasis> doxygen generated by just putting ↵Jim Carroll
back the markdown.
2013-12-04[ios/atv2] - readd gitrev-posix which was wrongly removed in ↵Memphiz
05274bfcbcbbc96a5ee5a61bf4018b30719727f4 - its still needed in ios/atv2 packaging if we want to retain dsym files (on jenkins...)
2013-12-01Merge pull request #3741 from MartijnKaijser/a11Martijn Kaijser
[release] version bump to 13.0 alpha11 as we start new merge window
2013-12-01FIX: [droid] catch UnsatisfiedLinkErrors when invoking nativeChris "Koying" Browet
2013-11-30[release] version bump to 13.0 alpha11 as we start new merge windowMartijn Kaijser
2013-11-19[depends] update PCRE version for native toolsKarlson2k
2013-11-19[depends] update PCRE version, use new configure flagsKarlson2k
2013-11-18Merge pull request #3664 from koying/quickprChris Browet
FIX: [droid] do not package non-standard joystick keymap
2013-11-17fix missing slash in aaba8763f053826ff29a7840c2447391fd9dc137Martijn Kaijser
2013-11-17FIX: [droid] do not package non-standard joystick keymapChris "Koying" Browet
2013-11-16[pvr] bump add-ons (fix version of addon.gui)Rainer Hochecker
2013-11-14[jenkins] - add buildsteps for raspberry piMemphiz
2013-11-14[jenkins] - use the common tarballs dir for linux32, and linux64 buildsMemphiz
2013-11-13[osx/sdl] - fix possible NPE - fixes #14676Tobias Hieta
2013-11-12[pvr] bump add-ons (missing stubs in nextpvr)Lars Op den Kamp
2013-11-10Merge pull request #3604 from opdenkamp/api-1.9.0Lars Op den Kamp
pvr api bump
2013-11-09FIX: [droid] package libbluray.soChris "Koying" Browet
2013-11-09FIX: [droid;python] implement hack to bypass locale not implemented in NDKChris "Koying" Browet
2013-11-09[pvr] bump add-onsLars Op den Kamp
2013-11-02Merge pull request #3543 from koying/fixdroidassetsMartijn Kaijser
FIX: [droid] cleanup assets before build and reinstall (possible fix for #14565)
2013-11-02FIX: [droid] wrong path in gdb.setupChris "Koying" Browet
2013-11-01CHG: [depends] add missing ignoresS. Davilla