|
2 | 2 | Changelog for package boost_plugin_loader
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
| 5 | +Forthcoming |
| 6 | +----------- |
| 7 | +* Add forward declaration header |
| 8 | +* Update badges in readme |
| 9 | +* Add codecov.yml file |
| 10 | +* Update use of target_code_coverage to fix codecov build |
| 11 | +* Move addSymbolLibraryToSearchLibrariesEnv to utils |
| 12 | +* Add back cpack build to ubuntu.yml |
| 13 | +* Fix clang-tidy error in utils.cpp |
| 14 | +* Update CI to push codecov report |
| 15 | +* Static plugin loading using symbol module resolution (`#21 <https://github.com/tesseract-robotics/boost_plugin_loader/issues/21>`_) |
| 16 | + * Static plugin loading using symbol moodule resolution |
| 17 | + * Avoid exceptions in isSymbolAvailable |
| 18 | + * Removed deprecated functions; revised loadLibrary function |
| 19 | + * Add method to plugin loader to load valid libraries in the correct order; revised implementation of plugin loader functions to use library loader function |
| 20 | + * Updated function signature of getAllAvailableSymbols |
| 21 | + * Return libraries specified by absolute paths at the front of the return list |
| 22 | + * Update createSharedInstance signature to match other function |
| 23 | + * Fix macro formatting |
| 24 | + * Add unit test which uses full path for library name |
| 25 | + * Add plugin achor unit test |
| 26 | + * Update decorate to support library name as full path |
| 27 | + * Add name to clang format CI |
| 28 | + --------- |
| 29 | + Co-authored-by: Michael Ripperger <michael.ripperger@swri.org> |
| 30 | +* CI Update (`#20 <https://github.com/tesseract-robotics/boost_plugin_loader/issues/20>`_) |
| 31 | + * Updated clang format job |
| 32 | + * Updated Ubuntu CI job to run on focal, jammy, and noble |
| 33 | + * Update to non-deprecated version of upload artifact action |
| 34 | + * Changed name of variable per clang-tidy |
| 35 | +* Removed duplicate entry in clang-format file (`#18 <https://github.com/tesseract-robotics/boost_plugin_loader/issues/18>`_) |
| 36 | +* Contributors: Levi Armstrong, Michael Ripperger |
| 37 | + |
5 | 38 | 0.2.2 (2024-01-16)
|
6 | 39 | ------------------
|
7 | 40 | * Catch exceptions when enumerating possible symbols and sections (`#17 <https://github.com/marip8/boost_plugin_loader/issues/17>`_)
|
|
0 commit comments