https://github.com/ami-iit/sharedlibpp
Tiny cross-platform plug-in system (dll, so, dylib)
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Keywords
Repository
Tiny cross-platform plug-in system (dll, so, dylib)
Basic Info
- Host: GitHub
- Owner: ami-iit
- License: bsd-3-clause
- Language: CMake
- Default Branch: main
- Size: 135 KB
Statistics
- Stars: 19
- Watchers: 14
- Forks: 5
- Open Issues: 2
- Releases: 3
Topics
Metadata Files
README.md
Simple cross platform plug-in system
sharedlibpp is a tiny cross-platform library to create and load shared
libraries for different platform (Linux/Mac/Windows). sharedlibpp provides
an easy and portable way to create plug-ins which encapsulate your c++ classes
inside a shared library (so, dylib, dll).
The original code is taken and from
YARP (Yet Another Robot Platform).
The code is simplified by removing dependencies and some helper functions are
added to report the native OS error messages on failures.
Building on Linux/Mac
$ cd sharedlibpp
$ cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./install
$ cmake --build . --config Release
$ cmake --install .
Running example
The build system by default compiles and build the examples.
- On Linux/Mac
$ cd sharedlibpp/build/examples $ ./math_test mymath $ ./math_test_custom mymathcustom - On Windows first switch to directory where example is created and then
> math_test mymath > math_test_custom mymathcustom
Versioning policy
Any ABI or API incompatible change will result in a major release bump.
Owner
- Name: Artificial and Mechanical Intelligence
- Login: ami-iit
- Kind: organization
- Location: Italy
- Website: https://ami.iit.it/
- Repositories: 111
- Profile: https://github.com/ami-iit
GitHub Events
Total
- Release event: 1
- Watch event: 5
- Delete event: 3
- Push event: 15
- Pull request review event: 1
- Pull request event: 6
- Create event: 5
Last Year
- Release event: 1
- Watch event: 5
- Delete event: 3
- Push event: 15
- Pull request review event: 1
- Pull request event: 6
- Create event: 5
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Daniele E. Domenichelli | d****i@i****t | 27 |
| Silvio Traversaro | s****o@t****t | 9 |
| Ali Paikan | a****n@g****m | 7 |
| Christopher Petrovitch | c****h@g****m | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 6
- Total pull requests: 9
- Average time to close issues: almost 3 years
- Average time to close pull requests: 5 days
- Total issue authors: 3
- Total pull request authors: 4
- Average comments per issue: 1.5
- Average comments per pull request: 0.78
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 1
Past Year
- Issues: 0
- Pull requests: 6
- Average time to close issues: N/A
- Average time to close pull requests: about 2 hours
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 5
- Bot issues: 0
- Bot pull requests: 1
Top Authors
Issue Authors
- traversaro (2)
- IngwiePhoenix (1)
Pull Request Authors
- traversaro (7)
- github-actions[bot] (2)
- nitro44x (2)
- drdanz (1)