CHANGELOG

Changelog for package rmw_test_fixture_implementation

0.15.2 (2025-07-29)

  • fix cmake deprecation (#47)

  • Contributors: mosfet80

0.15.1 (2025-06-30)

  • On start-after-stop, re-check RMW_IMPLEMENTATION for changes (#46)

  • Choose random domain IDs during default RMW isolation (#39)

  • Ignore SIGINT after child process has been spawned (#45)

  • Add some smoke tests for rmw_test_fixture_implementation (#42)

  • Copy all environment variables explicitly (#43)

  • Split the generator expression for each library (#36)

  • Contributors: Scott K Logan, Tanishq Chaudhary

0.15.0 (2025-04-24)

  • Removed clang warnings (#34)

  • Contributors: Alejandro Hernández Cordero

0.14.3 (2025-04-18)

0.14.2 (2025-04-18)

  • Don’t set ROS_AUTOMATIC_DISCOVERY_RANGE in rmw_test_fixture (#33)

  • Fix rmw_test_fixture DLL import on Windows (#32)

  • Fix range for rmw_test_fixture_default port locking (#31)

  • Stop loading RMW to load the test fixture (#30)

  • Contributors: Scott K Logan

0.14.1 (2025-04-02)

  • Add ‘default’ rmw_test_fixture based on domain_coordinator (#26)

  • Install run_rmw_isolated executable to lib subdirectory (#25)

  • Ignore Ctrl-C in run_rmw_isolated on Windows (#24)

  • Resolve windows warnings in rmw_test_fixture (#22)

  • Add rmw_test_fixture for supporting RMW-isolated testing (#21)

  • Contributors: Alejandro Hernández Cordero, Scott K Logan