LinuxCNC / linuxcnc

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.
http://linuxcnc.org/
GNU General Public License v2.0
1.78k stars 1.15k forks source link

Minor modification to Inivar #2796

Closed havardAasen closed 8 months ago

havardAasen commented 9 months ago

Some minor refactoring in inivar, most is related to Clang-Tidy and Clang warnings.

The return value is the only change noticeable from the outside.

The man page was extended and rewritten in asciidoc.

havardAasen commented 8 months ago

Rebased against master to ensure successful CI integration.