Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ros2/rmw_implementation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rolling
Choose a base ref
...
head repository: ros2/rmw_implementation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: humble
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 8 files changed
  • 9 contributors

Commits on Dec 22, 2022

  1. Build-time RMW selection does not need ament_index_cpp (#210) (#211)

    So don't find_package(..) it if RMW_IMPLEMENTATION_DISABLE_RUNTIME_SELECTION is OFF.
    
    Signed-off-by: gavanderhoorn <[email protected]>
    (cherry picked from commit 11652db)
    
    Co-authored-by: G.A. vd. Hoorn <[email protected]>
    mergify[bot] and gavanderhoorn authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c726d7d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. 2.8.2

    Signed-off-by: Audrow Nash <[email protected]>
    audrow committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    413eb31 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update quality declaration document (#225) (#228)

    Signed-off-by: Christophe Bedard <[email protected]>
    (cherry picked from commit c383790)
    
    Co-authored-by: Christophe Bedard <[email protected]>
    mergify[bot] and christophebedard-apexai authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ccec185 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. 2.8.3

    Signed-off-by: Audrow Nash <[email protected]>
    audrow committed May 15, 2024
    Configuration menu
    Copy the full SHA
    36da06b View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Add test creating two content filter topics with the same topic name …

    …… (backport #233) (#236)
    
    * Add test creating two content filter topics with the same topic name (#230) (#233)
    
    Signed-off-by: Mario-DL <[email protected]>
    Signed-off-by: Mario Dominguez <[email protected]>
    Co-authored-by: Mario Domínguez López <[email protected]>
    (cherry picked from commit 16e14d1)
    
    * build test for each rmw implementation.
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    
    ---------
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    Co-authored-by: Alejandro Hernández Cordero <[email protected]>
    Co-authored-by: Tomoya Fujita <[email protected]>
    3 people authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b1338f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. 2.8.4

    Signed-off-by: Audrow Nash <[email protected]>
    audrow committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    906f57c View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. add ignore_local_publications_serialized test. (backport #255) (#258)

    * add ignore_local_publications_serialized test. (#255)
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    (cherry picked from commit 1eceed4)
    
    # Conflicts:
    #	test_rmw_implementation/test/test_subscription.cpp
    
    * resolve conflict.
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    
    ---------
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    Co-authored-by: Tomoya Fujita <[email protected]>
    mergify[bot] and fujitatomoya authored May 20, 2025
    Configuration menu
    Copy the full SHA
    78fca7f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Update changelogs

    Signed-off-by: Christophe Bedard <[email protected]>
    christophebedard committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    1fe5335 View commit details
    Browse the repository at this point in the history
  2. 2.8.5

    Signed-off-by: Christophe Bedard <[email protected]>
    christophebedard committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    8fcd975 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Test failing deserialization of invalid sequence length (backport #261)…

    … (#264)
    
    * Test failing deserialization of invalid sequence length (#261)
    
    * Add test infrastructure.
    
    Signed-off-by: Miguel Company <[email protected]>
    
    * Test that deserialization with wrong sequence length fails.
    
    Signed-off-by: Miguel Company <[email protected]>
    
    ---------
    
    Signed-off-by: Miguel Company <[email protected]>
    (cherry picked from commit 4dd5d57)
    
    # Conflicts:
    #	test_rmw_implementation/test/test_serialize_deserialize.cpp
    
    * resolve conflicts.
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    
    ---------
    
    Signed-off-by: Tomoya Fujita <[email protected]>
    Co-authored-by: Miguel Company <[email protected]>
    Co-authored-by: Tomoya Fujita <[email protected]>
    3 people authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    edc2988 View commit details
    Browse the repository at this point in the history
Loading