Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatize part of the initPlugin.cpp file generation #5248

Open
bakpaul opened this issue Jan 29, 2025 · 0 comments
Open

Automatize part of the initPlugin.cpp file generation #5248

bakpaul opened this issue Jan 29, 2025 · 0 comments
Labels
enhancement About a possible enhancement issue: discussion Open topic of discussion

Comments

@bakpaul
Copy link
Contributor

bakpaul commented Jan 29, 2025

Methods used by the plugin manager such as :

  • initExternalModule()
  • getModuleName()
  • getModuleVersion()
  • getModuleComponentList()

Are usually exactly the same and only depends on information from CMake. The problem is that if mistake are introduced here, plugins might not be loadable anymore. It might be good to automatize the generation of such method.

@bakpaul bakpaul added enhancement About a possible enhancement issue: discussion Open topic of discussion labels Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement About a possible enhancement issue: discussion Open topic of discussion
Projects
None yet
Development

No branches or pull requests

1 participant