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

Make destroy_subscription thread safe #318

Merged
merged 7 commits into from
Apr 24, 2019

Commits on Apr 23, 2019

  1. Add _rclpy_pycapsule and Handle

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    35aa625 View commit details
    Browse the repository at this point in the history
  2. Subscriptions use Handle

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    7291f7a View commit details
    Browse the repository at this point in the history
  3. Test subscription handle invalidation

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    75170ad View commit details
    Browse the repository at this point in the history
  4. Static assert that integer can hold a pointer

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    5e40a23 View commit details
    Browse the repository at this point in the history
  5. RCLPY -> rclpy

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    5f72443 View commit details
    Browse the repository at this point in the history
  6. assert __use_count does not go below 0

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    2870fee View commit details
    Browse the repository at this point in the history
  7. Use PyLong_FromVoidPtr()

    Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
    sloretz committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    69399f5 View commit details
    Browse the repository at this point in the history