-
Notifications
You must be signed in to change notification settings - Fork 391
Create NEST Extension Interface for NEST compatible with new registration scheme and unloading #3103
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
Merged
Merged
Create NEST Extension Interface for NEST compatible with new registration scheme and unloading #3103
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
fc81bd3
Replace dynamicloader with ModuleManager
heplesser fc26af6
Make ModuleManager safe in case of missing ltdl
heplesser ee0f46b
Add Install function to SLI interpreter
heplesser 1464290
Further significant revision of extension interface, now with class; …
heplesser bda895b
Add missing include
heplesser 1c2a0b0
Paths to libraries can now be set correctly using -Dwith-...=... flags
heplesser 62ae400
First success with module closing (no python)
heplesser 6190fe0
Fix Cmake _ROOT variables for compatibility with pre-3.27
heplesser ea33338
Add NEST lib install dir to LTDL search path on ModuleManager constru…
heplesser 0af2567
Update nestkernel/module_manager.cpp
heplesser 45c167e
Remove externa-modules from cmake options doc
heplesser f404915
Fix comment
heplesser 68bfd1d
Merge branch 'fix-3064' of github.com:heplesser/nest-simulator into f…
heplesser 551543d
Prohibit module Install after nodes have been created
heplesser 8a4d999
Merge branch 'master' of github.com:nest/nest-simulator into fix-3064
heplesser 31aee16
Add missing semicolon
heplesser 61be56b
Merge branch 'master' of github.com:nest/nest-simulator into fix-3064
heplesser a01dcf3
Remove all metadata methods from NESTExtensionInterface; to be re-add…
heplesser 4763f47
Fix module name use
heplesser 181771b
Merge branch 'master' of github.com:nest/nest-simulator into fix-3064
heplesser 5b2715d
Rename confusing reset_kernel flag to initalize/finalize
heplesser 8b5b02d
Correct re-initialization of components from dynamically loaded modul…
heplesser b1e3165
Provide reinitialize function also if no ltdl
heplesser 14dc62c
Update nestkernel/module_manager.h
heplesser aacd3b1
Update nestkernel/module_manager.h
heplesser 6804084
Update nestkernel/module_manager.h
heplesser bef163e
Merge branch 'master' of github.com:nest/nest-simulator into fix-3064
heplesser 9f5a175
Remove version number from nestmodule::name()
heplesser e73b52b
Merge branch 'fix-3064' of github.com:heplesser/nest-simulator into f…
heplesser 0b4f406
Fix formatting
heplesser 4b380aa
Remove unintentionally commited file.
heplesser e17951e
Consistently name adjust_number_of..._only parameter
heplesser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.