index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xbmc
/
addons
/
AddonRepos.cpp
Age
Commit message (
Expand
)
Author
2024-04-23
simplify AddAddonIfLatest
Frank Howie
2024-04-23
AddonRepos.cpp: use structured bindings where possible and don't take referen...
Frank Howie
2024-04-23
follow up to clang-tidy 'modernize-use-emplace'
Frank Howie
2023-08-20
[cleanup] change deprecated 'CAddonMgr::IsCompatible(const IAddon& addon)'
Frank Howie
2023-03-05
addons: having no repos is no error
mglae
2022-12-08
[addonrepos] move debuglog to component 'ADD-ONS' log
Frank Howie
2022-10-17
[addons] Remove prefix 'ADDONS_' from enum class AddonType member names.
Kai Sommerfeld
2022-10-17
[addons] Rename struct CAddonWithUpdate to AddonWithUpdate to follow our nami...
Kai Sommerfeld
2022-10-17
[addons] Avoid to include addons/addoninfo/AddonType.h in headers.
Kai Sommerfeld
2022-10-17
[addons] Make enum ADDON::TYPE an enum class ADDON::AddonType.
Kai Sommerfeld
2022-10-06
[addons] Remove unneeded includes from 'addons' header files (forward-declare...
Kai Sommerfeld
2022-08-07
[addonrepos] replace std::transform with range based for
howie-f
2022-06-19
[addons] CAddonRepos::FindAddonAndCheckForUpdate() return false if checked ad...
howie-f
2022-05-10
[addons] class CAddonRepos refactor, no functional changes
howie-f
2022-01-29
[cleanup] change indentifiers YES and NO to CHOICE_YES and CHOICE_NO (Part 2)
howie-f
2022-01-29
[cleanup] change indentifiers YES and NO to CHOICE_YES and CHOICE_NO
howie-f
2021-03-27
[addons] cleanup: std::move rather than copy for vectors
howie-f
2020-11-20
refactor: GetAddon() / GetDepsRecursive() default and bool parameters
howie-f
2020-10-28
[addons] fix logic for CAddonMgr::FindInstallableById() when addon is up-to-date
howie-f
2020-10-25
[addons] fix: improve update of system-addons via official repos
howie-f
2020-10-25
[addons] cleanup: remove bool parameter and obsolete wrappers
howie-f
2020-10-14
[addons] fix: set CheckAddonPath for select dialog
howie-f
2020-10-08
[addons] sort order 1. offical/2. private for version select dialog
howie-f
2020-10-08
[addons] refactor: change bool parameter to enum: IsFromOfficialRepo()
howie-f
2020-09-29
[addons] fix and improve pin/unpin-logic
howie-f
2020-09-29
[addons] refactor: replace vectors with single map
howie-f
2020-09-18
[addons] fix: override empty addon origin to find dependencies from parent repo
howie-f
2020-09-11
[addons] add IsUpdate infobool
howie-f
2020-08-31
[addons] show latest addon version from each repo for 'install from all repos'
howie-f
2020-08-30
[addons] an add-on can not have a dependency that is a repo
howie-f
2020-08-28
[addons] minor refactoring/cleanup
howie-f
2020-08-25
[addons] fix: restore needed filtering for addon views
howie-f
2020-08-25
[addons] if an addon has no repo it will at least update-check official repos
howie-f
2020-08-19
[addons] origin check for dependencies on addon installation
howie-f
2020-08-19
[addons] only allow update from official repos or origin
howie-f
2020-08-19
[addons] implement CAddonRepos and refactor available addon-maps
howie-f