aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2015-09-08[depends] Add giflib.ace20022
2015-09-08[depends] fix dcadec makefile to allow manual installwsnipex
2015-09-08dcadec: Remove wrong AC_CHECK_LIBfritsch
2015-09-08[win32] TexturePacker: bump version to 1.0.4montellese
2015-09-08fixed linker warnings about PIC/PIES. Davilla
2015-09-08[win32] TexturePacker: fix/cleanup include directories definitionmontellese
2015-09-08TexturePacker: properly write the path into the header followed by zeroes ↵montellese
instead of garbage
2015-09-06[depends] remove libmp3lameAlwin Esch
2015-09-04[win32] provide bootstrap-addons.bat to execute binary addons bootstrappingmontellese
2015-09-04[depends] binary-addons: add X11wsnipex
2015-09-04[depends] binary addons: add CMAKE_LD_FLAGS to cmake toolchain filewsnipex
2015-09-04[depends] binary addons: add GLEW to addon depends on linuxwsnipex
2015-09-04remove visualizations fishbmc, goom, milkdrop, projectm, spectrum, vortex ↵wsnipex
and waveform from tree
2015-09-01[ffmpeg] Add support for libdcadecpopcornmix
2015-09-01Merge pull request #7926 from stefansaraev/enable_sqlite_mmapPär Björklund
Use mmap to accelerate SQLite file accesses
2015-09-01Merge pull request #7727 from ace20022/bdAndreas Zelend
[bluray] Update libbluray to 0.8.1 and some enhancements
2015-08-31Merge pull request #7895 from vapier/masterMartijn Kaijser
kodi.sh: use portable printf
2015-08-31Merge pull request #7899 from hudokkow/groovyMartijn Kaijser
[groovy] Update groovy to 2.4.4 and move to tools/codegenerator/
2015-08-31[bluray][depends] Adapt libbluray makefile to libbluray 0.8.1 and add a ↵ace20022
patch for android (setmntent not defined).
2015-08-30Pre-populate the mmap'ed database file in SQLite.Ben Avison
The time taken to issue "SELECT * FROM tvshowview" in seconds improves still further in this case. Before After Mean StdDev Mean StdDev Confidence Change Time 2.550 0.021 2.375 0.043 100.0% +7.4% Note, this requires the standard SQLite amalgamation tarball to be patched prior to building. The change may not be desirable further upstream due to the fact that it might cause database access times to increase in usage scenarios that differ from those employed by XBMC.
2015-08-30Enable SQLite to use mmap for file access.Ben Avison
The time it takes to issue "SELECT * FROM tvshowview" (the first time the TV Shows library is opened) with 345 TV shows on a non-overclocked Raspberry Pi changed as follows. Times are in seconds: Before After Mean StdDev Mean StdDev Confidence Change Time 3.352 0.132 2.550 0.021 100.0% +31.5% These times assume SQLite has already been upgraded to version 3080301 (see PR #4235).
2015-08-29Merge pull request #7775 from xbmc/revert-7604-xbmchelper64Memphiz
Revert "[osx/XBMCHelper] - compile XBMCHelper as 64bit"
2015-08-27[groovy] Move groovy to tools/codegenerator/hudokkow
2015-08-26[groovy] Update to 2.4.4hudokkow
2015-08-26kodi.sh: use portable printfMike Frysinger
The `echo -n` command is not portable and not all shells support it. Use the portable `printf` instead to get the same behavior.
2015-08-19[crossguid] all: also check for installed locationuNiversaI
2015-08-16FIX: [droid] handle audio headsetsChris "Koying" Browet
2015-08-14[win32] fix missing include path to winres.hmontellese
2015-08-14texturepacker: fix texturepacker not writing any framesmontellese
2015-08-14texturepacker: derive CXBTFWriter from CXBTFBase instead of abusing CXBTFReadermontellese
2015-08-11refactor CXBTFFrame, CXBTFFile and CXBTFReader and get rid of CXBTFmontellese
2015-08-10[depends] integrate crossguid as a static librarymontellese
2015-08-10Revert "[osx/XBMCHelper] - compile XBMCHelper as 64bit"Memphiz
2015-08-10[depends] integrate building libuuid for Linux/RBPimontellese
fix libuuid
2015-08-10Merge pull request #7570 from Montellese/cmake_addon_dynamic_platformSascha Montellese
[binary addons] automatically set the proper platform specific library in addon.xml
2015-08-06[ios] - fix linkage for VTB framework for ios < 6 - fixes vtb on ios 5.x runtimeMemphiz
2015-08-02Merge pull request #7650 from mkortstiege/splashMatthias Kortstiege
[splash] handle splash as regular window
2015-08-02FFmpeg: Bump to 2.7.2-Jarvis-alpha1fritsch
2015-08-01[splash] centerCrop android splashMatthias Kortstiege
2015-08-01cmake: rename "darwin" to "osx" in CORE_SYSTEM_NAMEmontellese
2015-08-01Merge pull request #7641 from Montellese/cmake_addons_packagingSascha Montellese
[binary addons] fix/support ZIP packaging
2015-07-29[win32] support "package" option in make-addons.batmontellese
2015-07-28[jenkins] - ensure that only the path workspace/addons is excluded from the ↵Memphiz
clean - before it excluded workspace/xbmc/addons aswell which left the stale addons.a file around
2015-07-25Merge pull request #7615 from Montellese/cmake_package_zip_optionSascha Montellese
[binary addons] turn PACKAGE_ZIP into a proper cmake option
2015-07-25Merge pull request #7604 from Memphiz/xbmchelper64Matthias Kortstiege
[osx/XBMCHelper] - compile XBMCHelper as 64bit
2015-07-24[binary addons] turn PACKAGE_ZIP into a proper cmake optionmontellese
2015-07-23[ios/codesign] - if ldid was found - apply it to the kodi binary for fake ↵Memphiz
signing it - this fixes runtime error on ios5.1 devices
2015-07-23[ios/depends] - add ldid fake sign package to native dependsMemphiz
2015-07-22[osx/XBMCHelper] - compile XBMCHelper as 64bitMemphiz
2015-07-21[ios/packaging] - ensure that the deb package has ios5.1 as minimum ios versionMemphiz