[Hamlib-developer] [Hamlib/Hamlib] a4b6ef: Fix out of sequence merge for issue #1634
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: GeoBaltz <no...@gi...> - 2025-05-29 17:37:07
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: a4b6ef4fd73dce67de5cb859f111d819d40313ed https://github.com/Hamlib/Hamlib/commit/a4b6ef4fd73dce67de5cb859f111d819d40313ed Author: George Baltz N3GB <Geo...@gm...> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M rigs/kenwood/kenwood.c M rigs/kenwood/kenwood.h Log Message: ----------- Fix out of sequence merge for issue #1634 Still undetermined if fix is needed for TS-590SG Commit: 9f43659831c22fa210732b8fd6a88d11fd6aa603 https://github.com/Hamlib/Hamlib/commit/9f43659831c22fa210732b8fd6a88d11fd6aa603 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M simulators/simts890.c M simulators/simts990.c Log Message: ----------- Fix gain controls in simts890.c And a couple of other hiccups found by cppcheck Commit: 0a6d07a1adaec907facee2fd8e3428fded978672 https://github.com/Hamlib/Hamlib/commit/0a6d07a1adaec907facee2fd8e3428fded978672 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M rigs/kenwood/ts2000.c M rigs/kenwood/ts480.c M rigs/kenwood/ts570.c M rigs/kenwood/ts590.c M rigs/kenwood/ts870s.c Log Message: ----------- Make a few more functions static All rig-specific overrides should only be used in one file. Keep the definitions local. Commit: 00d285576cae5c5db3cdac03f3b9abc13508a964 https://github.com/Hamlib/Hamlib/commit/00d285576cae5c5db3cdac03f3b9abc13508a964 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M rigs/yaesu/ft857.c Log Message: ----------- Fix backward frequency tests in ft857.c Found by cppcheck.sh Commit: b74bd31b408369ddb1e09de52036b8b3d9002385 https://github.com/Hamlib/Hamlib/commit/b74bd31b408369ddb1e09de52036b8b3d9002385 Author: George Baltz N3GB <Geo...@gm...> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M .gitignore M rigs/dummy/dummy.c M rigs/flexradio/dttsp.c M rigs/icom/ic7100.c M rigs/icom/ic7200.c M rigs/kenwood/ts890s.c M rigs/yaesu/ft3000.c M rigs/yaesu/pmr171.c M src/sprintflst.c Log Message: ----------- Quiet a few more cppcheck gripes. Making these functions static also reduces the possibilities of collisions with app names and may shorten load time. And I can finally make meter_type1 and meter_type2 const, like I tried to do in the beginning. Commit: cccee9b7916548c2c48a1bfd55116fded3d3a6ed https://github.com/Hamlib/Hamlib/commit/cccee9b7916548c2c48a1bfd55116fded3d3a6ed Author: George Baltz N3GB <Geo...@gm...> Date: 2025-05-29 (Thu, 29 May 2025) Changed paths: M amplifiers/elecraft/kpa.c M include/hamlib/rig.h M rigs/kenwood/xg3.c M rigs/tentec/jupiter.c M security/aes.c M security/aes.h M security/md5.c M security/sha256.c Log Message: ----------- Still more cppcheck complaints dealt with. Compare: https://github.com/Hamlib/Hamlib/compare/9fdf8f201ce7...cccee9b79165 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |