Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-16 | Incorrect ALIASES specified | albert-github | |
The ALIASES has 2 items where the double quotes are not properly escaped and thus the specific ALIAS ends ant the first non escaped double quote. In 1.8.17 no warning is issued though whether the results are OK is doubtful. In 1.9.1 a warning is given. Fix: Properly escaped double quotes inside ALIASES. | |||
2020-11-16 | Refresh manpages | Vasyl Gello | |
2020-11-15 | Add TexturePacker manpage | Vasyl Gello | |
2020-11-02 | [Android] Update README to specify '--sdk_root' | Garrett Brown | |
Currently, if the sdk manager is called without this parameter, it fails with the following error message: | Warning: Could not create settings | java.lang.IllegalArgumentException Also included in the output is the option '--sdk_root'. A quick stack overflow search reveals that this parameter is necessary to call sdkmanager. | |||
2020-10-30 | Merge pull request #17834 from taoyouh/patch-2 | Dave Blake | |
[README.Android.md] Update Android SDK Configuration Steps | |||
2020-10-27 | [docs] update docs to remove X11/WAYLAND/GBM_RENDER_SYSTEM | Lukas Rusak | |
2020-10-03 | Revert "Merge pull request #18403 from lrusak/cpp17" | Lukas Rusak | |
This reverts commit 642d8e154a00a2d58cbc5c243d2f2e5cdecda46b, reversing changes made to e29db7f3918460193c89c486e34e26d0d3ffe6b8. | |||
2020-09-28 | [tools/depends] rework configure for apple platforms | fuzzard | |
reorder configure for apple platforms introduce osx arm arch types Update docs --with-platform mandatory usage for apple platforms Update buildsteps ios/osx to use new mandatory --with-platform Update samba to explicitly use -Wno-error=implicit-function-declaration since global use of flag was removed | |||
2020-09-27 | Merge pull request #17755 from fuzzard/cmake_exclusionregex | fuzzard | |
[cmake] ADDONS_TO_BUILD exclusion regex and better exact match handling | |||
2020-09-26 | [docs] Provide further information regarding addon_to_build regex usage | Brent Murphy | |
2020-09-18 | docs: Update Linux readmes for C++17 requirement | Garrett Brown | |
2020-09-08 | RPi: remove platform | Lukas Rusak | |
2020-07-29 | [win10] Bump SDK to v10.0.18362.0 | thexai | |
2020-07-15 | Merge pull request #16186 from lesurp/update-rpi-doc | Dave Blake | |
Update rpi doc | |||
2020-07-07 | Merge pull request #18145 from yol/manifesto | yol | |
Add Manifesto | |||
2020-07-06 | Add MANIFESTO.md | Philipp Kerling | |
2020-06-25 | Fix spelling errors identified by Lintian | Vasyl Gello | |
* Processed output of lintian on repacked Kodi tarball with the following script: while read _1 _2 _3 _4 WORD REPL do FILENAMES=$(git grep -l "$WORD") sed -i "s/$WORD/$REPL/g" $FILENAMES done < /tmp/lint Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> | |||
2020-05-30 | Merge pull request #17803 from enen92/doxynew | enen92 | |
[docs] Fixes for doxygen 1.8.17 | |||
2020-05-29 | [docs] fix typo CODE_GUIDELINES.md | howie-f | |
2020-05-29 | [docs] Fixes for doxygen 1.8.17 | enen92 | |
2020-05-10 | Update Android SDK Configuration Steps | Huang, Zhaoquan | |
The original steps may result in "Warning: Could not create settings" when using sdkmanager. Wrapping the extracted files in "cmdline-tools" directory can solve this problem. | |||
2020-05-06 | [docs] Improve tvOS logo | h.udo | |
2020-05-02 | [docs] Add Ubuntu 20.04 to tested versions | Jay Linski | |
2020-04-23 | Merge pull request #17695 from matthuisman/windows_build_docs | Pär Björklund | |
Update Windows build readme to match current VS2017 and java installers | |||
2020-04-23 | Update docs/README.Windows.md | Matt Huisman | |
Co-Authored-By: Pär Björklund <per.bjorklund@gmail.com> | |||
2020-04-23 | Update docs/README.Windows.md | Matt Huisman | |
Co-Authored-By: Pär Björklund <per.bjorklund@gmail.com> | |||
2020-04-20 | [docs] add link to PRs in needed of review in contributing doc | phunkyfish | |
2020-04-19 | Update Windows build config to match current VS2017 and java installers | Matt Huisman | |
2020-04-17 | [cmake] disable gtest auto fallback to internal build | Rechi | |
2020-04-16 | [cmake/depends/win32] add spdlog | montellese | |
2020-04-16 | [docs] update list of manually installed packages on Ubuntu | Sascha Montellese | |
Co-Authored-By: Wolfgang Schupp <w.schupp@a1.net> | |||
2020-04-06 | Merge pull request #17502 from lrusak/freebsd-build | fuzzard | |
[docs] update FreeBSD build instructions for 12.1 | |||
2020-04-06 | Merge pull request #17016 from DaVukovic/fedora-deps | fuzzard | |
[docs] added missing dependency | |||
2020-03-27 | Merge pull request #17554 from fuzzard/ios-xcodebinaryaddon | fuzzard | |
[darwin_embedded] enable xcode project binary addon build for ios | |||
2020-03-27 | Merge pull request #17481 from jaylinski/patch-1 | a1rwulf | |
[docs] Add section on Meson and nasm build dependency in Ubuntu | |||
2020-03-27 | [darwin_embedded] enable xcode project binary addon build for ios | Brent Murphy | |
Just enables xcode binary-addon creation as part of the xcode project. | |||
2020-03-21 | Add section on Meson and nasm build dependency in Ubuntu | Jay Linski | |
In order to build dav1d (used as AV1 decoder in ffmpeg), an up-to-date Meson and nasm package is required. dav1d currently requires at least meson >= 0.47.0 and nasm >= 2.14: https://code.videolan.org/videolan/dav1d/-/blob/0.6.0/meson.build#L31 Since Ubuntu 18.04 ships with meson 0.45.1 and nasm 2.13.02, Meson and nasm have to be updated manually. Support for AV1 was added in #16933. Relates to https://github.com/xbmc/xbmc/pull/16933#issuecomment-597366773. | |||
2020-03-18 | [docs] update FreeBSD build instructions for 12.1 | Lukas Rusak | |
2020-03-10 | [docs] update doxygen to define __cplusplus to include related parts | Alwin Esch | |
Also are on "xbmc/addons/kodi-addon-dev-kit/doxygen/Doxyfile" some headers now included where for addons. | |||
2020-03-09 | Merge pull request #16599 from bugwelle/spelling | phunkyfish | |
[docs] Fix minor typos | |||
2020-03-03 | [cmake] ffmpeg: add support for libdav1d | Jakob Linskeseder | |
2020-02-27 | [darwin_embedded] Move to correct aarch64-apple-darwin host triplet for tvOS/iOS | phunkyfish | |
2020-02-27 | [ios] set minimum ios version to 11.0 and cleanup dependencies | phunkyfish | |
2020-02-17 | [docs] add note to README's that Android x86 and x86_64 not maintained | Alwin Esch | |
2020-02-17 | [build][depends] add support for x86_64-linux-android | Alwin Esch | |
Previously, only an "i686-linux-android" was used which actually only corresponds to the 32bit CPU. In reference to this https://developer.android.com/ndk/guides/other_build_systems at 64bit "x86_64-linux-android" is used. | |||
2020-02-10 | [osx] drop i386 support | Rechi | |
Since OSX 10.8 (Mountain Lion) the operating system is x86_64 so there is no need for an i386 Kodi application. | |||
2020-02-06 | fix missed line break | bam80 | |
2020-02-05 | [macosx] set minimum osx version to 10.13 (High Sierra), fix deprecations ↵ | phunkyfish | |
and cleanup dependencies | |||
2020-01-10 | [Docs] Fix minor typos | Andre Meyering | |
- found using ispell - `find . -type f -iname '*.md' -exec ispell {} \;` | |||
2020-01-08 | [tvOS] Initial Platform Commit for Apple TVOS | Sylvain CECCHETTO | |
Initial commit for TVOS platform. |