aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-29[cmake] Tools/depends platform toolchain propagate tarball dirfuzzard
for tools/depends platforms, we already set tarball dir as part of the configure script. Lets propagate this into the Toolchain file so we dont have to explicitly set -DTARBALL_DIR for those platforms. The single downside to this, is you cant override the toolchain option. However the reality is, you should override the configure script using --with--tarballs
2022-04-29[cmake][android] cleanup packaging make targets after PR #20599fuzzard
2022-04-29Merge pull request #21323 from ksooo/remove-application-settings-circular-depKai Sommerfeld
[application][settings] Remove circular dependency CApplication<->CSettings
2022-04-29Merge pull request #21321 from taoyouh/fix-path-spacefuzzard
[Android][CMake] Fix custom_target commands when PATH has spaces
2022-04-28Merge pull request #21315 from ksooo/pvr-cppcheckKai Sommerfeld
[PVR] Fix CPPCheck warnings
2022-04-28Merge pull request #21309 from fuzzard/cmake_testingKai Sommerfeld
[cmake] rename CORE_HOST_IS_TARGET to HOST_CAN_EXECUTE_TARGET
2022-04-28Merge pull request #21154 from enen92/patchremovedvdMiguel Borges de Freitas
[discs][dvdnav] add GetButtonColorAndAlpha, remove private patch
2022-04-28[discs][dvdnav] add GetButtonColorAndAlpha, remove private patchenen92
2022-04-28[application][settings] Remove circular dependency CApplication<->CSettings.Kai Sommerfeld
2022-04-28[cmake] rename CORE_HOST_IS_TARGET to HOST_CAN_EXECUTE_TARGETfuzzard
We are now in a time where some platforms/archs can execute "foreign" (x86_64) arch code locally (Apple via Rosetta, Windows on arm). Rename CORE_HOST_IS_TARGET to HOST_CAN_EXECUTE_TARGET to allow platforms ArchSetup to set and therefore execute tests if desired.
2022-04-28[Android][CMake] Fix custom_target commands when PATH has spacesHuang, Zhaoquan
Currently, when the PATH environment contains a space, CMake will quote the entire "PATH=/xxx:/xxx" and bash will not recognize this. The patch uses "env" command instead so that the quoted "PATH=/xxx:/xxx" can be recognized.
2022-04-27[PVR] CGUIDialogPVRClientPriorities::InitializeSettings: Remove unused variable.Kai Sommerfeld
2022-04-27[PVR] Fix CPPCheck Warnings: containerOutOfBoundsKai Sommerfeld
2022-04-27[PVR] Fix CPPCheck Warnings: duplicateConditionKai Sommerfeld
2022-04-27[PVR] Fix CPPCheck Warnings: shadowArgumentKai Sommerfeld
2022-04-27[PVR] Fix CPPCheck Warnings: knownConditionTrueFalseKai Sommerfeld
2022-04-27[PVR] Fix CPPCheck Warnings: variableScopeKai Sommerfeld
2022-04-27[PVR] Fix CPPCheck Warnings: constParameterKai Sommerfeld
2022-04-27[PVR] Fix CPPCheck Warnings: useInitializationListKai Sommerfeld
2022-04-27[PVR] Fix CPPCheck Warnings: noExplicitConstructorKai Sommerfeld
2022-04-27[PVR] Fix CPPCheck Warnings: useStlAlgorithmKai Sommerfeld
2022-04-27Merge pull request #20111 from illiliti/check_devnodefuzzard
[linux] storage: check if devnode is valid pointer
2022-04-27Merge pull request #20373 from neo1973/pipewire_warningfuzzard
AESinkPipewire: Fix uninitialized variable usage
2022-04-27Merge pull request #21279 from phunkyfish/missing-satipphunkyfish
[video] select correct inputstream for satip protocol
2022-04-26Merge pull request #21316 from enen92/videodbstuffMiguel Borges de Freitas
[json-rpc] respect set_videodb_details for tvshows, episodes and musicvideos
2022-04-26[json-rpc] bump minor versionenen92
2022-04-26[playlists][json] respect set_videodb_details for tvshows, episodes and ↵enen92
musicvideos
2022-04-25Merge pull request #21308 from enen92/revertautocloseMiguel Borges de Freitas
[video][osd] revert autoclose OSD (2441f82)
2022-04-25Merge pull request #21274 from fuzzard/cmake_libxml2fuzzard
[tools/depends][target] expat use cmake build
2022-04-25Merge pull request #21277 from fuzzard/depends_liblzo2fuzzard
[tools/depends][target] liblzo2 use cmake build system
2022-04-25Merge pull request #21278 from fuzzard/depends_libpngfuzzard
[tools/depends][target] libpng use cmake build system
2022-04-25Merge pull request #21300 from fuzzard/depends_gnutlsfuzzard
[tools/depends][target] gnutls m1 patch clang -march=all failure
2022-04-24[settings][translations] Reorganize string idsenen92
2022-04-24[video][osd] revert 2441f82be7e40bdf3104fbc110844c86acee0776enen92
2022-04-24Merge pull request #21305 from ksooo/kill-even-more-globalsKai Sommerfeld
[AudioEngine] Get rid of global static singletons CALSADeviceMonitor …
2022-04-24[AudioEngine] Get rid of global static singletons CALSADeviceMonitor and ↵Kai Sommerfeld
CALSAHControlMonitor.
2022-04-24Merge pull request #21301 from ksooo/fix-appparamsKai Sommerfeld
[application] Fix and simplify application parameters handling.
2022-04-23[Log] Rename: CLog::Uninitialize -> CLog::DeinitializeKai Sommerfeld
2022-04-23[application] Fix and simplify application parameters handling.Kai Sommerfeld
2022-04-23[tools/depends][target] gnutls m1 patch clang -march=all failurefuzzard
gnutls issue: https://gitlab.com/gnutls/gnutls/-/issues/1317 Essentially clang on buildhost aarch64 doesnt support -march=all flag that is hardcoded in lib/accelerated/aarch64/Makefile.am and .in for AM_CCASFLAGS error is seen as libtool: compile: /Users/Shared/xbmc-depends/arm-darwin21.4.0-native/bin/gas-preprocessor.pl /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch arm64 -Wa,-march=all -fheinous-gnu-extensions -ftree-vectorize -pipe -Wno-trigraphs -fpascal-strings -Wreturn-type -Wunused-variable -fmessage-length=0 -gdwarf-2 -g -D_DEBUG -arch arm64 -miphoneos-version-min=11.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk -isystem /Users/Shared/xbmc-depends/iphoneos15.4_arm64-target-debug/include -c macosx/sha1-armv8.s -o macosx/sha1-armv8.o make[6]: *** [macosx/sha1-armv8.lo] Error 1
2022-04-23Merge pull request #21283 from fuzzard/android_ffmpegfuzzard
[android] fix building kodi for android on osx host due to ffmpeg linker issues
2022-04-22Merge pull request #21293 from CastagnaIT/subfixesMiguel Borges de Freitas
[Subtitle] Fix missing subtitle position reset on flush
2022-04-22[Subtitle] Fix missing flush and reset valuesCastagnaIT
2022-04-22Merge pull request #21294 from CastagnaIT/webvttoverridefixMiguel Borges de Freitas
[Subtitles][Webvtt] Fix override positions
2022-04-22Merge pull request #21289 from enen92/externaldetailsjsonMiguel Borges de Freitas
[JSON] Pass aditional details request for GetDirectory/videos
2022-04-22Merge pull request #21291 from ksooo/kill_fdeventmonitor_globalKai Sommerfeld
Get rid of CFDEventMonitor static global instance.
2022-04-22[Subtitles][Webvtt] Fix override positionsCastagnaIT
2022-04-22[platform] Get rid of CFDEventMonitor static global instance.Kai Sommerfeld
2022-04-22[platform] Extend CPlatform with service registration/deregistration/access ↵Kai Sommerfeld
functionality.
2022-04-20[JSON-RPC] Bump patch version to 12.10.1enen92