Skip to content

Releases: fkie/catkin_lint

1.5.2

16 Aug 17:01
1.5.2
Compare
Choose a tag to compare
  • More bugfixes

1.5.1

16 Aug 15:34
1.5.1
Compare
Choose a tag to compare
  • Fix a few corner cases which have been missed by the 1.5.0 release

1.5.0

16 Aug 12:33
1.5.0
Compare
Choose a tag to compare
  • 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

14 Jun 07:07
1.4.21
Compare
Choose a tag to compare
  • Improve handling of static libraries
  • Return appropriate error code if no input given
  • Fix regression bug with bash completion

1.4.20

14 Jun 07:07
1.4.20
Compare
Choose a tag to compare
  • Fix regression bug in subdirectory handling
  • Make catkin_lint executable with python -m catkin_lint

1.4.19

14 Jun 07:06
1.4.19
Compare
Choose a tag to compare
  • Set values for project version variables
  • Properly keep track of current project subdirectory
  • Add color to terminal output

1.4.18

25 Jan 10:13
1.4.18
Compare
Choose a tag to compare
  • Fix insufficient exception handling on corrupted cache

1.4.17

25 Jan 10:13
1.4.17
Compare
Choose a tag to compare
  • Fix erroneous missing depend error if a package uses its own plugin
  • Add support for dynamic_reconfigure scripts

1.4.16

12 May 09:16
1.4.16
Compare
Choose a tag to compare
  • Fix typo in catkin_install_python() command

1.4.15

11 May 10:02
1.4.15
Compare
Choose a tag to compare
  • Clean up check for cmake_minimum_required()
  • Add support for catkin_install_python() command