|
Package Summary
Tags | No category tags. |
Version | 1.3.10 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_cmake.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2024-11-01 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Dirk Thomas
Changelog for package ament_cmake_auto
1.3.10 (2024-07-26)
1.3.9 (2024-05-15)
1.3.8 (2024-02-16)
1.3.7 (2024-01-24)
1.3.6 (2023-11-13)
1.3.5 (2023-06-22)
1.3.4 (2023-04-25)
1.3.3 (2022-11-07)
- Rolling: ament_cmake_auto should include dependencies as SYSTEM (#385) (#404)
- Contributors: mergify[bot]
1.3.2 (2022-05-17)
1.3.1 (2022-03-28)
1.3.0 (2022-02-17)
- Update forthcoming version in changelog
- Contributors: Audrow Nash
1.2.1 (2022-01-14)
- Fix typo in ament_auto_find_test_dependencies (#363)
- Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
- Contributors: Audrow Nash, Daisuke Nishimatsu
1.2.0 (2021-10-29)
- Add ament_auto_add_gtest (#344)
- Use FindPython3 instead of FindPythonInterp (#355)
- Update maintainers (#336)
- Contributors: Chris Lalancette, Joshua Whitley, Shane Loretz
1.1.4 (2021-05-06)
1.1.3 (2021-03-09)
1.1.2 (2021-02-26 22:59)
1.1.1 (2021-02-26 19:12)
1.1.0 (2021-02-24)
1.0.4 (2021-01-25)
1.0.3 (2020-12-10)
1.0.2 (2020-12-07)
- Update package maintainers. (#286)
- Contributors: Michel Hidalgo
1.0.1 (2020-09-10)
1.0.0 (2020-07-22)
0.9.6 (2020-06-23)
0.9.5 (2020-06-02)
0.9.4 (2020-05-26)
0.9.3 (2020-05-19)
0.9.2 (2020-05-07)
0.9.1 (2020-04-24 15:45)
0.9.0 (2020-04-24 12:25)
0.8.1 (2019-10-23)
0.8.0 (2019-10-04)
- pass unparsed argument of ament_auto_package() to ament_package() (#194)
- Contributors: Dirk Thomas
0.7.3 (2019-05-29)
0.7.2 (2019-05-20)
0.7.1 (2019-05-07)
-
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.7.0 (2019-04-08)
0.6.0 (2018-11-13)
0.5.1 (2018-07-17)
0.5.0 (2018-06-13)
0.4.0 (2017-12-08)
- 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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_gmock | |
ament_cmake_gtest |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_cmake_auto at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 2.0.7 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_cmake.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-11-08 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
Authors
- Dirk Thomas
- Michel Hidalgo
Changelog for package ament_cmake_auto
2.0.7 (2024-11-09)
2.0.6 (2024-07-11)
- More specific prefix in some cmake_parse_argument calls (#537)
- Contributors: Kevin Egger
2.0.5 (2024-04-19)
2.0.4 (2024-02-07)
2.0.3 (2023-06-22)
2.0.2 (2023-04-12)
2.0.1 (2023-04-11)
2.0.0 (2023-04-11)
- Support INTERFACE on ament_auto_add_library (#420)
- Contributors: Rin Iwai
1.5.3 (2023-02-13)
- Fix ament_auto_add_gtest's parameter passing (#421)
- [rolling] Update maintainers - 2022-11-07 (#411)
- Contributors: Audrow Nash, Christopher Wecht
1.5.2 (2022-11-02)
- Rolling: ament_cmake_auto should include dependencies as SYSTEM (#385)
- Contributors: Joshua Whitley
1.5.1 (2022-09-13)
1.5.0 (2022-07-11)
1.4.0 (2022-04-29)
1.3.1 (2022-03-28)
1.3.0 (2022-02-17)
- Update forthcoming version in changelog
- Contributors: Audrow Nash
1.2.1 (2022-01-14)
- Fix typo in ament_auto_find_test_dependencies (#363)
- Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
- Contributors: Audrow Nash, Daisuke Nishimatsu
1.2.0 (2021-10-29)
- Add ament_auto_add_gtest (#344)
- Use FindPython3 instead of FindPythonInterp (#355)
- Update maintainers (#336)
- Contributors: Chris Lalancette, Joshua Whitley, Shane Loretz
1.1.4 (2021-05-06)
1.1.3 (2021-03-09)
1.1.2 (2021-02-26 22:59)
1.1.1 (2021-02-26 19:12)
1.1.0 (2021-02-24)
1.0.4 (2021-01-25)
1.0.3 (2020-12-10)
1.0.2 (2020-12-07)
- Update package maintainers. (#286)
- Contributors: Michel Hidalgo
1.0.1 (2020-09-10)
1.0.0 (2020-07-22)
0.9.6 (2020-06-23)
0.9.5 (2020-06-02)
0.9.4 (2020-05-26)
0.9.3 (2020-05-19)
0.9.2 (2020-05-07)
0.9.1 (2020-04-24 15:45)
0.9.0 (2020-04-24 12:25)
0.8.1 (2019-10-23)
0.8.0 (2019-10-04)
- pass unparsed argument of ament_auto_package() to ament_package() (#194)
- Contributors: Dirk Thomas
0.7.3 (2019-05-29)
0.7.2 (2019-05-20)
0.7.1 (2019-05-07)
-
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.7.0 (2019-04-08)
0.6.0 (2018-11-13)
0.5.1 (2018-07-17)
0.5.0 (2018-06-13)
0.4.0 (2017-12-08)
- 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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_gtest |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_cmake_auto at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 2.5.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_cmake.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-11-01 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
Authors
- Dirk Thomas
- Michel Hidalgo
Changelog for package ament_cmake_auto
2.5.2 (2024-07-02)
- More specific prefix in some cmake_parse_argument calls (#523) (#539) (cherry picked from commit fdbf4574d7ccc67c29d63f906ddbd88017eb9ecc) Co-authored-by: Kevin Egger <<eggerk@users.noreply.github.com>>
- Contributors: mergify[bot]
2.5.1 (2024-06-27)
2.5.0 (2024-04-16)
2.4.0 (2024-03-28)
- Update maintainer list in package.xml files (#503)
- Contributors: Michael Jeronimo
2.3.2 (2023-12-26)
2.3.1 (2023-11-06)
- Add ament_auto_add_gmock to ament_cmake_auto (#482)
- Contributors: Jordan Palacios
2.3.0 (2023-09-07)
2.2.2 (2023-08-21)
2.2.1 (2023-06-21)
2.2.0 (2023-06-07)
2.1.0 (2023-04-26)
2.0.2 (2023-04-12)
2.0.1 (2023-04-11)
2.0.0 (2023-04-11)
- Support INTERFACE on ament_auto_add_library (#420)
- Contributors: Rin Iwai
1.5.3 (2023-02-13)
- Fix ament_auto_add_gtest's parameter passing (#421)
- [rolling] Update maintainers - 2022-11-07 (#411)
- Contributors: Audrow Nash, Christopher Wecht
1.5.2 (2022-11-02)
- Rolling: ament_cmake_auto should include dependencies as SYSTEM (#385)
- Contributors: Joshua Whitley
1.5.1 (2022-09-13)
1.5.0 (2022-07-11)
1.4.0 (2022-04-29)
1.3.1 (2022-03-28)
1.3.0 (2022-02-17)
- Update forthcoming version in changelog
- Contributors: Audrow Nash
1.2.1 (2022-01-14)
- Fix typo in ament_auto_find_test_dependencies (#363)
- Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
- Contributors: Audrow Nash, Daisuke Nishimatsu
1.2.0 (2021-10-29)
- Add ament_auto_add_gtest (#344)
- Use FindPython3 instead of FindPythonInterp (#355)
- Update maintainers (#336)
- Contributors: Chris Lalancette, Joshua Whitley, Shane Loretz
1.1.4 (2021-05-06)
1.1.3 (2021-03-09)
1.1.2 (2021-02-26 22:59)
1.1.1 (2021-02-26 19:12)
1.1.0 (2021-02-24)
1.0.4 (2021-01-25)
1.0.3 (2020-12-10)
1.0.2 (2020-12-07)
- Update package maintainers. (#286)
- Contributors: Michel Hidalgo
1.0.1 (2020-09-10)
1.0.0 (2020-07-22)
0.9.6 (2020-06-23)
0.9.5 (2020-06-02)
0.9.4 (2020-05-26)
0.9.3 (2020-05-19)
0.9.2 (2020-05-07)
0.9.1 (2020-04-24 15:45)
0.9.0 (2020-04-24 12:25)
0.8.1 (2019-10-23)
0.8.0 (2019-10-04)
- pass unparsed argument of ament_auto_package() to ament_package() (#194)
- Contributors: Dirk Thomas
0.7.3 (2019-05-29)
0.7.2 (2019-05-20)
0.7.1 (2019-05-07)
-
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.7.0 (2019-04-08)
0.6.0 (2018-11-13)
0.5.1 (2018-07-17)
0.5.0 (2018-06-13)
0.4.0 (2017-12-08)
- 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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_gmock | |
ament_cmake_gtest |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_cmake_auto at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 2.7.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_cmake.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2024-11-19 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Chris Lalancette
Authors
- Dirk Thomas
- Michel Hidalgo
Changelog for package ament_cmake_auto
2.7.2 (2024-11-19)
2.7.1 (2024-10-03)
2.7.0 (2024-06-25)
2.6.1 (2024-06-17)
- More specific prefix in some cmake_parse_argument calls (#523)
- Contributors: Kevin Egger
2.6.0 (2024-04-26)
2.5.0 (2024-04-16)
2.4.0 (2024-03-28)
- Update maintainer list in package.xml files (#503)
- Contributors: Michael Jeronimo
2.3.2 (2023-12-26)
2.3.1 (2023-11-06)
- Add ament_auto_add_gmock to ament_cmake_auto (#482)
- Contributors: Jordan Palacios
2.3.0 (2023-09-07)
2.2.2 (2023-08-21)
2.2.1 (2023-06-21)
2.2.0 (2023-06-07)
2.1.0 (2023-04-26)
2.0.2 (2023-04-12)
2.0.1 (2023-04-11)
2.0.0 (2023-04-11)
- Support INTERFACE on ament_auto_add_library (#420)
- Contributors: Rin Iwai
1.5.3 (2023-02-13)
- Fix ament_auto_add_gtest's parameter passing (#421)
- [rolling] Update maintainers - 2022-11-07 (#411)
- Contributors: Audrow Nash, Christopher Wecht
1.5.2 (2022-11-02)
- Rolling: ament_cmake_auto should include dependencies as SYSTEM (#385)
- Contributors: Joshua Whitley
1.5.1 (2022-09-13)
1.5.0 (2022-07-11)
1.4.0 (2022-04-29)
1.3.1 (2022-03-28)
1.3.0 (2022-02-17)
- Update forthcoming version in changelog
- Contributors: Audrow Nash
1.2.1 (2022-01-14)
- Fix typo in ament_auto_find_test_dependencies (#363)
- Update maintainers to Michael Jeronimo and Michel Hidalgo (#362)
- Contributors: Audrow Nash, Daisuke Nishimatsu
1.2.0 (2021-10-29)
- Add ament_auto_add_gtest (#344)
- Use FindPython3 instead of FindPythonInterp (#355)
- Update maintainers (#336)
- Contributors: Chris Lalancette, Joshua Whitley, Shane Loretz
1.1.4 (2021-05-06)
1.1.3 (2021-03-09)
1.1.2 (2021-02-26 22:59)
1.1.1 (2021-02-26 19:12)
1.1.0 (2021-02-24)
1.0.4 (2021-01-25)
1.0.3 (2020-12-10)
1.0.2 (2020-12-07)
- Update package maintainers. (#286)
- Contributors: Michel Hidalgo
1.0.1 (2020-09-10)
1.0.0 (2020-07-22)
0.9.6 (2020-06-23)
0.9.5 (2020-06-02)
0.9.4 (2020-05-26)
0.9.3 (2020-05-19)
0.9.2 (2020-05-07)
0.9.1 (2020-04-24 15:45)
0.9.0 (2020-04-24 12:25)
0.8.1 (2019-10-23)
0.8.0 (2019-10-04)
- pass unparsed argument of ament_auto_package() to ament_package() (#194)
- Contributors: Dirk Thomas
0.7.3 (2019-05-29)
0.7.2 (2019-05-20)
0.7.1 (2019-05-07)
-
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.7.0 (2019-04-08)
0.6.0 (2018-11-13)
0.5.1 (2018-07-17)
0.5.0 (2018-06-13)
0.4.0 (2017-12-08)
- 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
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_gmock | |
ament_cmake_gtest |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged ament_cmake_auto at Robotics Stack Exchange
|
Package Summary
Tags | No category tags. |
Version | 1.1.6 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/ament_cmake.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-12-02 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Michael Jeronimo
- Michel Hidalgo
Authors
- Dirk Thomas
Changelog for package ament_cmake_auto
1.1.6 (2022-12-02)
1.1.5 (2022-01-14)
1.1.4 (2021-05-06)
1.1.3 (2021-03-09)
1.1.2 (2021-02-26 22:59)
1.1.1 (2021-02-26 19:12)
1.1.0 (2021-02-24)
1.0.4 (2021-01-25)
1.0.3 (2020-12-10)
1.0.2 (2020-12-07)
- Update package maintainers. (#286)
- Contributors: Michel Hidalgo
1.0.1 (2020-09-10)
1.0.0 (2020-07-22)
0.9.6 (2020-06-23)
0.9.5 (2020-06-02)
0.9.4 (2020-05-26)
0.9.3 (2020-05-19)
0.9.2 (2020-05-07)
0.9.1 (2020-04-24 15:45)
0.9.0 (2020-04-24 12:25)
0.8.1 (2019-10-23)
0.8.0 (2019-10-04)
- pass unparsed argument of ament_auto_package() to ament_package() (#194)
- Contributors: Dirk Thomas
0.7.3 (2019-05-29)
0.7.2 (2019-05-20)
0.7.1 (2019-05-07)
-
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.7.0 (2019-04-08)
0.6.0 (2018-11-13)
0.5.1 (2018-07-17)
0.5.0 (2018-06-13)
0.4.0 (2017-12-08)
- 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