aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2017-12-25[uwp] copy appxsym next to appx and cer filesMartijn Kaijser
2017-12-24[win10] added codeGeneration capability to allow visualization.milkdrop2 ↵Anton Fedchin
works on uwp
2017-12-24FIX: [droid] proper video surface layout insertChris "Koying" Browet
2017-12-23Merge pull request #13242 from koying/fixdroidlibcMartijn Kaijser
FIX: [droid] allow to build on non-libc++ toolchains
2017-12-23FIX: [droid] allow to build on non-libc++ toolchainsChris "Koying" Browet
2017-12-23[cleanup][TexturePacker] remove PlatformDefs includeRechi
- remove unused function definitions - use char directly instead of a typedefs to char
2017-12-22CHG: [droid] switch to clang & libc++Chris Koying Browet
2017-12-22CHG: [droid] default toolchain = 16Chris Koying Browet
2017-12-22FIX: [NDK15] unified always has BZEROChris Koying Browet
2017-12-19[app] move app brandind to version.txtAnton Fedchin
2017-12-19[win10] update temporary certificate to match publisherAnton Fedchin
2017-12-19[windows] fixup! BuildSetup.bat after #13211Anton Fedchin
2017-12-18[win10] fix PhoneIdentity in package.appxmanifestAnton Fedchin
2017-12-18[win10] update manifest to pass certificationAnton Fedchin
2017-12-17Merge pull request #13207 from Rechi/windowsAppxMartijn Kaijser
[buildsteps][win10] package appx file
2017-12-17[buildsteps][win10] package appx fileRechi
2017-12-17[buildsteps][windows] fix TARGET_ARCHITECTURE for uwp-armRechi
2017-12-17[uwp] remoe Real Media Files from FileType in manifestMartijn Kaijser
2017-12-15Update Makefile.am after #13179Thomas Genty
2017-12-13[jenkins] improve revsion, date and branch name detectionRechi
- more exact check for pull request in attached state - append head or merge for a pull request in attached state - favour branch --points-at over branch --contains in detached state - detect pull requests in detached state - replace slashes in branch names with a dash - enlarge commit hash as it sometimes isn't distinct anymore
2017-12-13[buildsteps][windows] run-tests doesn't use branch nameRechi
2017-12-09Merge pull request #13149 from ace20022/bluray102Andreas Zelend
[bluray] Update libbluray to version 1.0.2.
2017-12-08[mingw] drop mingw and simplify msys2.Anton Fedchin
2017-12-08[mingwlibs] build ffmpeg with msvc toolsAnton Fedchin
2017-12-08[windows] move libdvd from mingwlibs to cmake build treeAnton Fedchin
2017-12-07[bluray] Update libbluray to version 1.0.2.ace20022
2017-11-26kodi.sh: Properly quote eventually empty variablesGregor Jasny
On Ubuntu a #!/bin/sh shebang results in a pretty minimal shell that handles empty variables not as graceful as bash. Quoting helps here.
2017-11-23[EventClients][python] except syntax changeRechi
2017-11-23[EventClients][python] replace print statement with print functionRechi
2017-11-21[depends] bump libandroidjni (clang build fixes)Rechi
2017-11-21[depends] libffi: fix arm assembler syntaxRechi
2017-11-21ADD: [droid] Support NDK 15b+ (unified headers)Chris "Koying" Browet
samba: ndk 15c has ifaddrs.h but some functions are only supported with sdk 24 or higher. Therefore ignore ifaddrs.h from ndk and still use samba internal logic.
2017-11-21[fix] missing --with-ndk to --with-ndk-(api|path) renames at e6c79d3beeRechi
2017-11-18[buildsteps][windows] keep downloaded vcredistRechi
2017-11-18[buildsteps][windows] removing is already handled by git cleanRechi
2017-11-09Merge pull request #13015 from MilhouseVH/texturepacker_exception_fixWolfgang Schupp
TexturePacker: exception fix
2017-11-09Merge pull request #13007 from wsnipex/rbpi-toolchainWolfgang Schupp
[depends] fix rbpi toolchain usage
2017-11-08[buildsteps] rbpi: drop config-xbmc-makefile after autotools removalwsnipex
2017-11-08[rbpi] buildsteps: switch to platform raspberry-pi2wsnipex
2017-11-08[depends] fix rbpi toolchain usagewsnipex
2017-11-08[depends] remove google breakpadRechi
it isn't used in Kodi since 9e1e236d66
2017-11-08[depends] remove mdnsresponder leftoverRechi
mdnsresponder was removed from depends at 3b973e7977
2017-11-07Fix for PR#13004kekePower
After doing a little debugging, I found that KODI_BINARY=${APP_BINARY} was not caught at the current position. Copied it up to WINDOWING=auto. With this change, the Error message is displayed if kodi.bin or any other kodi* doesn't exist. Tested on Mageia 6 x86_64
2017-11-06TexturePacker: include GifHelper after system headersMilhouseVH
2017-11-06TexturePacker: drop unused variableMilhouseVH
2017-11-06TexturePacker: use C++ headersMilhouseVH
2017-11-06[darwin] debugging doesn't work in Xcode with -Og flagRechi
2017-11-06Merge pull request #13004 from wsnipex/binary-namesWolfgang Schupp
[cmake] linux: name kodi binary according to platform name
2017-11-06[depends] bump libplist to 2.0.0Rechi
1.11 removed cmake build system 2.0.0 removed libxml2 dependency
2017-11-05[cmake] linux: name kodi binary according to platform namewsnipex
and automatically select kodi-wayland binary on wayland compositors