aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2024-06-23Merge pull request #24109 from enen92/exiv2fuzzard
Pictures: Move image metadata processing to exiv2 as a new dependency
2024-06-22Merge pull request #24689 from CrystalP/fix-wcg-detectionCrystalP
[windows] Identify SDR WCG screens as non HDR-capable
2024-06-22[Docs] Add exiv2 to dependencies in build guidesMiguel Borges de Freitas
2024-06-21[Windows] Update build requirements with Windows 11 SDK 10.0.22621.0CrystalP
2024-06-17Migrate PCRE to PCRE2 and remove PCREfuzzard
2024-06-14Update FreeBSD docsFrank Howie
2024-04-05Update build guideJose Luis Marti
2024-04-04Set minimum API level to 24Jose Luis Marti
2024-03-23[Docs] Add revisions for v22enen92
2024-02-07[docs] JDK 17 required to run AGP 8.0 and SDK 34Jose Luis Marti
2024-01-31Use gh markdown highlights of warnings, tips and notesenen92
2023-12-28Merge pull request #24133 from CrystalP/bump-msys2fuzzard
[depends][Windows] msys2 fixes and update to 20231026
2023-12-03Merge pull request #24018 from lrusak/linux-docs-libdisplay-infofuzzard
[linux][docs] add note about libdisplay-info when building kodi with gbm windowing
2023-11-22[depends] msys2 - update to 20231026, now 64bit onlyCrystalP
2023-10-28[linux][docs] add note about libdisplay-info when building kodi with gbm ↵Lukas Rusak
windowing Signed-off-by: Lukas Rusak <lorusak@gmail.com>
2023-10-26[docs] Coding guideline: Add, that we are using prefix operators in ↵ksooo
traditional for loop's increment statement.
2023-10-25[docs] Make clear, that the guidelines should be followed also for changes ↵ksooo
in existing files.
2023-10-25[docs] Changed sample code to use prefix operator in for loops intstead of ↵ksooo
postfix operator.
2023-10-08[Android][docs] Install NDK using Android SDK ManagerJose Luis Marti
2023-10-05[macOS] Drop legacy SDL windowingenen92
2023-10-02Revert "[docs] Fix for-the-badge badges"enen92
This reverts commit ea625655cbb84873e5741ef267a10749908ca131.
2023-08-17[docs] Fix for-the-badge badgesMiguel Borges de Freitas
2023-08-09Implement TinyXML2 to replace TinyXML1fuzzard
cmake: add FindTinyXML2 find module cmake: enable building tinyxml2 for all platforms (ENABLE_INTERNAL_TINYXML2) tests: Tests for XBMCTinyXML2 implementation tests: Tests for XMLUtils for the tinyxml2 methods utils: implement TinyXML2 methods for XMLUtils Currently tinyxml2 and 1 can coexist peacefully. This will allow a staged replacement and to hopefully update and implement tests appropriately.
2023-07-13Add guidance to improve PR appearanceGarrett Brown
When a space is placed in the [x] box (like `[x ]`, it messes up how it's rendered on GitHub.
2023-07-13Add "Student submission" PR categoryGarrett Brown
2023-06-24[macOS] Default to nativewindowingMiguel Borges de Freitas
2023-06-04[osx] Raise min OSX version to 10.14 for x86_64Markus Härer
Required for c++17 features used by flatbuffers.
2023-05-14[doc][webos] Remove outdated flatc sectionMarkus Härer
2023-04-10[UWP][Docs] Update README.Windows.mdthexai
2023-04-10Merge pull request #22933 from fixthething/ubuntu-doc-updatefuzzard
[README.Ubuntu.md] Update Ubuntu package dependency list.
2023-04-06Merge pull request #23092 from webosbrew/feature/webOSWolfgang Schupp
[webOS] Hardware accelerated video decoding / Magic Remote
2023-04-06Minor documentation/whitespace cleanupthrowaway96
These issues were mostly left over from the merge.
2023-03-31[docs][android] remove unneccessary macos specific build instructionsfuzzard
2023-03-18Initial support for webOS shellcraigcarnell
2023-03-13[Docs] Fix Linksenen92
2023-03-11Merge pull request #22852 from KyleSanderson/cleaning-up-the-housefuzzard
Add binary addons clean documentation
2023-03-08Bifurcated instructions for flatbuffers based on Ubuntu versionfixthething
2023-03-07Update Ubuntu package dependency list. flatbuffers-dev -> ↵fixthething
libflatbuffers-dev. Add missing libunistring-dev.
2023-02-27Merge pull request #22639 from CastagnaIT/code_guide_improvStefano Gottardo
[docs] Improve code guidelines
2023-02-24[docs] Improve code guidelinesCastagnaIT
2023-02-22Add binary addons clean documentationKyle Sanderson
2023-02-22[doc] Improved contributing PR guidelinesCastagnaIT
2023-02-10Merge pull request #22731 from joseluismarti/sdk33fuzzard
Bump Android SDK 33
2023-02-09Update README.AndroidJose Luis Marti
2023-02-04[Docs][Android] Fix Instructions with correct file pathTwillightMercy
2022-12-27[docs] Explicitly add to Android requires flex/bison.fuzzard
Samba requires flex/bison to build. Apple ships a version of flex/bison, so add to docs mentioning to install flex/bison as part of build tool requirements
2022-12-15[Doxygen] Add revision tags for Omega. Update project versionMiguel Borges de Freitas
2022-11-06Update how to start ndk-gdbJose Luis Marti
2022-10-17[Docs] Update codeguidelines to reflect cpp 17 featuresenen92
2022-10-04[docs] add some clarifications on code formattingJeremy Lin