[Hamlib-developer] [Hamlib/Hamlib] 7ab9d9: Move multicast internals out of rig.h into multica...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <no...@gi...> - 2026-05-10 23:33:32
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 7ab9d9f8e5486bfea8c4a169c94dca61f62cfb41 https://github.com/Hamlib/Hamlib/commit/7ab9d9f8e5486bfea8c4a169c94dca61f62cfb41 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-04-28 (Tue, 28 Apr 2026) Changed paths: M bindings/python/test_Hamlib_class.py M include/hamlib/multicast.h M include/hamlib/rig.h Log Message: ----------- Move multicast internals out of rig.h into multicast.h This data (I think) was part of multicast V1, and doesn't seem to be used any more. Since neither V1 or V2 are enabled, there should be no external conflicts. Commit: 2e3e6d1bcd28fb36364dbd994056bc6fbf944933 https://github.com/Hamlib/Hamlib/commit/2e3e6d1bcd28fb36364dbd994056bc6fbf944933 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-04-28 (Tue, 28 Apr 2026) Changed paths: M include/hamlib/multicast.h M include/hamlib/rig.h M include/hamlib/rig_state.h M src/fifo.h Log Message: ----------- Move '#include <pthread.h>' from rig.h into .h files that actually use it. Commit: cfc4f689a4ec3a30371e72f6e85f7fa05dc93f55 https://github.com/Hamlib/Hamlib/commit/cfc4f689a4ec3a30371e72f6e85f7fa05dc93f55 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-04-28 (Tue, 28 Apr 2026) Changed paths: M include/hamlib/rig.h Log Message: ----------- Clean up some comments in rig.h Commit: 065c700f51e1dc2234f5d1522dd7eaba3fde8096 https://github.com/Hamlib/Hamlib/commit/065c700f51e1dc2234f5d1522dd7eaba3fde8096 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-05-02 (Sat, 02 May 2026) Changed paths: M include/hamlib/amplifier.h M include/hamlib/rig.h Log Message: ----------- Fix a few doxygen typos Commit: c6335a8bd1789ce7330690ae2038d9bc96427623 https://github.com/Hamlib/Hamlib/commit/c6335a8bd1789ce7330690ae2038d9bc96427623 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-05-05 (Tue, 05 May 2026) Changed paths: M rigs/dummy/rot_pstrotator.h Log Message: ----------- Add one more #include <pthread.h> Commit: 508904ef849969068bbc730f483bb04d2304802b https://github.com/Hamlib/Hamlib/commit/508904ef849969068bbc730f483bb04d2304802b Author: George Baltz N3GB <Geo...@gm...> Date: 2026-05-06 (Wed, 06 May 2026) Changed paths: M rigs/anytone/anytone.c M rigs/anytone/anytone.h Log Message: ----------- Repair another missing pthread.h This commit fixes the include, syntax errors, scoping problems, missing declarations, etc. It does not address any of the logic. Commit: 05bae9d4f116d40b4ea2e3263cd4e48b81832035 https://github.com/Hamlib/Hamlib/commit/05bae9d4f116d40b4ea2e3263cd4e48b81832035 Author: George Baltz N3GB <Geo...@gm...> Date: 2026-05-07 (Thu, 07 May 2026) Changed paths: M rigs/anytone/anytone.h Log Message: ----------- Fix anytone.h the right way Commit: 0b2b91f538afd0dd8e3cc3c4d344d5b56a654f8c https://github.com/Hamlib/Hamlib/commit/0b2b91f538afd0dd8e3cc3c4d344d5b56a654f8c Author: George Baltz N3GB <Geo...@gm...> Date: 2026-05-10 (Sun, 10 May 2026) Changed paths: M rigs/harris/harris.h M rigs/icmarine/icm710.h M simulators/simqrplabs.c M simulators/simtrusdx.c M simulators/simts450.c M simulators/simts590.c M simulators/simts950.c M simulators/simts990.c M src/multicast.c M tests/rigctlcom.c Log Message: ----------- Get rid of all 'mode_t' declarations Use rmode_t for real hamlib modes, appropriate types for others. Commit: 90bc716e78ce48203589b1e548d7f7e7c1d5381e https://github.com/Hamlib/Hamlib/commit/90bc716e78ce48203589b1e548d7f7e7c1d5381e Author: Nate Bargmann <n0...@n0...> Date: 2026-05-10 (Sun, 10 May 2026) Changed paths: M bindings/python/test_Hamlib_class.py M include/hamlib/amplifier.h M include/hamlib/multicast.h M include/hamlib/rig.h M include/hamlib/rig_state.h M rigs/anytone/anytone.c M rigs/anytone/anytone.h M rigs/dummy/rot_pstrotator.h M rigs/harris/harris.h M rigs/icmarine/icm710.h M simulators/simqrplabs.c M simulators/simtrusdx.c M simulators/simts450.c M simulators/simts590.c M simulators/simts950.c M simulators/simts990.c M src/fifo.h M src/multicast.c M tests/rigctlcom.c Log Message: ----------- Merge GitHub PR #2047 Compare: https://github.com/Hamlib/Hamlib/compare/4d6a23f165d7...90bc716e78ce To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |