-
Notifications
You must be signed in to change notification settings - Fork 422
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
C++ visibility support (take II) #233
Merged
jslee02
merged 21 commits into
flexible-collision-library:master
from
j-rivero:visibility2
Nov 17, 2017
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
43d6a4e
Implement C++ visibility
j-rivero 17a6c33
Added an option to hide all symbols
j-rivero 3fb1525
Use compiler instead of gcc for variable names
j-rivero 59e3f2d
Revert wrong changes introduced in headers documentation
j-rivero c8c6d50
Add missing FCL_VISIBLE macros
j-rivero 9fa581d
More FCL_VISIBLE additions
j-rivero d090a99
Merge branch 'master' into visibility2
jslee02 268af4c
Missing symbols
j-rivero 3751298
Last two missing FCL_VISIBLE symbols
j-rivero 22a8fb6
Merge branch 'visibility2' of github.com:j-rivero/fcl into visibility2
j-rivero 4c9e019
Implement the use of GenerateExportHeader to control visibility
j-rivero 23afecf
Added missing macros to make clang happy
j-rivero 956d3a9
Fix the definition after using GenerateExportHeader
j-rivero 3a24d6f
Merge branch 'master' into visibility2
jslee02 b511676
Merge branch 'master' into visibility2
jslee02 f98dd43
Change export header from fcl_export.h to fcl/export.h
j-rivero a232b08
Revert unintended modifications
j-rivero fd81e43
Merge branch 'visibility2' of github.com:j-rivero/fcl into visibility2
j-rivero c367a8b
Merge branch 'master' into visibility2
jslee02 831a13e
Fix install directory of the export.h file
j-rivero 2b2478d
Merge branch 'visibility2' of github.com:j-rivero/fcl into visibility2
j-rivero File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just learned this very useful CMake utility! 😮