Skip to content
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

Set symbol visibility to hidden for rclcpp #638

Closed
wants to merge 2 commits into from

Commits on Feb 26, 2019

  1. Set symbol visibility to hidden for rclcpp

    Enabling symbol visibility feature in gcc and clang compilers.
    This will hep find symbol export related issues in linux and
    potentially reduce compile times.
    
    Discourse topic link:
    https://discourse.ros.org/t/set-symbol-visibility-to-hidden-for-rmw-and-rcl-packages/7981
    
    Signed-off-by: Sachin Suresh Bhat <[email protected]>
    bhatsach committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    6f15f30 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. Remove inner RCL public macros for each of the modified classes and i…

    …ntroduce a separate configure_rclcpp.cmake
    
    Signed-off-by: Sachin Suresh Bhat <[email protected]>
    bhatsach committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    1459878 View commit details
    Browse the repository at this point in the history