Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-12-08 | [docs] added missing dependency | David Vukovic | |
2019-12-05 | Merge pull request #16924 from DaveTBlake/docsKeepFormat | Dave Blake | |
[docs]Update code guidelines for readability of setting table-like structures | |||
2019-12-01 | Update code guidelines to allow for initialization of table-like structures ↵ | DaveTBlake | |
to be vertical aligned and exceed line limits for readability | |||
2019-11-17 | Merge pull request #16510 from stsichler/master-feature-x11gles | yol | |
Resurrection of X11/GLES support | |||
2019-11-04 | [windowing] resurrection of X11/GLES support | Stefan Sichler | |
2019-10-25 | Docs: Add python3-dev as dependency since we bumped the python version | Wolfgang Haupt | |
Co-authored-by: wsnipex <wsnipex@a1.net> | |||
2019-10-09 | Merge pull request #16701 from phunkyfish/clang-format-constructor-init-list | phunkyfish | |
[clang-format] change format for constructor init and switch/case indent | |||
2019-10-06 | [docs] Update code guidelines on C++14 usage | phunkyfish | |
2019-10-06 | [clang-format] switch - indent case and default | phunkyfish | |
2019-10-06 | [clang-format] change constructor init list to colon on newline, break after ↵ | phunkyfish | |
comma for longer lines | |||
2019-10-04 | [docs] Fix indexes for code guidelines | phunkyfish | |
2019-10-03 | [cmakebuildsys\ios] generator option (GEN) + docs | fuzzard | |
Xcode is now the only supported cmake generator for ios. make build no longer available for ios, removed from docs updated jenkins buildsteps for ios to use xcodebuild macos/tvos docs for cmakebuildsys updated for use with xcodebuild Cleanup of cmake and darwin/support scripts to use existing default variables from xcode project instead of defining additional. | |||
2019-10-03 | [cmakebuildsys] Add build_dir option + Docs | fuzzard | |
Allow supplying BUILD_DIR option to cmakebuildsys to define build location. Default will fall back to <source>/build if not supplied. | |||
2019-09-16 | [docs] update linux readmes | wsnipex | |
2019-09-12 | Merge pull request #16524 from bugwelle/ubuntu-build-doc | Rechi | |
[docs] Add missing package flatbuffers-dev to Ubuntu build instructions | |||
2019-09-02 | [Android] Update build (4.1 -> 5.4.1) and SDK (26 -> 28) versions | peak3d | |
2019-08-25 | [docs] Add note about missing package to Ubuntu build instructions | Andre Meyering | |
- flatbuffers-dev has to be build manually | |||
2019-08-25 | [docs] Add missing library 'libunistring' to Fedora build instructions | Andre Meyering | |
- 'libunistring' has to be explicitly installed in Fedora > 28 this library is also available on Fedora <= 28 so adding it to the install section does no harm - 'java-9-openjdk-headless' is not available on latest Fedora - 'make' has to be installed explicitly in Docker's 'fedora:latest' | |||
2019-07-19 | [android] use ndk 20 | Rechi | |
2019-07-08 | [docs/linux] Fix README.Linux.md binary addon installation instructions ↵ | Leonard Lausen | |
(#16304) * [docs/linux] Fix README.Linux.md binary addon installation instructions Closes https://github.com/xbmc/xbmc/issues/16293 | |||
2019-06-16 | [docs] update header include coding guideline | Rechi | |
2019-05-29 | [docs] Move Code of Conduct to master repo | Darren | |
2019-04-18 | [tvOS] doc | Sylvain CECCHETTO | |
2019-04-16 | [windows] updated docs to recent SDK changes | Anton Fedchin | |
2019-04-16 | Merge pull request #15133 from enen92/changelog | Kai Sommerfeld | |
[Docs] Add xrefitems for v19 (python and skinning engine) | |||
2019-03-20 | [Docs] Add xrefitems for v19 (python and skinning engine) | enen92 | |
2019-03-16 | [Doxygen] Include github markdown file for code guidelines | enen92 | |
2019-03-01 | Merge pull request #15510 from DaVukovic/fedora | Cristiano Silva | |
[docs/README.Fedora] fixes and updates | |||
2019-02-24 | [cleanup] remove yajl leftovers after 15017d865b | Rechi | |