[Hamlib-developer] [Hamlib/Hamlib] 228347: Move FIFO_RIG from hamlib/rig.h to fifo.h where it...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-10-06 16:58:41
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 22834737075ddbb0a7a36e179a58a8d1439415cf https://github.com/Hamlib/Hamlib/commit/22834737075ddbb0a7a36e179a58a8d1439415cf Author: George Baltz N3GB <Geo...@gm...> Date: 2025-09-27 (Sat, 27 Sep 2025) Changed paths: M include/hamlib/rig.h M include/hamlib/rig_state.h M src/fifo.h Log Message: ----------- Move FIFO_RIG from hamlib/rig.h to fifo.h where it belongs. Add header to fifo.h Update structure pointer in rig_state Commit: 00020e6d9d1c7c17544fb3ce8f9ec64ae8ad0be4 https://github.com/Hamlib/Hamlib/commit/00020e6d9d1c7c17544fb3ce8f9ec64ae8ad0be4 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-09-27 (Sat, 27 Sep 2025) Changed paths: M src/fifo.c M src/fifo.h M src/rig.c Log Message: ----------- Add 'hl_' prefix to names of push(), pop() and peek() to avoid conflict with app code. Add header to fifo.c Drop unused structure member in rig.c Commit: 8bd19c4db80d22f0a710c487bfe4acc1a15e9179 https://github.com/Hamlib/Hamlib/commit/8bd19c4db80d22f0a710c487bfe4acc1a15e9179 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-09-27 (Sat, 27 Sep 2025) Changed paths: M include/hamlib/rig_state.h M src/fifo.h Log Message: ----------- Change pseudo-anonymous structure name to convention. Commit: d391e569ce4bb370720376363eacd6ba062f7702 https://github.com/Hamlib/Hamlib/commit/d391e569ce4bb370720376363eacd6ba062f7702 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-09-30 (Tue, 30 Sep 2025) Changed paths: M src/rig.c Log Message: ----------- Add rig to opened list even if skip_init is set. Just in case someone finishes CHECK_RIG_ARG, or checks status from remove_opened_rig(). Commit: 4ad91cad0a70d2a50e98317076484f420d2d4414 https://github.com/Hamlib/Hamlib/commit/4ad91cad0a70d2a50e98317076484f420d2d4414 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-03 (Fri, 03 Oct 2025) Changed paths: M src/misc.c Log Message: ----------- Add a fallback function for spaces() This shouldn't be needed, but somebody somewhere sometime is going to use an old rigctl with a new hamlib and get an undefined symbol. Should go away with 5.0. Commit: d3769bf948a8bbe57dd982de2fc2dfbe4dea1d4d https://github.com/Hamlib/Hamlib/commit/d3769bf948a8bbe57dd982de2fc2dfbe4dea1d4d Author: George Baltz N3GB <Geo...@gm...> Date: 2025-10-03 (Fri, 03 Oct 2025) Changed paths: M bindings/python/test_Hamlib_class.py Log Message: ----------- Don't forget the noise Commit: d11d7b2d0029e901e90f62e866e2a3c3e9924c50 https://github.com/Hamlib/Hamlib/commit/d11d7b2d0029e901e90f62e866e2a3c3e9924c50 Author: Nate Bargmann <n0...@n0...> Date: 2025-10-06 (Mon, 06 Oct 2025) Changed paths: M bindings/python/test_Hamlib_class.py M include/hamlib/rig.h M include/hamlib/rig_state.h M src/fifo.c M src/fifo.h M src/misc.c M src/rig.c Log Message: ----------- Merge GitHub PR #1932 Compare: https://github.com/Hamlib/Hamlib/compare/54a5097c7e44...d11d7b2d0029 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |