summaryrefslogtreecommitdiff
path: root/pluginmanager.cpp
AgeCommit message (Collapse)Author
2025-02-06Fix double ref increment for misc Repository C++ APIsMason Reed
Noticed these when reviewing the Rust Repository API
2024-09-30Fix RepoPlugin::IsViewOnlyJosh Ferrell
2024-09-30Add IsViewOnly field to pluginsKyleMiles
2024-06-14Replace plugin minimum_version with minimum_version_info; Add ↵KyleMiles
maximum_version_info
2024-06-14Plugin Manager : Remove install instructionsKyleMiles
2024-06-14Plugin mananger : Remove license name fieldKyleMiles
2022-01-28Format All FilesKyleMiles
2021-07-29support for repository plugins loaded from a subdirectoryJordan Wiens
2021-04-26Add plugin status when dependencies are being installedPeter LaFosse
2021-03-02Add ability to install python dependenciesPeter LaFosse
Refactor plugin repo loading into scripting provider. Find python binary for given python library
2020-03-20fixing minimim typo throughout apiJordan Wiens
2019-07-08PluginManager refactor for supporting plugin installation uiPeter LaFosse
Expose additional PluginManager APIs and update documentation
2019-05-10Fix some double free bugs in APIRusty Wagner
2017-03-28Cleanup of some of the plugin manager APIsPeter LaFosse
2017-03-22Modifications to support partial uninstallationPeter LaFosse
2017-03-04Adding repo manager APIsPeter LaFosse