Branch: refs/heads/master
Home: https://github.com/LinuxCNC/linuxcnc
Commit: 49570d43eaf79a5769db132d39f20fe500b1f649
https://github.com/LinuxCNC/linuxcnc/commit/49570d43eaf79a5769db132d39f20fe500b1f649
Author: Luca Toniolo <107...@us...>
Date: 2026-09-01 (Tue, 01 Sep 2026)
Changed paths:
M src/emc/rs274ngc/interp_arc.cc
M src/emc/rs274ngc/interp_execute.cc
M src/emc/rs274ngc/interp_find.cc
Log Message:
-----------
rs274ngc: drop dead rtapi_math.h includes
interp_arc.cc, interp_execute.cc and interp_find.cc included
<rtapi_math.h> but use no rtapi_ symbols. Their math functions and
M_PIl come from <math.h>, which they already include after defining
_GNU_SOURCE. The interpreter is built only as the userspace
librs274.so, so the kernel branch of rtapi_math.h never applied.
Completes the include cleanup that #4493 did for interp_convert.cc
and interp_read.cc.
Commit: 092cef0b3075543b6bae233215e442b4d33bda47
https://github.com/LinuxCNC/linuxcnc/commit/092cef0b3075543b6bae233215e442b4d33bda47
Author: BsAtHome <be...@va...>
Date: 2026-09-02 (Wed, 02 Sep 2026)
Changed paths:
M src/emc/rs274ngc/interp_arc.cc
M src/emc/rs274ngc/interp_execute.cc
M src/emc/rs274ngc/interp_find.cc
Log Message:
-----------
Merge pull request #4495 from grandixximo/rs274ngc-drop-dead-rtapi-math
rs274ngc: drop dead rtapi_math.h includes
Compare: https://github.com/LinuxCNC/linuxcnc/compare/24eb9899c902...092cef0b3075
To unsubscribe from these emails, change your notification settings at https://github.com/LinuxCNC/linuxcnc/settings/notifications
|