Age | Commit message (Collapse) | Author |
|
|
|
references to iterators
|
|
make use of emplace / try_emplace for maps instead of insert.
clang-tidy seems to have missed a few in previous runs
|
|
this member takes a 'const std::shared_ptr<IAddon>&' now
Signed-off-by: Frank Howie <howie-f@kodi.tv>
|
|
Be able to install addons from ZIP without having valid repos because
of no internet connection.
|
|
|
|
|
|
naming conventions.
|
|
|
|
|
|
(forward-declare as much as possible, include headers actually needed for used types instead of something 'global', outline code, ...), add missing standard includes.
|
|
|
|
add-on is up to date
|
|
* change to three constructors to setup CAddonRepos for all add-ons (default ctor),
a specific add-on id or a specific repository. validity can and should be checked after construction now
* provide CAddonRepos with its own instance of CAddonDatabase
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
changes order of CAddonManager::IsAddonInstalled() functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|