Re: [Hamlib-developer] [Hamlib/Hamlib] 5e336b: Improve Doxygen comments
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: George B. <geo...@gm...> - 2025-08-12 19:02:19
|
make[2]: Entering directory '/home/gwb/OSS/src/Hamlib/build/bindings' CC hamlibpy_wrap.lo hamlibpy_wrap.c:In function 'Rig_send_raw': hamlibpy_wrap.c:4669:30:warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4669 | send =PyUnicode_AsUTF8AndSize(send_obj, &send_len); | ^ hamlibpy_wrap.c:4680:30:warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 4680 | term =PyUnicode_AsUTF8AndSize(term_obj, NULL); | ^ CCLD _Hamlib.la On 8/12/25 8:03 AM, Nate Bargmann via Hamlib-developer wrote: > Branch: refs/heads/master > Home:https://github.com/Hamlib/Hamlib > Commit: 5e336b90c1bef2b972e9e5c0b68177b47554d3c3 > https://github.com/Hamlib/Hamlib/commit/5e336b90c1bef2b972e9e5c0b68177b47554d3c3 > Author: Daniele Forsi IU5HKX<iu...@gm...> > Date: 2025-08-10 (Sun, 10 Aug 2025) > > Changed paths: > M rigs/tentec/orion.c > M src/ext.c > M src/misc.c > M src/rig.c > > Log Message: > ----------- > Improve Doxygen comments > > > Commit: 12ec55c3d7493c60a3444beb2a976fe12de2c650 > https://github.com/Hamlib/Hamlib/commit/12ec55c3d7493c60a3444beb2a976fe12de2c650 > Author: Daniele Forsi IU5HKX<iu...@gm...> > Date: 2025-08-10 (Sun, 10 Aug 2025) > > Changed paths: > M src/rig.c > > Log Message: > ----------- > Add missing set_transaction_inactive() > > Otherwise no other command will be executed afterwards. > > > Commit: 289a3952cefb259da0e39bc3db8b58a31001581c > https://github.com/Hamlib/Hamlib/commit/289a3952cefb259da0e39bc3db8b58a31001581c > Author: Daniele Forsi IU5HKX<iu...@gm...> > Date: 2025-08-11 (Mon, 11 Aug 2025) > > Changed paths: > M src/rig.c > > Log Message: > ----------- > Change the dummy implementation of rig_send_raw() > > Makes it more similar to the regular version handling also > the reply and term arguments. > > > Commit: e16f4077e75e70b461bbeb8608af17aa62c642b5 > https://github.com/Hamlib/Hamlib/commit/e16f4077e75e70b461bbeb8608af17aa62c642b5 > Author: Daniele Forsi IU5HKX<iu...@gm...> > Date: 2025-08-11 (Mon, 11 Aug 2025) > > Changed paths: > M bindings/python/test_Hamlib_Rig_class.py > M bindings/python/test_rig.py > M bindings/rig.swg > > Log Message: > ----------- > Implement the Python bindings and the tests for rig_send_raw() > > Allows to send either string or bytes and to receive a response > converted to the same datatype. Also the "term" argument can be > of either type (but it can't contain NULs, it's a single char > or byte anyway). > > Closes #1624. > > > Commit: 5e13d102af3f90a16515982ccf5f23b93ea6a2dc > https://github.com/Hamlib/Hamlib/commit/5e13d102af3f90a16515982ccf5f23b93ea6a2dc > Author: Nate Bargmann<n0...@n0...> > Date: 2025-08-11 (Mon, 11 Aug 2025) > > Changed paths: > M bindings/python/test_Hamlib_Rig_class.py > M bindings/python/test_rig.py > M bindings/rig.swg > M rigs/tentec/orion.c > M src/ext.c > M src/misc.c > M src/rig.c > > Log Message: > ----------- > Merge merge GitHub PR #1840 > > > Compare:https://github.com/Hamlib/Hamlib/compare/0d1481d86f9e...5e13d102af3f > > To unsubscribe from these emails, change your notification settings athttps://github.com/Hamlib/Hamlib/settings/notifications > > > _______________________________________________ > Hamlib-developer mailing list > Ham...@li... > https://lists.sourceforge.net/lists/listinfo/hamlib-developer |