Releases: fkie/catkin_lint
Releases · fkie/catkin_lint
1.5.1
- Fix a few corner cases which have been missed by the 1.5.0 release
1.5.0
- API changes in LintInfo object
- Remove
CMAKE_MODULE_PATH
from critical variables list
- Introduce new pragmas
ignore_once
and report
- Add support for generated files via
configure_file
or add_custom_command
- Improve file path handling
1.4.21
- Improve handling of static libraries
- Return appropriate error code if no input given
- Fix regression bug with bash completion
1.4.20
- Fix regression bug in subdirectory handling
- Make catkin_lint executable with
python -m catkin_lint
1.4.19
- Set values for project version variables
- Properly keep track of current project subdirectory
- Add color to terminal output
1.4.18
- Fix insufficient exception handling on corrupted cache
1.4.17
- Fix erroneous missing depend error if a package uses its own plugin
- Add support for dynamic_reconfigure scripts
1.4.16
- Fix typo in
catkin_install_python()
command
1.4.15
- Clean up check for
cmake_minimum_required()
- Add support for
catkin_install_python()
command