[Hamlib-developer] [Hamlib/Hamlib] debcc2: Clean up simft847.c
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-07-23 03:23:33
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: debcc2f565349a4ced8527dc9184a6d70d6a006c https://github.com/Hamlib/Hamlib/commit/debcc2f565349a4ced8527dc9184a6d70d6a006c Author: George Baltz N3GB <Geo...@gm...> Date: 2025-07-21 (Mon, 21 Jul 2025) Changed paths: M simulators/simft847.c Log Message: ----------- Clean up simft847.c At least make get/set freq and mode work. Commit: 062f260c073707d18878f5be755800a894c04058 https://github.com/Hamlib/Hamlib/commit/062f260c073707d18878f5be755800a894c04058 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-07-21 (Mon, 21 Jul 2025) Changed paths: M simulators/simpstrotator.c M simulators/simts890.c M simulators/simts990.c Log Message: ----------- Clean up some cppcheck gripes in simulators/ Commit: 8469ee1737ba8ab1191a12b5b0788bf6c666c527 https://github.com/Hamlib/Hamlib/commit/8469ee1737ba8ab1191a12b5b0788bf6c666c527 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-07-21 (Mon, 21 Jul 2025) Changed paths: M rigs/dummy/dummy.c M rigs/rs/xk852.c Log Message: ----------- Fix incorrect fallthroughs Found with -Wimplicit-fallthrough, but also many false positives Commit: 47dae3879d95b1b68dccfba4c0e5757bdcdf38eb https://github.com/Hamlib/Hamlib/commit/47dae3879d95b1b68dccfba4c0e5757bdcdf38eb Author: George Baltz N3GB <Geo...@gm...> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M lib/precise_time.c M rigs/barrett/barrett.c M rigs/dummy/dummy.c M rigs/dummy/flrig.c M rigs/dummy/netrigctl.c M rigs/dummy/quisk.c M rigs/dummy/tci1x.c M rigs/dummy/trxmanager.c M security/AESStringCrypt.c M src/sleep.c M tests/rigtestmcastrx.c Log Message: ----------- Fix compiler errors with strict C23 standards Fix missing/misplaced '#include "config.h"' statements. Fixes missing function prototypes, unknown type definitions, etc. Allows configuration of GCC with CFLAGS="-std=c23" instead of using default -std=gnu23. Don't know about CLANG, MSVC, MinGW, etc, but using gwb@stitch:~> gcc --version gcc (SUSE Linux) 15.1.1 20250714 Copyright (C) 2025 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Hamlib can compile in strict C23 mode, or previous standard levels. Commit: 8bcfeda94ad7e8d0160e80b0ac67423f5b583567 https://github.com/Hamlib/Hamlib/commit/8bcfeda94ad7e8d0160e80b0ac67423f5b583567 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M bindings/python/test_Hamlib_class.py Log Message: ----------- Don't forget the noise Commit: 79f8b1cde83cf35b1cd30e67ab8f26fd1137b650 https://github.com/Hamlib/Hamlib/commit/79f8b1cde83cf35b1cd30e67ab8f26fd1137b650 Author: Nate Bargmann <n0...@n0...> Date: 2025-07-22 (Tue, 22 Jul 2025) Changed paths: M lib/precise_time.c M rigs/barrett/barrett.c M rigs/dummy/dummy.c M rigs/dummy/flrig.c M rigs/dummy/netrigctl.c M rigs/dummy/quisk.c M rigs/dummy/tci1x.c M rigs/dummy/trxmanager.c M rigs/rs/xk852.c M security/AESStringCrypt.c M simulators/simft847.c M simulators/simpstrotator.c M simulators/simts890.c M simulators/simts990.c M src/sleep.c M tests/rigtestmcastrx.c Log Message: ----------- Merge HitHub PR #1811 Compare: https://github.com/Hamlib/Hamlib/compare/83ba4eb27fcd...79f8b1cde83c To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |