Skip to content

Use visibility/export annotations for C++ code #216

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

Merged
merged 2 commits into from
Jan 8, 2019

Conversation

stuartmorgan-g
Copy link
Collaborator

Adds export macros, and annotations for all symbols that should be
public.

Switches the default for shared library builds on Linux to
visibility=hidden so that missing annotations will be caught on both
platforms, rather than just Windows.

Fixes issue #208

Adds export macros, and annotations for all symbols that should be
public.

Switches the default for shared library builds on Linux to
visibility=hidden so that missing annotations will be caught on both
platforms, rather than just Windows.

Fixes issue google#208
Uses the export macros instead.
@stuartmorgan-g stuartmorgan-g merged commit 9098be0 into google:master Jan 8, 2019
@stuartmorgan-g stuartmorgan-g deleted the library-visibility branch January 8, 2019 22:33
stuartmorgan-g pushed a commit that referenced this pull request Jan 9, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants