ros / console_bridge

A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
BSD 3-Clause "New" or "Revised" License
22 stars 62 forks source link

Add visibility support, generates files in build directory #9

Closed thomas-moulard closed 11 years ago

thomas-moulard commented 11 years ago

Dear all, here is a patch which implements visibility support for console_bridge in an attempt to reduce possible ABI breakage. Another patch is dealing with the fact that files where generated out of the build directory which is usually considered as a bad practice.

isucan commented 11 years ago

Looks good. Thanks!