Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-13 | [tools/depends][native] Flatbuffers add native version use native Toolchain | fuzzard | |
Use native toolchain for native flatbuffer build Add VERSION file to native flatbuffers | |||
2023-06-10 | [tools/depends][target] fix removed download target | fuzzard | |
2023-06-10 | [tools/depends][target] config.site remove PYTHON_VERSION variable | fuzzard | |
variable was out of sync, and apparently has no effect any longer. | |||
2023-06-09 | Merge pull request #23240 from lrusak/textureformats-enum | Markus Härer | |
TextureFormats.h: use XB_FMT as an enum | |||
2023-06-07 | [Android] unneeded explicit definition of __ANDROID_API__ | Jose Luis Marti | |
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-06-04 | [depends][flatbuffers] Update to 23.3.3 | Markus Härer | |
2023-06-04 | Merge pull request #23348 from fuzzard/buildsteps_applesdk | fuzzard | |
[Buildsteps] Use xcode 14.2 and relevant SDK's for Apple platforms | |||
2023-05-31 | Merge pull request #23342 from Karlson2k/mhd_bump_v0.9.77 | jenkins4kodi | |
2023-05-31 | [buildsteps] use xcode 14.2 and relevant SDKs for ios jenkins jobs | fuzzard | |
2023-05-31 | [buildsteps] use xcode 14.2 and relevant SDKs for tvos jenkins jobs | fuzzard | |
2023-05-31 | [buildsteps] use xcode 14.2 and relevant SDKs for osx jenkins jobs | fuzzard | |
2023-05-30 | depends/libmicrohttpd: bump to the new version | Evgeny Grin (Karlson2k) | |
2023-05-30 | [buildsteps] osx-arm add test execution | fuzzard | |
We now have Apple silicon builders, so we can run arm64 tests for osx | |||
2023-05-29 | Add .gradle directory to .gitignore | Jose Luis Marti | |
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-20 | Merge pull request #23279 from fuzzard/remove_mesoncross | fuzzard | |
[tools/depends][target] remove meson_cross_setup | |||
2023-05-20 | Merge pull request #23255 from lrusak/windows-curl | fuzzard | |
[windows] use curl instead of wget to download dependencies | |||
2023-05-19 | Merge pull request #23059 from joseluismarti/NetworkCallback | Miguel Borges de Freitas | |
[Android] Listen to default network changes | |||
2023-05-17 | TextureFormats.h: use XB_FMT as an enum | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-15 | [windows] correct tar command usage | Lukas Rusak | |
this fixes the following warning: tar.exe: Option -a is not permitted in mode -x Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-15 | [windows] use curl instead of wget to download dependencies | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-14 | [tools/depends][target] remove meson_cross_setup | fuzzard | |
We moved the meson cross file setup to the configure script. Just remove the remnants | |||
2023-05-13 | [Android] Listen to default network changes | Jose Luis Marti | |
2023-05-12 | TexturePacker: use simple map insertion | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: simplify dupes initialization | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add dupes as a class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add hashes as a class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add method to enable verbose output | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: move flags to class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: move dupecheck to class member | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: move Usage to anonymous namespace | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add checkDupe to class | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add createXBTFFrame to class | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: use GetDuration() to get frame duration | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: set frame duration in createXBTFFrame | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: createXBTFFrame pass DecodedFrame instead of RGBAImage | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: remove unnecessary string manipulation | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: combine printf formatting into a single call | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: repurpose appendContent as createXBTFFrame | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add HasAlpha to an anonymous namespace | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-12 | TexturePacker: add GetFormatString to an anonymous namespace | Lukas Rusak | |
Signed-off-by: Lukas Rusak <lorusak@gmail.com> | |||
2023-05-11 | Merge pull request #22780 from lrusak/depends-native-fixes | Lukas Rusak | |
2023-05-11 | bump libandroidjni | Jose Luis Marti | |
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 #23177 from joseluismarti/tvlauncher | fuzzard | |
[Android] Only use recommended channels on Android TV stock |