Change strategy for modules registration to the ModuleRepository
Compare changes
- Stéphane Del Pino authored
+ 13
− 5
@@ -32,9 +34,11 @@ PluginsLoader::_open(const std::string& plugin)
@@ -32,9 +34,11 @@ PluginsLoader::_open(const std::string& plugin)
std::cout << " " << rang::fgB::red << "cannot load " << rang::fg::reset << '\"' << rang::fgB::yellow << plugin
@@ -58,7 +62,7 @@ PluginsLoader::PluginsLoader()
@@ -58,7 +62,7 @@ PluginsLoader::PluginsLoader()
@@ -79,11 +83,15 @@ PluginsLoader::PluginsLoader()
@@ -79,11 +83,15 @@ PluginsLoader::PluginsLoader()
plugin_vector.resize(std::distance(plugin_vector.begin(), std::unique(plugin_vector.begin(), plugin_vector.end())));