![]() |
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
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
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2025-04-02 |
Dev Status | MAINTAINED |
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
- 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
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | kilted |
Last Updated | 2024-12-01 |
Dev Status | MAINTAINED |
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
- 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
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2025-04-24 |
Dev Status | MAINTAINED |
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
- 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
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
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
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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 repouncrustify_vendor |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.66.1 |
License | GNU GENERAL PUBLIC LICENSE Version 3 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/uncrustify.git |
VCS Type | git |
VCS Version | bouncy |
Last Updated | 2018-06-28 |
Dev Status | MAINTAINED |
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
- Dirk Thomas
Authors
Uncrustify
A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA
Features
- highly configurable - 609 configurable options as of version 0.66.1
-
add/remove spaces
- `sp_before_sparen`: _Add or remove space before '(' of 'if', 'for', 'switch', 'while', etc._ - `sp_compare`: _Add or remove space around compare operator '<', '>', '==', etc_
</details>
-
add/remove newlines
- `nl_if_brace`: _Add or remove newline between 'if' and '{'_ - `nl_brace_while`: _Add or remove newline between '}' and 'while' of 'do' statement_
</details>
-
add/remove blanklines
- `eat_blanks_before_close_brace`: _Whether to remove blank lines before '}'_ - `nl_max`: _The maximum consecutive newlines (3 = 2 blank lines)_
</details>
-
indent code
- `indent_switch_case`: _indent_switch_case: Spaces to indent 'case' from 'switch'_ - `indent_class_colon`: _Whether to indent the stuff after a leading base class colon_
</details>
-
align code
- `align_func_params`: _Align variable definitions in prototypes and functions_ - `align_struct_init_span`: _The span for aligning struct initializer values (0=don't align)_
</details>
-
modify code
- `mod_full_brace_for`: _Add or remove braces on single-line 'for' statement_ - `mod_paren_on_return`: _Add or remove unnecessary paren on 'return' statement_
</details>
Here is an example configuration file, and here is a before and after C source example. That should give you a pretty good idea of what Uncrustify can do.
Binaries
Pre compiled binaries for Windows can be downloaded here.
Build
CMake is a tool that generates build systems (Makefiles, Visual Studio project files, Xcode project files and others).
To generate a build system for Uncrustify using CMake, create a build folder and run CMake from it:
$ mkdir build
$ cd build
$ cmake ..
(Use cmake -G Xcode ..
for Xcode)
Then use the build tools of your build system (in many cases this will
simply be make
, but on Windows it could be MSBuild or Visual Studio).
Or use CMake to invoke it:
$ cmake --build .
If testing is enabled, CMake generates a test
target, which you can
build using your build system tools (usually make test
). This can also
be invoked using CTest:
$ ctest -V -C Debug
There is also an install
target, which can be used to install the
Uncrustify executable (typically make install
).
A note on CMake configurations
Some build systems are single-configuration, which means you specify the
build type when running CMake (by setting the CMAKE_BUILD_TYPE
variable), and the generated files then build that configuration.
File truncated at 100 lines see the full file
Wiki Tutorials
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.1.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | crystal |
Last Updated | 2019-01-12 |
Dev Status | MAINTAINED |
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
- Mikael Arguedas
Authors
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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.3.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | eloquent |
Last Updated | 2019-09-17 |
Dev Status | MAINTAINED |
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
- Steven! Ragnarök
Authors
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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.2.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | dashing |
Last Updated | 2019-04-11 |
Dev Status | MAINTAINED |
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
- Steven! Ragnarök
Authors
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2021-03-18 |
Dev Status | MAINTAINED |
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
- Michel Hidalgo
Authors
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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.4.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | foxy |
Last Updated | 2020-04-10 |
Dev Status | MAINTAINED |
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
- Steven! Ragnarök
Authors
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2023-02-14 |
Dev Status | MAINTAINED |
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
- Scott K Logan
Authors
- Audrow Nash
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
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
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
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
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
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
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
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
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
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
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
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
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
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
Checkout URI | https://github.com/ament/uncrustify_vendor.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-03-28 |
Dev Status | MAINTAINED |
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
- Audrow Nash
Authors
- Michel Hidalgo
- Steven! Ragnarök
uncrustify_vendor
CMake shim over the uncrustify library: https://github.com/uncrustify/uncrustify
Wiki Tutorials
Dependant Packages
Name | Deps |
---|---|
ament_uncrustify |