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

Abstract type conversions into functions #269

Merged
merged 5 commits into from
Feb 15, 2019
Merged

Commits on Feb 5, 2019

  1. Abstract type conversions into functions

    This helps with readability and maintainability.
    Also eliminated use of assertions during conversions, defering to exceptions.
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    4579e5b View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Move common C functions to a shared library 'rclpy_common'

    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    0ab62b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2019

  1. Do not configure rclpy_common as a cpython extension

    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    251175d View commit details
    Browse the repository at this point in the history
  2. Add symbol visiblity control to satisfy Windows compiler

    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    0484bdf View commit details
    Browse the repository at this point in the history
  3. Add target_compile_definitions building dll

    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    0eded64 View commit details
    Browse the repository at this point in the history