- More specific prefix in some cmake_parse_argument calls (#523)
- Contributors: Kevin Egger
- Update maintainer list in package.xml files (#503)
- Contributors: Michael Jeronimo
- Add ament_auto_add_gmock to ament_cmake_auto (#482)
- Contributors: Jordan Palacios
- Support INTERFACE on ament_auto_add_library (#420)
- Contributors: Rin Iwai
- Fix ament_auto_add_gtest's parameter passing (#421)
- [rolling] Update maintainers - 2022-11-07 (#411)
- Contributors: Audrow Nash, Christopher Wecht
- Rolling: ament_cmake_auto should include dependencies as SYSTEM (#385)
- Contributors: Joshua Whitley
- Update forthcoming version in changelog
- Contributors: Audrow Nash
- Fix typo in ament_auto_find_test_dependencies (#363)
- Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
- Contributors: Audrow Nash, Daisuke Nishimatsu
- Add ament_auto_add_gtest (#344)
- Use FindPython3 instead of FindPythonInterp (#355)
- Update maintainers (#336)
- Contributors: Chris Lalancette, Joshua Whitley, Shane Loretz
- Update package maintainers. (#286)
- Contributors: Michel Hidalgo
- pass unparsed argument of ament_auto_package() to ament_package() (#194)
- Contributors: Dirk Thomas
- Add option to ament_auto_package to install to share folder: (#166) - This will simplify installing folders like 'cmake' and 'launch' into a package's shared folder
- Contributors: jpsamper2009
- 0.0.3
- Install ament_cmake_auto executables to libexec by default (#97) * Install ament_cmake_auto executables to libexec by default * update docblock * simplify installing executables
- 0.0.2
- Add optional list of required packages for ament_auto_find_build_dependencies (#93) * Add optional list of required packages * Prefix ARG variables + fixup * REQUIRED_PACKAGES -> REQUIRED * Output all ignored packages at once * Pass REQUIRED in addition to QUIET, not instead of * _ignored_pacakges -> _additional_packages * De-duplicate the find_package call * rename var and small changes
- Merge pull request #86 from ament/remove_include remove unnecessary include
- remove unnecessary include
- Merge pull request #84 from ament/use_in_list use IN_LIST
- use IN_LIST
- update schema url
- add schema to manifest files
- Merge pull request #72 from ament/cmake35 require CMake 3.5
- remove trailing spaces from comparisons, obsolete quotes and explicit variable expansion
- require CMake 3.5
- add explicit build type
- disable debug output
- add missing copyright / license information, update format of existing license information
- Merge pull request #3 from ament/windows Windows Support
- [windows] fixed installation of dll's
- use project(.. NONE)
- deal with CMake double expansion
- add ament_cmake_libraries
- update cmake code style
- add ament_cmake_auto
- Contributors: Dirk Thomas, William Woodall, dhood