CHANGELOG

Changelog for package rmw_test_fixture_implementation

0.14.7 (2025-12-09)

  • Drop dependency group dependency on test fixtures (#60) (#61)

  • Contributors: mergify[bot]

0.14.6 (2025-11-28)

  • Restore ROS_DOMAIN_ID after isolation is finished (#58) (#59)

  • Contributors: mergify[bot]

0.14.5 (2025-10-31)

  • default to c++17 due to use of newer methods on std::map (#57)

  • Contributors: William Woodall

0.14.4 (2025-10-17)

  • Copy all environment variables explicitly (backport #43) (#52)

  • fix cmake deprecation (#47) (#48)

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

  • Removed clang warnings (#34)

  • Contributors: Alejandro Hernández Cordero, mergify[bot]

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