![]() |
uncrustify_vendor package from uncrustify_vendor repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify |
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |
Launch files
Messages
Services
Plugins
Recent questions tagged uncrustify_vendor at Robotics Stack Exchange
![]() |
uncrustify_vendor package from uncrustify_vendor repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 3.0.1 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify |
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2025-04-02 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Scott K Logan
Authors
- Audrow Nash
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Changelog for package uncrustify_vendor
3.0.1 (2025-04-02)
- Merge pull request #39 from ament/mergify/bp/jazzy/pr-38 Remove CODEOWNERS and mirror-rolling-to-master workflow. (backport #38)
- Remove CODEOWNERS and mirror-rolling-to-master workflow. (#38) They are both outdated and both no longer serving their intended purpose. (cherry picked from commit 3576a545202e1a7cd5f2002326bee97b01d8bd9b)
- Contributors: Alejandro Hernández Cordero, Chris Lalancette
3.0.0 (2024-04-16)
-
Update to uncrustify 0.78.1 (#37)
- Update to uncrustify 0.78.1
* Fix the uncrustify version detection logic. And make sure we are at least 0.78.
-
Contributors: Chris Lalancette
2.2.1 (2023-07-11)
- Switch to ament_cmake_vendor_package (#34)
- Contributors: Scott K Logan
2.2.0 (2023-04-28)
2.1.2 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#31)
- Contributors: Audrow Nash
2.1.1 (2022-09-13)
- Mirror rolling to master
- Contributors: Audrow Nash
2.1.0 (2022-04-29)
- 2.1.0
- Contributors: Audrow Nash
2.0.2 (2022-03-28)
- Use git hash for uncrustify_vendor (#30) CMake ExternalProject_add recommends using a specific git hash with GIT_TAG because branches and tags can be updated to point to different references. https://cmake.org/cmake/help/latest/module/ExternalProject.html
- Contributors: Shane Loretz
2.0.1 (2022-03-01)
- Quiet down build warning on Windows. (#29) When building on Windows, uncrustify doesn't seem to use the CMAKE_BUILD_TYPE variable and thus prints a warning about it. Quiet that down with --no-warn-unused-cli.
- Contributors: Chris Lalancette
2.0.0 (2021-12-17)
- Update to uncrustify 0.72
(#27)
- Update to uncrustify 0.72
- Update maintainers to Audrow Nash (#25)
- Contributors: Audrow Nash, Chris Lalancette
1.5.3 (2021-03-18)
- Add an override flag to force vendored build (#23)
- Contributors: Scott K Logan
1.5.2 (2021-02-01 14:42)
- Revert "Add git checkout before patching." This reverts commit c61408170a84ed6bc31e641fc8a2467ca5830884. This is no longer necessary because of UDPATE_DISCONNECTED, which will make the download step act more like using a URL instead of a GIT_REPOSITORY.
- Make git upstream act more like tar (#22) Some of our problems with using GIT_REPOSITORY with a GIT_TAG stem from CMake trying to "update" the repository each time the target is evaluated. This would be important if not for the fact that we're targeting a specific REF, so the repository will never be out-of-date unless we change the ref, which would invalidate the target anyway. We can safely use UPDATE_DISCONNECTED to block the update step from invalidating the source target, which should
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_vendor_package |
System Dependencies
Name |
---|
uncrustify |
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |
Launch files
Messages
Services
Plugins
Recent questions tagged uncrustify_vendor at Robotics Stack Exchange
![]() |
uncrustify_vendor package from uncrustify_vendor repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 3.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify |
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | kilted |
Last Updated | 2024-12-01 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Scott K Logan
Authors
- Audrow Nash
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Changelog for package uncrustify_vendor
3.1.0 (2024-04-26)
3.0.0 (2024-04-16)
-
Update to uncrustify 0.78.1 (#37)
- Update to uncrustify 0.78.1
* Fix the uncrustify version detection logic. And make sure we are at least 0.78.
-
Contributors: Chris Lalancette
2.2.1 (2023-07-11)
- Switch to ament_cmake_vendor_package (#34)
- Contributors: Scott K Logan
2.2.0 (2023-04-28)
2.1.2 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#31)
- Contributors: Audrow Nash
2.1.1 (2022-09-13)
- Mirror rolling to master
- Contributors: Audrow Nash
2.1.0 (2022-04-29)
- 2.1.0
- Contributors: Audrow Nash
2.0.2 (2022-03-28)
- Use git hash for uncrustify_vendor (#30) CMake ExternalProject_add recommends using a specific git hash with GIT_TAG because branches and tags can be updated to point to different references. https://cmake.org/cmake/help/latest/module/ExternalProject.html
- Contributors: Shane Loretz
2.0.1 (2022-03-01)
- Quiet down build warning on Windows. (#29) When building on Windows, uncrustify doesn't seem to use the CMAKE_BUILD_TYPE variable and thus prints a warning about it. Quiet that down with --no-warn-unused-cli.
- Contributors: Chris Lalancette
2.0.0 (2021-12-17)
- Update to uncrustify 0.72
(#27)
- Update to uncrustify 0.72
- Update maintainers to Audrow Nash (#25)
- Contributors: Audrow Nash, Chris Lalancette
1.5.3 (2021-03-18)
- Add an override flag to force vendored build (#23)
- Contributors: Scott K Logan
1.5.2 (2021-02-01 14:42)
- Revert "Add git checkout before patching." This reverts commit c61408170a84ed6bc31e641fc8a2467ca5830884. This is no longer necessary because of UDPATE_DISCONNECTED, which will make the download step act more like using a URL instead of a GIT_REPOSITORY.
- Make git upstream act more like tar (#22) Some of our problems with using GIT_REPOSITORY with a GIT_TAG stem from CMake trying to "update" the repository each time the target is evaluated. This would be important if not for the fact that we're targeting a specific REF, so the repository will never be out-of-date unless we change the ref, which would invalidate the target anyway. We can safely use UPDATE_DISCONNECTED to block the update step from invalidating the source target, which should prevent downstream targets like patch, build, and install from being re-triggered unnecessarily. The one caveat to this is that a change to GIT_TAG doesn't invalidate the target like a change to GIT_REPOSITORY or URL would. To work around this, I updated the target name to contain the ref instead of the supposed version number, which will then force a new build if we change the ref in the future. This is also more correct, since it would be easy for the ref and target name to get out of sync.
- Revert "Use explicit INSTALL_COMMAND to suppress DESTDIR" This reverts commit ca32b1eb8f77b982be9d82fc186bd7d98ce2c45a. Evidently this wasn't working correctly on Windows.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_vendor_package |
System Dependencies
Name |
---|
uncrustify |
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |
Launch files
Messages
Services
Plugins
Recent questions tagged uncrustify_vendor at Robotics Stack Exchange
![]() |
uncrustify_vendor package from uncrustify_vendor repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 3.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify |
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2025-04-24 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Scott K Logan
Authors
- Audrow Nash
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Changelog for package uncrustify_vendor
3.2.0 (2025-04-24)
- Remove CODEOWNERS and mirror-rolling-to-master workflow. (#38)
- Contributors: Chris Lalancette
3.1.0 (2024-04-26)
3.0.0 (2024-04-16)
-
Update to uncrustify 0.78.1 (#37)
- Update to uncrustify 0.78.1
* Fix the uncrustify version detection logic. And make sure we are at least 0.78.
-
Contributors: Chris Lalancette
2.2.1 (2023-07-11)
- Switch to ament_cmake_vendor_package (#34)
- Contributors: Scott K Logan
2.2.0 (2023-04-28)
2.1.2 (2023-02-14)
- [rolling] Update maintainers - 2022-11-07 (#31)
- Contributors: Audrow Nash
2.1.1 (2022-09-13)
- Mirror rolling to master
- Contributors: Audrow Nash
2.1.0 (2022-04-29)
- 2.1.0
- Contributors: Audrow Nash
2.0.2 (2022-03-28)
- Use git hash for uncrustify_vendor (#30) CMake ExternalProject_add recommends using a specific git hash with GIT_TAG because branches and tags can be updated to point to different references. https://cmake.org/cmake/help/latest/module/ExternalProject.html
- Contributors: Shane Loretz
2.0.1 (2022-03-01)
- Quiet down build warning on Windows. (#29) When building on Windows, uncrustify doesn't seem to use the CMAKE_BUILD_TYPE variable and thus prints a warning about it. Quiet that down with --no-warn-unused-cli.
- Contributors: Chris Lalancette
2.0.0 (2021-12-17)
- Update to uncrustify 0.72
(#27)
- Update to uncrustify 0.72
- Update maintainers to Audrow Nash (#25)
- Contributors: Audrow Nash, Chris Lalancette
1.5.3 (2021-03-18)
- Add an override flag to force vendored build (#23)
- Contributors: Scott K Logan
1.5.2 (2021-02-01 14:42)
- Revert "Add git checkout before patching." This reverts commit c61408170a84ed6bc31e641fc8a2467ca5830884. This is no longer necessary because of UDPATE_DISCONNECTED, which will make the download step act more like using a URL instead of a GIT_REPOSITORY.
- Make git upstream act more like tar (#22) Some of our problems with using GIT_REPOSITORY with a GIT_TAG stem from CMake trying to "update" the repository each time the target is evaluated. This would be important if not for the fact that we're targeting a specific REF, so the repository will never be out-of-date unless we change the ref, which would invalidate the target anyway. We can safely use UPDATE_DISCONNECTED to block the update step from invalidating the source target, which should prevent downstream targets like patch, build, and install from being re-triggered unnecessarily. The one caveat to this is that a change to GIT_TAG doesn't invalidate the target like a change to GIT_REPOSITORY or URL would. To work around this, I updated the target name to contain the ref instead of the supposed version
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_vendor_package |
System Dependencies
Name |
---|
uncrustify |
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |
Launch files
Messages
Services
Plugins
Recent questions tagged uncrustify_vendor at Robotics Stack Exchange
![]() |
uncrustify_vendor package from uncrustify_vendor repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify |
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |
Launch files
Messages
Services
Plugins
Recent questions tagged uncrustify_vendor at Robotics Stack Exchange
![]() |
uncrustify_vendor package from uncrustify_vendor repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.5.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify |
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2021-03-18 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Michel Hidalgo
Authors
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |
Launch files
Messages
Services
Plugins
Recent questions tagged uncrustify_vendor at Robotics Stack Exchange
![]() |
uncrustify_vendor package from uncrustify_vendor repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.1.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify |
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2023-02-14 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Scott K Logan
Authors
- Audrow Nash
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |
Launch files
Messages
Services
Plugins
Recent questions tagged uncrustify_vendor at Robotics Stack Exchange
![]() |
uncrustify_vendor package from uncrustify_vendor repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify |
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |
Launch files
Messages
Services
Plugins
Recent questions tagged uncrustify_vendor at Robotics Stack Exchange
![]() |
uncrustify_vendor package from uncrustify_vendor repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 2.0.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify |
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |