Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-20 | [cmake][modulehelper] Add _DISABLE_VERSION option for SETUP_BUILD_VARS macro | fuzzard | |
In the event we dont have/need a VERSION file to exist, we can skip the use of it | |||
2023-06-19 | Merge pull request #23396 from fuzzard/cmake_texturepacker1 | fuzzard | |
[tools/depends][native] texturepacker update and use cmake to build | |||
2023-06-19 | Merge pull request #23409 from fuzzard/windows_buildscriptsfix | fuzzard | |
[windows] Distinguish between host/native download/tools for windows build | |||
2023-06-18 | [tools/depends][native] Texturepacker update and use CMakelists.txt | fuzzard | |
2023-06-18 | [windows] Distinguish between host/native download/tools for windows build | fuzzard | |
Currently the precompiled tools for windows builds are x86/win32. For now stick with this assumption and instead of putting these tools into the target arch folder, put them into the win32 folder to keep arch libs/exes in correct arch folders | |||
2023-06-17 | Adjust macros according to the API we are targeting | Jose Luis Marti | |
2023-06-18 | [cmake] FindSWIG.cmake add HINTS path for NATIVEPREFIX | fuzzard | |
2023-06-13 | [cmake][buildtools] Set FlatC build to use tools/depends/native VERSION file | fuzzard | |
2023-06-06 | [depends][native] cmake 3.26.4 and support for apple platforms | fuzzard | |
This includes changes required to build apple platforms for 3.26.4 | |||
2023-06-05 | [darwin_embedded] explicitly set/use SRCROOT variable for postbuild script | fuzzard | |
2023-06-05 | Merge pull request #23148 from lrusak/linux-audio-params | fuzzard | |
CAppParamParserLinux: add --audio-backend=<backend> switch | |||
2023-06-04 | [osx] Raise min OSX version to 10.14 for x86_64 | Markus Härer | |
Required for c++17 features used by flatbuffers. | |||
2023-05-24 | [macos] allow primary executable target to be built as bundle | fuzzard | |
Instead of building the kodi target as a binary, build as a bundle. This fixes not being able to use keyboard input when running kodi target in xcode for debugging. | |||
2023-05-13 | [Android] Listen to default network changes | Jose Luis Marti | |
2023-05-11 | Merge pull request #23214 from lrusak/windows-sse2-test | thexai | |
[cmake] addons: windows: only add sse2 flags for x86 | |||
2023-05-10 | Merge pull request #23239 from neo1973/gcc13 | fuzzard | |
Fix build with GCC>=13 | |||
2023-05-10 | Merge pull request #23242 from webosbrew/feature/webOS-screensaver | Wolfgang Schupp | |
[webOS] Screensaver support | |||
2023-05-10 | Merge pull request #23226 from lrusak/revert-glx | fuzzard | |
Revert "[cmake] glx: find glx library instead of gl" | |||
2023-05-10 | [depends][crossguid] Patch for compatibility with gcc>=13 | Markus Härer | |
2023-05-10 | Merge pull request #23253 from neo1973/internal_flatbuffers_fix | Markus Härer | |
[CMake][FlatC] Don't use local flatc with ENABLE_INTERNAL_FLATBUFFERS if versions don't match | |||
2023-05-08 | Merge pull request #23197 from rmrector/thumbing-it | Ryan Rector | |
[guilib][vfs][imagecache] Load special images into texture cache when viewed, like standard images | |||
2023-05-08 | webos: Update webos-userland | Stephan Sundermann | |
Adds support for webos helpers library | |||
2023-05-08 | [CMake][FlatC] Don't use mismatching flatc version with ↵ | Markus Härer | |
ENABLE_INTERNAL_FLATBUFFERS enabled The internal headers and external flatc may not be compatible. | |||
2023-05-02 | Introduce an interface for pulling all images into cache | Ryan Rector | |
A factory around them, and the expected consumer. This commit adds no functional change, just a bit of wiring. | |||
2023-05-02 | webos: Cleanup | Stephan Sundermann | |
2023-05-01 | Revert "[cmake] glx: find glx library instead of gl" | Lukas Rusak | |
This reverts commit 26fe222b503a89b973c537bea37b140a40e8359e. | |||
2023-04-29 | fixup! [cmake] windows: only add sse2 support for x86 | Lukas Rusak | |
2023-04-27 | [cmake] windows: only add sse2 support for x86 | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-22 | [Darwin] Fix and make Credits rebrandable | Miguel Borges de Freitas | |
2023-04-20 | CompileInfo: add ability to get enabled audio backends | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-14 | Merge pull request #19141 from lrusak/edid-decode | Lukas Rusak | |
2023-04-11 | [cmake] gbm: require libdisplay-info | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-11 | [cmake] add FindLibDisplayInfo.cmake module | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-10 | [UWP][Build] Remove requirement of specific Windows SDK version | thexai | |
Let's CMake choose latest SDK installed at time of build. Is already like this for Windows x64 desktop. | |||
2023-04-10 | Merge pull request #22967 from lrusak/ffmpeg-6 | fuzzard | |
FFmpeg: update to 6.0 | |||
2023-04-08 | [Android] Cleanup missing bionic functions | Jose Luis Marti | |
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-04-06 | webos: Initial starfish video acceleration | Stephan Sundermann | |
2023-04-04 | [cmake] ffmpeg: update version check to 6.0 | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-04-02 | Merge pull request #22823 from fuzzard/cmake_win_maxthreads | jenkins4kodi | |
2023-03-27 | [webos] remove uncecessary keyboard override | wsnipex | |
2023-03-25 | [cmake] build waylandpp static | wsnipex | |
2023-03-23 | [webos] package binary addons | wsnipex | |
2023-03-23 | [webos] improve packaging | wsnipex | |
2023-03-23 | [webos] strip all binaries before packaging for release builds | wsnipex | |
2023-03-22 | Merge pull request #23026 from webosbrew/mariadb-gssapi-webos | Wolfgang Schupp | |
[webOS] Stop building mariadb gssapi plugin | |||
2023-03-21 | Merge pull request #23018 from wsnipex/webos_packaging | Wolfgang Schupp | |
webos: dynamically package missing dependency libraries | |||
2023-03-20 | webos: Stop building mariadb gssapi plugin | Stephan Sundermann | |
2023-03-19 | Add webOS and fix typos in cmake README | throwaway96 | |
This adds webOS to the list of supported platforms in cmake/README.md and fixes a few minor punctuation-related typos. |