Skip to content

Releases: fkie/catkin_lint

1.6.25

24 Sep 18:33
1.6.25
97d9197
Compare
Choose a tag to compare
  • Remove debug messages which were left in the code accidentally

1.6.24

24 Sep 16:29
1.6.24
d5d9c00
Compare
Choose a tag to compare
  • Add more fine-grained control for ignore pragmas

1.6.23

20 Sep 11:39
1.6.23
4009805
Compare
Choose a tag to compare
  • Fix path check for exported include paths
  • Drop Python 2 workarounds
  • Stop using deprecated distutils.version module

1.6.22

31 Jan 22:32
1.6.22
Compare
Choose a tag to compare
  • Ignore failure to remotely fetch manifest in build check
  • Fix semantics of ROSDEP_CACHE_PATH environment variable to be consistent with proposed change to rosdep itself.

1.6.21

03 Jan 22:33
1.6.21
Compare
Choose a tag to compare
  • Add override for rosdep sources cache dir
  • Detect and warn if the rosdep cache is empty because rosdep update was never run

1.6.20

25 Nov 08:45
1.6.20
Compare
Choose a tag to compare
  • Ignore uninstalled executables in subprojects
  • Fix parsing of nested generator expressions

1.6.19

28 Sep 14:43
1.6.19
Compare
Choose a tag to compare
  • Allow multiple cmake_minimum_required() commands
  • Add checks for minimum required CMake version of newer commands

1.6.18

03 Aug 11:27
1.6.18
Compare
Choose a tag to compare
  • Migrate from versioneer to setuptools_scm
  • Fix unit tests for Python 3.11
  • Add fish shell completions

1.6.17

14 Mar 21:24
1.6.17
Compare
Choose a tag to compare
  • Recognize files created with file() command
  • Add support for genmsg
  • Update coverage configuration for nose 2
  • Make catkin_lint REUSE 3.0 compliant

1.6.16

10 Jan 13:39
1.6.16
Compare
Choose a tag to compare
  • Handle empty XML comments correctly
  • Recognize Pybind11 CMake macros
  • Add support for NO_COLOR environment variable
  • Migrate to nose2 for unit testing