Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-10 | [UWP][Docs] Update README.Windows.md | thexai | |
2023-04-10 | Merge pull request #22933 from fixthething/ubuntu-doc-update | fuzzard | |
[README.Ubuntu.md] Update Ubuntu package dependency list. | |||
2023-04-06 | Merge pull request #23092 from webosbrew/feature/webOS | Wolfgang Schupp | |
[webOS] Hardware accelerated video decoding / Magic Remote | |||
2023-04-06 | Minor documentation/whitespace cleanup | throwaway96 | |
These issues were mostly left over from the merge. | |||
2023-03-31 | [docs][android] remove unneccessary macos specific build instructions | fuzzard | |
2023-03-18 | Initial support for webOS shell | craigcarnell | |
2023-03-13 | [Docs] Fix Links | enen92 | |
2023-03-11 | Merge pull request #22852 from KyleSanderson/cleaning-up-the-house | fuzzard | |
Add binary addons clean documentation | |||
2023-03-08 | Bifurcated instructions for flatbuffers based on Ubuntu version | fixthething | |
2023-03-07 | Update Ubuntu package dependency list. flatbuffers-dev -> ↵ | fixthething | |
libflatbuffers-dev. Add missing libunistring-dev. | |||
2023-02-27 | Merge pull request #22639 from CastagnaIT/code_guide_improv | Stefano Gottardo | |
[docs] Improve code guidelines | |||
2023-02-24 | [docs] Improve code guidelines | CastagnaIT | |
2023-02-22 | Add binary addons clean documentation | Kyle Sanderson | |
2023-02-22 | [doc] Improved contributing PR guidelines | CastagnaIT | |
2023-02-10 | Merge pull request #22731 from joseluismarti/sdk33 | fuzzard | |
Bump Android SDK 33 | |||
2023-02-09 | Update README.Android | Jose Luis Marti | |
2023-02-04 | [Docs][Android] Fix Instructions with correct file path | TwillightMercy | |
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 version | Miguel Borges de Freitas | |
2022-11-06 | Update how to start ndk-gdb | Jose Luis Marti | |
2022-10-17 | [Docs] Update codeguidelines to reflect cpp 17 features | enen92 | |
2022-10-04 | [docs] add some clarifications on code formatting | Jeremy Lin | |
2022-07-18 | [docs] fix fmt and spdlog dependencies | flubshi | |
2022-06-25 | [Docs] Update Apple Docs to match actual tested build environments | fuzzard | |
2022-06-21 | [Docs][Android] Add zip host dependency for building | quietvoid | |
2022-06-13 | Merge pull request #21539 from strugee/patch-1 | fuzzard | |
Add missing deps to Fedora build guide | |||
2022-06-10 | [docs] Remove Fedora 28 note | AJ Jordan | |
Fedora 28 has been EOL for several years. | |||
2022-06-10 | [docs] Fix Fedora build guide for Fedora 36 | AJ Jordan | |
For GTest in particular, CMake wouldn't pick it up without `-devel` being installed. | |||
2022-06-01 | [cmake] Windows increase minimum required cmake version 3.20 | fuzzard | |
Generator expressions for Multi-config generators (ie VS projects) require cmake 3.20.0 as a minimum. VS 2017 comes with version 3.20.21032501-MSVC_2 bundled. | |||
2022-05-23 | [cmake] BUILD_DEP_TARGET Provide buildtype for cmake build | fuzzard | |
Provides build_type to internal build targets that use cmake. Allows a target to override (set <MODULE>_BUILD_TYPE) or to use the projects build type | |||
2022-05-05 | [Docs] List configure options for Apple/Android platforms | fuzzard | |
2022-04-12 | [OSX] native windowing implementation | fuzzard | |
2022-03-13 | [docs][windows] improve cmake version requirements | enen92 | |
2022-03-13 | [docs][windows] Whitespace cleanup | enen92 | |
2022-02-28 | [cmake] linux: refactor linker selection | wsnipex | |
2021-12-28 | [docs] Updates README.Windows.md | thexai | |
2021-12-20 | Revert "Revert "Merge pull request #18403 from lrusak/cpp17"" | Lukas Rusak | |
This reverts commit bd6818f1975ef4665d2319b482460f64aa4ae277. This also includes a fix for the following: CLog: fix SPDLOG_LEVEL_NAMES to allow compiling Otherwise the following error occurs: xbmc/utils/log.h:12:89: error: ‘constexpr fmt::v8::basic_string_view<Char>::basic_string_view(const Char*) [with Char = char]’ called in a constant expression 12 | #define SPDLOG_LEVEL_NAMES {"TRACE", "DEBUG", "INFO", "WARNING", "ERROR", "FATAL", "OFF"}; | ^ In file included from /usr/include/fmt/format.h:44, from xbmc/utils/StringUtils.h:37, from xbmc/utils/log.h:19, /usr/include/fmt/core.h:460:3: note: ‘constexpr fmt::v8::basic_string_view<Char>::basic_string_view(const Char*) [with Char = char]’ is not usable as a ‘constexpr’ function because: 460 | basic_string_view(const Char* s) : data_(s) { | ^~~~~~~~~~~~~~~~~ /usr/include/fmt/core.h:460:3: error: member ‘fmt::v8::basic_string_view<char>::size_’ must be initialized by mem-initializer in ‘constexpr’ constructor /usr/include/fmt/core.h:439:10: note: declared here 439 | size_t size_; | ^~~~~ | |||
2021-12-15 | [cmake] fix building internal fstrcmp | wsnipex | |
2021-11-30 | [android] use gradle to sign rather than explicit jarsigner/apksigner | fuzzard | |
2021-11-21 | [tools/depends] remove yasm | fuzzard | |
Yasm hasnt been updated since 2014. A lot of projects have moved to using nasm completely. ffmpeg, libjpeg-turbo support nasm, so lets drop yasm for one less dependency | |||
2021-11-17 | Fix various typos in docs, user-facing code, and source comments | luz paz | |
Found via `codespell -q 3 -S *.po,./lib/libUPnP/Neptune -L bloaded,busses,inout,lod,medias,parm` | |||
2021-11-02 | Merge pull request #20432 from AlwinEsch/sync-doxygen | Alwin Esch | |
[docs][addons] sync doxygen between Kodi and addons | |||
2021-10-31 | [docs][doxygen] use files to set ALIASES and PROJECT_NUMBER | Alwin Esch | |
The background is on the one hand an open issue and on the other hand it is simpler because only one point has to be updated for updates. Currently the two new files are still based on Kodi itself, but it is very possible that these will be moved to the kodi-dev-kit folder at some point, as this should be independent of Kodi itself (then Kodi would read it from there). | |||
2021-10-31 | [docs] add build dependency libunistring-dev to README.Linux.md | howie-f | |
2021-10-31 | [docs] move doxygen alias "doc_header" more down to have better sorted | Alwin Esch | |
Before was them within "python_..." parts. | |||
2021-10-31 | [docs] fix doxygen linebreak on ALIASES value (a \ was missing) | Alwin Esch | |
2021-10-29 | Rename installable TexturePacker and JsonSchemaBuilder | Vasyl Gello | |
... to kodi-TexturePacker and kodi-JsonSchemaBuilder. These names are less generic and will less likely cause conflicts in /usr/bin. Signed-off-by: Vasyl Gello <vasek.gello@gmail.com> | |||
2021-08-16 | [Docs][OSX] Apple silicon depends build instructions | fuzzard | |
2021-06-25 | [Docs][android] Update to recommend NDK r21e | fuzzard | |
2021-06-09 | [Docs][Apple] Update apple platform build docs | fuzzard | |
Update tested OS+Xcode combinations to match the versions used in CI. We dont have any other regular builds happen with other combinations, so Update recommendations to match known working versions in line with CI. |