Mike Black W9MDB
2712c57058
Try another fix for MacOS compile
...
https://github.com/Hamlib/Hamlib/issues/1256
2023-03-21 10:04:41 -05:00
Mike Black W9MDB
d893de407e
Fix Mac compile error in newcat.c
...
https://github.com/Hamlib/Hamlib/issues/1256
2023-03-21 08:44:29 -05:00
Mike Black W9MDB
56907442ab
Fix kpa.h
2023-03-20 23:33:16 -05:00
Mike Black W9MDB
cf956daf17
Clean up id5100.c
2023-03-20 23:20:40 -05:00
Mike Black W9MDB
3254ac70a1
Change FT991, FTDX101MP, FTDX3000 to use ; for command validation
...
https://github.com/Hamlib/Hamlib/issues/1252
2023-03-20 23:10:35 -05:00
Mike Black W9MDB
0f0bbeb612
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-03-20 23:08:38 -05:00
Mike Black W9MDB
558747fab3
Update simft991.c
2023-03-20 23:06:50 -05:00
Michael Black
4004046d49
Merge pull request #1255 from dforsi/fix/doxygen
...
Fix Doxygen documentation
2023-03-19 22:18:07 -05:00
Daniele Forsi IU5HKX
26d3e79cf5
Fix Doxygen comments
2023-03-19 23:15:49 +01:00
Daniele Forsi IU5HKX
8e24746a3e
Fix typos
2023-03-19 22:20:28 +01:00
Daniele Forsi IU5HKX
3c94527fb6
Fix Doxygen documentation for the GRBLTRK rotators
...
Fixes:
.../include/hamlib/rotlist.h:642: warning: documentation for unknown define ROT_MODEL_GRBLTRK found.
.../include/hamlib/rotlist.h:651: warning: Member ROT_MODEL_GRBLTRK_SER (macro definition) of group rotator is not documented.
.../include/hamlib/rotlist.h:652: warning: Member ROT_MODEL_GRBLTRK_NET (macro definition) of group rotator is not documented.
.../include/hamlib/rotlist.h:651: warning: Member ROT_MODEL_GRBLTRK_SER (macro definition) of group rotator is not documented.
.../include/hamlib/rotlist.h:652: warning: Member ROT_MODEL_GRBLTRK_NET (macro definition) of group rotator is not documented.
2023-03-19 19:08:05 +01:00
Daniele Forsi IU5HKX
38cc75c568
Fix Doxygen documentation for the Apex rotator
...
Fixes:
.../include/hamlib/rotlist.h:672: warning: documentation for unknown define ROT_MODEL_APEX found.
.../include/hamlib/rotlist.h:680: warning: Member ROT_MODEL_APEX_SHARED_LOOP (macro definition) of group rotator is not documented.
2023-03-19 19:07:51 +01:00
Daniele Forsi IU5HKX
6de5aa7838
Fix Doxygen unmatched directives \cond and \endcond
2023-03-19 18:42:24 +01:00
Mike Black W9MDB
389ee47f76
Update NEWS
2023-03-18 23:43:36 -05:00
Mike Black W9MDB
113cad3ee1
For K3 prevent ID; command from K22; command
...
Remote ops was having a problem with K22;
https://github.com/Hamlib/Hamlib/issues/1254
2023-03-18 23:40:45 -05:00
Mike Black W9MDB
2adf049084
Update NEWS
2023-03-18 22:21:07 -05:00
Mike Black W9MDB
0f7908be22
Merge branch 'master' of https://github.com/Hamlib/Hamlib
2023-03-18 22:20:12 -05:00
Mike Black W9MDB
5e00bed9cb
Fix Gemini DX1200 gemini_set_level function
2023-03-18 22:18:50 -05:00
Mike Black W9MDB
fd473062d1
astyle kenwood.c
2023-03-18 15:21:30 -05:00
Michael Black
18c4eb4631
Merge pull request #1251 from dforsi/fix/cppcheck
...
Fix/cppcheck
2023-03-18 08:41:35 -05:00
Michael Black
e022ff2314
Merge pull request #1250 from dforsi/fix/ampctl-show-conf
...
Enable --show-conf for ampctl and ampctld
2023-03-18 08:41:06 -05:00
Daniele Forsi IU5HKX
01a2dd23ed
Fix cppcheck "missingInclude" informational message
...
Fixes:
tests/rigtestlibusb.c:30:0: information: Include file: "libusb.h" not found. [missingInclude]
2023-03-18 11:17:18 +01:00
Daniele Forsi IU5HKX
51c88e0a6d
Add to .gitignore some files created during "make check"
2023-03-18 11:02:13 +01:00
Daniele Forsi IU5HKX
c3e7021c61
Fix cppcheck "unmatchedSuppression" informational messages
...
Fixes:
tests/ampctl.c👎 0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression]
tests/ampctl_parse.c👎 0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression]
tests/rigctl.c👎 0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression]
tests/rigctl_parse.c👎 0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression]
tests/rotctl.c👎 0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression]
tests/rotctl_parse.c👎 0: information: Unmatched suppression: knownConditionTrueFalse [unmatchedSuppression]
2023-03-18 10:46:04 +01:00
Daniele Forsi IU5HKX
e997984662
Fix several cppcheck "missingInclude" informational messages
...
The following STILL reamin:
scripts/MSVC/2022/x64/hamlibTest/hamlibTest.h:3:0: information: Include file: "resource.h" not found. [missingInclude]
scripts/MSVC/2022/x86/hamlibTest/hamlibTest.h:3:0: information: Include file: "resource.h" not found. [missingInclude]
src/network.c:83:0: information: Include file: "io.h" not found. [missingInclude]
tests/rigtestlibusb.c:30:0: information: Include file: "libusb.h" not found. [missingInclude]
2023-03-18 10:46:04 +01:00
Daniele Forsi IU5HKX
b02ff9daa1
Fix passing one or more paths to ./cppcheck.sh
...
The --check-config arguments can be passed explicitly if desired.
2023-03-18 10:46:04 +01:00
Daniele Forsi IU5HKX
c9e2c5f697
Fix include not found by cppcheck.sh also in the other branch of the "if"
...
Fixes:
nofile:0:0: error: Can not open include file 'include/config.h' that is explicitly included. [preprocessorErrorDirective]
2023-03-18 10:46:04 +01:00
Daniele Forsi IU5HKX
c3265dc905
Fix typos
...
Fixes:
rigctld.c:1233:5: warning: implicit declaration of function ‘mutext_rigctld’; did you mean ‘mutex_rigctld’? [-Wimplicit-function-declaration]
rigctltcp.c:1217:5: warning: implicit declaration of function ‘mutext_rigctld’; did you mean ‘mutex_rigctld’? [-Wimplicit-function-declaration]
2023-03-18 10:46:04 +01:00
Daniele Forsi IU5HKX
52d41236a7
Enable --show-conf for ampctl and ampctld
2023-03-18 10:25:36 +01:00
Mike Black W9MDB
57b7cd1860
Fix spelling error in rotctl.c help and add offset settings to rotctl.1
2023-03-16 16:41:35 -05:00
Mike Black W9MDB
24a4a09484
Update NEWS
2023-03-14 17:35:33 -05:00
Michael Black
e05eb7743b
Merge pull request #1248 from matthew-wolf-n4mtt/n4mtt-saebrtrack
...
N4MTT saebrtrack
2023-03-14 17:31:22 -05:00
Matthew J Wolf
dff890a143
Merge branch 'Hamlib:master' into n4mtt-saebrtrack
2023-03-14 18:15:06 -04:00
Michael Black
9823a41f48
Merge pull request #1247 from dforsi/master
...
Fix include not found by cppcheck.sh
2023-03-12 12:44:29 -05:00
Daniele Forsi IU5HKX
8e08385d2d
Fix include not found by cppcheck.sh
...
Fixes:
nofile:0:0: error: Can not open include file 'include/config.h' that is explicitly included. [preprocessorErrorDirective]
2023-03-12 18:39:08 +01:00
Matthew J. Wolf
a64bb4fc7d
Duplicated other changes made to easycom
2023-03-10 14:28:43 -05:00
Matthew J. Wolf
631a7a5faa
change from commit cdb3a60
to master
2023-03-10 13:48:29 -05:00
Matthew J. Wolf
16f03dcdfb
Type casting from easycom
2023-03-10 13:40:37 -05:00
Matthew J. Wolf
f5c26bf235
Inital add of rotator saebrtrack
2023-03-10 13:03:14 -05:00
Michael Black
19b2c33e62
Merge pull request #1246 from akhepcat/master
...
Support 5ghz/60M memory channels
2023-03-09 22:22:04 -06:00
Leif Sawyer
09a6bbf7c7
Support 5ghz/60M memory channels
2023-03-09 13:56:09 -09:00
Mike Black W9MDB
77dd85289c
Update NEWS
2023-03-08 15:54:05 -06:00
Michael Black
94b8e53be9
Merge pull request #1245 from mikaelnousiainen/icom-async-fixes
...
Fix issues with async I/O
2023-03-08 15:50:23 -06:00
Mikael Nousiainen
f17f6f0f42
Disable rig port flushing when async I/O is enabled. Improve validation of Icom frames.
2023-03-08 23:35:08 +02:00
Michael Black
0e6fd996bc
Merge pull request #1244 from mikaelnousiainen/ts2000-fixes
...
Improve Kenwood TS-2000 backend
2023-03-08 15:31:58 -06:00
Mike Black W9MDB
6cf65cc099
Update NEWS
2023-03-07 15:40:19 -06:00
Mike Black W9MDB
2f68033840
Fix set_vfo in jst145.c
2023-03-07 15:38:28 -06:00
Mike Black W9MDB
95196ca96c
Fix set_freq in jst145.c
2023-03-07 15:00:00 -06:00
Mikael Nousiainen
ec0645780c
Fix Kenwood TS-2000 bugs and implement essential commands for remote control
2023-03-07 10:38:20 +02:00
Mike Black W9MDB
0591aee8e6
Remove dead code
2023-03-06 11:32:58 -06:00