aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-18[cmake][modules] FindLibZip cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindLibUSB cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindLibDRM cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindLibAndroidJNI cleanup and use core_target_link_librariesfuzzard
2024-05-18 [cmake][modules] FindLCMS2 cleanup and use core_target_link_librariesfuzzard
2024-05-18 [cmake][modules] FindIconv cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindHarfBuzz cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindGBM cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindFstrcmp cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindFreeType cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindFmt cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindEffects11 cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindEGL cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindDBus cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindDetours cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindCurl cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindCrossGUID cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindCAP cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindBluetooth cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindAvahi cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindCEC cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindAlsa cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindAcbAPI cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake][modules] FindASS cleanup and use core_target_link_librariesfuzzard
2024-05-18[cmake] macro to iterate required/optional dep lists for linkingfuzzard
The macro takes an argument that is the target to link to, and then iterates over the require and optional dep lists we maintain, and then checks for a target of the form APP_NAME_LC::Dep. The goal is to remove the need to manually track/add INTERNAL_DEPS_PROP property
2024-05-16Merge pull request #25174 from garbear/improve-loggingjenkins4kodi
2024-05-16Merge pull request #25175 from garbear/fix-mapping-triggersGarrett Brown
Joysticks: Fix mapping PS4 trigger analog semiaxes
2024-05-16[Android][Peripherals] Extend range of keycodes for NDK v26Garrett Brown
2024-05-15Merge pull request #25215 from joseluismarti/network_link_statejenkins4kodi
2024-05-15[GUI] Fix network link status in system infoJose Luis Marti
2024-05-14Merge pull request #25198 from 78andyp/nfofixCrystalP
[Video] Fix Episode NFO parsing error (introduced in #24565)
2024-05-13Merge pull request #25208 from thexai/mat-logs-2thexai
PackerMAT: adjusted log line and code comment cosmetics
2024-05-13Merge pull request #25203 from ksooo/pvr-timer-settings-any-channel-namesKai Sommerfeld
[PVR] Timer settings dialog: Add client name to 'Any channel' value s…
2024-05-13Merge pull request #25142 from ksooo/estuary-pvr-guide-improvementKai Sommerfeld
[PVR][guilib][Estuary] Guide window improvement
2024-05-13PackerMAT: adjusted log line and code comment cosmeticsthexai
2024-05-13Merge pull request #25170 from fuzzard/depends_cmakefuzzard
[tools/depends][native] Bump cmake 3.29.3
2024-05-13Merge pull request #25199 from fuzzard/cmake_llvm_builtoolsfuzzard
[cmake][modules] Relocate FindLLVM to buildtools module folder
2024-05-12[PVR] Timer settings dialog: Add client name to 'Any channel' value so the ↵ksooo
values can be distinguished by the user.
2024-05-12Merge pull request #25161 from DeltaMikeCharlie/docs-2024-05-castKai Sommerfeld
[Docs] Update @return for ListItem/VideoPlayer.Cast/CastAndRole
2024-05-12Merge pull request #25183 from thexai/cleanup-read/write-bitsthexai
[cleanup] Use FFmpeg for AV_RBxx, AV_WBxx and AV_WLxx functions and drop 'BitstreamWriter.cpp'
2024-05-12[cmake][modules] Relocate FindLLVM to buildtools module folderfuzzard
2024-05-12Merge pull request #25196 from notspiff/move_playlist_namespace_to_kodiArne Morten Kvarving
changed: rename PLAYLIST namespace to KODI::PLAYLIST
2024-05-12Merge pull request #25185 from notspiff/simplify_network_fileitem_classifiersArne Morten Kvarving
Simplify network FileItem classifiers
2024-05-12[tools/depends][native] Bump Cmake 3.29.3fuzzard
2024-05-12Merge pull request #25180 from fuzzard/remove_kissfftfuzzard
Remove kissfft
2024-05-12Merge pull request #25193 from fuzzard/fix_cmake_blurayfuzzard
[cmake][modules] FindBluray correctly append rather than set compile definition
2024-05-11changed: rename PLAYLIST namespace to KODI::PLAYLISTArne Morten Kvarving
2024-05-11Fix Episode NFO parsing error (introduced in #24565)78andyp
2024-05-11Merge pull request #25191 from ksooo/pvr-fix-timer-creation-crashKai Sommerfeld
[PVR] Fix crash on creation of epg-based reminder rule with 'any channel'…
2024-05-11Merge pull request #25186 from ksooo/pvr-fix-timer-settings-channel-selectionKai Sommerfeld
[PVR] Timer settings dialog: Fix selection of current channel, …