Changelog for package class_loader
0.1.31 (2013-08-21)
- fix missing class name in logWarn output
0.1.30 (2013-07-14)
- check for CATKIN_ENABLE_TESTING (#10)
- fix find Poco to return full lib path (#8)
- add missing runtime destination for library under Windows
0.1.29 (2013-06-06)
- improve check for Poco foundation and headers (#7)
0.1.28 (2013-03-21)
- use find_package for Poco/dl instead to make it work on other platforms
- update Poco cmake file to include libdl on non-windows systems
0.1.27 (2013-01-25)
- change warning message for managed/unmanaged instance mixture in lazy loading mode
0.1.26 (2013-01-17)
- fix all instances marked as unmanaged
0.1.25 (2013-01-16)
- fix redundant destructor definition being pulled into plugin library for metaobjects instead of being contained with libclass_loader.so
0.1.24 (2013-01-14 15:27)
- fix syntax error for logInform
0.1.23 (2013-01-14 15:23)
- downgrade some warning messages to be info/debug
0.1.22 (2013-01-14 15:01)
- add safety checks for mixing of managed/unmanaged mixing as well as pointer equivalency check between graveyard and newly created metaobjects
0.1.21 (2013-01-13)
- fix compile issue on OSX in dependent packages (#3)
- add more debug information
0.1.20 (2012-12-21 16:04)
- first public release for Groovy