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

Loan messages implementation #523

Merged
merged 16 commits into from
May 11, 2021
Merged

Commits on Apr 8, 2021

  1. Added is_plain_ attribute to base TypeSupport.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    723c504 View commit details
    Browse the repository at this point in the history
  2. Added new methods to base TypeSupport.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    81777e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2021

  1. Updates on rmw_fastrtps_cpp.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    89ccf30 View commit details
    Browse the repository at this point in the history
  2. Updates on rmw_fastrtps_dynamic_cpp.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    8d39969 View commit details
    Browse the repository at this point in the history
  3. Linters.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    f4dde4d View commit details
    Browse the repository at this point in the history
  4. Apply suggestion

    Signed-off-by: Miguel Company <[email protected]>
    
    Co-authored-by: Michel Hidalgo <[email protected]>
    MiguelCompany and hidmic committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    f7f275c View commit details
    Browse the repository at this point in the history
  5. Implementation of rmw_publish_loaned_message.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    c8ae268 View commit details
    Browse the repository at this point in the history
  6. Implementation of rmw_borrow_loaned_message.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    2b943ec View commit details
    Browse the repository at this point in the history
  7. Implementation of rmw_return_loaned_message_from_publisher.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    4582a48 View commit details
    Browse the repository at this point in the history
  8. Enable loan messages on publishers of plain types.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    0e99e0c View commit details
    Browse the repository at this point in the history
  9. Initial work for taking loaned messages.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    c07488a View commit details
    Browse the repository at this point in the history
  10. Implementation for taking loaned messages.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    77b4a76 View commit details
    Browse the repository at this point in the history
  11. Enable loan messages on subscriptions of plain types.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    eb4771b View commit details
    Browse the repository at this point in the history
  12. Fixed warnings.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    65e6846 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. DataSharing off by default

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    4aa6327 View commit details
    Browse the repository at this point in the history
  2. Only loan messages when data sharing is enabled.

    Signed-off-by: Miguel Company <[email protected]>
    MiguelCompany committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    a97fd3e View commit details
    Browse the repository at this point in the history