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

Macos #93

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Macos #93

wants to merge 2 commits into from

Commits on Apr 2, 2016

  1. ext: fix SYS_gettid on mac os

    SYS_gettid is not available on mac os
    Alexander Duda authored and doudou committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    45a637a View commit details
    Browse the repository at this point in the history
  2. ext: workaround for loosing exception type (clang)

    rtt plays around with the visibility flags and does not export
    the rtt corba exception classes. The result is that all rtt corba
    exceptions are only seen as CORBA::UserException in the client
    library.
    Alexander Duda authored and doudou committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    db6228b View commit details
    Browse the repository at this point in the history