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

ament_cmake: 1.5.3-6 in 'rolling/distribution.yaml' [bloom] #36599

Merged
merged 1 commit into from
Mar 24, 2023

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Mar 24, 2023

Increasing version of package(s) in repository ament_cmake to 1.5.3-6:

ament_cmake

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_auto

* Fix ament_auto_add_gtest's parameter passing (#421 <https://github.com/ament/ament_cmake/issues/421>)
* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash, Christopher Wecht

ament_cmake_core

* Use file(GENERATE OUTPUT) to create dsv files (#416 <https://github.com/ament/ament_cmake/issues/416>)
  Using file(WRITE) and file(APPEND) causes the modification stamp of the
  file to be changed each time CMake configures, resluting in an
  'Installing' message rather than an 'Up-to-date' message even though the
  file content is identical.
  Using file(GENERATE OUTPUT) updates the timestamp of the file only if
  the content changes.
* Warn when trying to symlink install an INTERFACE_LIBRARY (#417 <https://github.com/ament/ament_cmake/issues/417>)
* Workaround to exclude Clion's cmake folders from colcon test (#410 <https://github.com/ament/ament_cmake/issues/410>)
  - Add AMENT_IGNORE to CMAKE_BINARY_DIR to avoid picking up cmake
  specific folders created by CLion in colcon build and colcon test
  commands
* if (NOT ${UNDEFINED_VAR}) gets evaluated to false, so change to if (NOT UNDEFINED_VAR) so it evaluates to true. (#407 <https://github.com/ament/ament_cmake/issues/407>)
* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash, Kenji Brameld, Michael Orlov, Scott K Logan, Shane Loretz

ament_cmake_export_definitions

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_export_dependencies

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_export_include_directories

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_export_interfaces

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_export_libraries

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_export_link_flags

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_export_targets

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_gen_version_h

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_gmock

* Fix compiler warnings related to gtest/gmock (#408 <https://github.com/ament/ament_cmake/issues/408>)
  * Suppress compiler warnings when building gmock
  definition of implicit copy constructor ... is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  * Declare gtest/gmock include dirs as SYSTEM PRIVATE for test targets
* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash, Robert Haschke

ament_cmake_google_benchmark

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_gtest

* Fix compiler warnings related to gtest/gmock (#408 <https://github.com/ament/ament_cmake/issues/408>)
  * Suppress compiler warnings when building gmock
  definition of implicit copy constructor ... is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
  * Declare gtest/gmock include dirs as SYSTEM PRIVATE for test targets
* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash, Robert Haschke

ament_cmake_include_directories

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_libraries

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_nose

* Deprecate ament_cmake_nose (#415 <https://github.com/ament/ament_cmake/issues/415>)
* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash, Scott K Logan

ament_cmake_pytest

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_python

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_target_dependencies

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_test

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

ament_cmake_version

* [rolling] Update maintainers - 2022-11-07 (#411 <https://github.com/ament/ament_cmake/issues/411>)
  * Update maintainers to Michael Jeronimo
* Contributors: Audrow Nash

@github-actions github-actions bot added the rolling Issue/PR is for the ROS 2 Rolling distribution label Mar 24, 2023
@cottsay
Copy link
Member Author

cottsay commented Mar 24, 2023

This was necessary to add an additional patch that I missed in #36598

@cottsay cottsay merged commit 66dcf37 into ros:master Mar 24, 2023
@cottsay cottsay deleted the bloom-ament_cmake-0 branch March 24, 2023 23:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rolling Issue/PR is for the ROS 2 Rolling distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant