Wykres commitów

5446 Commity (f8321a36f425247a9dcc19cc1acedb9aa3784f5b)

Autor SHA1 Wiadomość Data
mdblack98 f8321a36f4 Fix cppcheck warnings and fill out unused RIG_LEVEL items 2020-05-05 23:33:40 -05:00
mdblack98 0b3605597f Fix cppcheck warning in icom.c 2020-05-05 22:20:33 -05:00
mdblack98 fa711bb550 Remove unused variable set in icom.c 2020-05-05 22:18:18 -05:00
mdblack98 e73bd5bdef Remove replybuf from gs232a.c as it was not used 2020-05-05 22:16:53 -05:00
mdblack98 2ae7c7fd76 Remove replybuf from gs232b.c as it was not used 2020-05-05 22:15:05 -05:00
mdblack98 4dad9eda36 Add FM mode to ft991.c
https://github.com/Hamlib/Hamlib/issues/239
2020-05-05 17:30:36 -05:00
mdblack98 a3b1b055b3 Fix cppcheck warnings 2020-05-05 11:32:09 -05:00
mdblack98 5697961818 Add ability for cppcheck.sh to take a file name as an argument 2020-05-05 11:32:01 -05:00
mdblack98 06e8dd6aaa Fix vr5000 tuning steps indexing 2020-05-05 10:16:46 -05:00
mdblack98 0d5547db35 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2020-05-05 10:04:42 -05:00
mdblack98 d3ebdc5737 Update cache only when retcode=RIG_OK 2020-05-05 09:59:55 -05:00
mdblack98 d5d2650c2e Update cache only when retcode=RIG_OK 2020-05-05 09:59:28 -05:00
mdblack98 05ad81bd2c Update comment in icom.c 2020-05-05 09:50:57 -05:00
mdblack98 3794bc5a0a Fix cppcheck warnings 2020-05-05 09:38:36 -05:00
mdblack98 8c73836b48 Fix cppcheck warnings in rigctld.c 2020-05-05 09:29:30 -05:00
mdblack98 f0437aa575 Fix cppcheck warnings in rotctld.c 2020-05-05 09:26:40 -05:00
Nate Bargmann ab63348217
Merge branch 'updated_build_scripts' 2020-05-05 07:03:58 -05:00
Nate Bargmann b597a9fef0
Remove call to Wine in Windows build scripts
As Wine can not be used reliably to install MS Visual Studio tools,
remove the generation of libhamlib-4.lib and instead provide sample
instructions for local generation of this file from the supplied
libhamlib-4.def file.

Remove Bashisms so scripts may be called by a POSIX compliant shell.  On
Debian /usr/bin/dash is such a shell.
2020-05-05 06:52:34 -05:00
Michael Black dd5736c435
Merge pull request #236 from N0NB/updated_build_scripts
Update sample Windows build scripts
2020-05-04 11:23:30 -05:00
Nate Bargmann 5d533670c5
Update sample Windows build scripts
Mostly replace backtick calls with more portable $() syntax.

Revise each script to minimize differences between them to only those
that are necessary.
2020-05-04 05:22:57 -05:00
mdblack98 bf1a05084d astyle files 2020-05-03 17:24:42 -05:00
mdblack98 85ecc848f8 Make netrigctl_close synchronous
There was a race condition where closing and reopening quickly could cause rigctld to fail
2020-05-03 17:08:29 -05:00
mdblack98 9b96c24ff1 Add some debug to rigctl_parse.c 2020-05-03 17:07:22 -05:00
mdblack98 0bd52c259d Add a bit more debug to rigctld.c 2020-05-03 17:06:34 -05:00
mdblack98 67f7bd91e0 clean up example.c and it now does a reopen test at the end 2020-05-03 16:55:04 -05:00
mdblack98 ef1d42d2e1 Add rig_close test and clean up example.c 2020-05-03 16:10:07 -05:00
mdblack98 12320d451f Add a short sleep to dummy_open and dummy_close 2020-05-03 16:04:59 -05:00
mdblack98 d75272ddac Fix caching math and clean up cachetest.c
https://github.com/Hamlib/Hamlib/issues/228
2020-05-02 23:10:55 -05:00
mdblack98 b244fe234c Fix caching math...helps when you get the units right...nanoseconds...not microseconds
https://github.com/Hamlib/Hamlib/issues/228
2020-05-02 17:32:37 -05:00
mdblack98 baa3787bc5 Add ELAPSED_INVALIDATE for caching use
Change rig_get_vfo to use ELAPSED_INVALIDATE
Change elapsed_ms code to make a little more sense
https://github.com/Hamlib/Hamlib/issues/231
2020-05-02 11:19:44 -05:00
mdblack98 54fd75ffe8 Reduce verbosity on rig_strvfo 2020-05-02 07:57:16 -05:00
mdblack98 2fcecd7d7f Remove debug from rigctld.c 2020-05-02 07:42:09 -05:00
mdblack98 4dd1b03d56 Add some debug to rig.c 2020-05-02 07:25:17 -05:00
Michael Black 41b3c2e218
Merge pull request #234 from dforsi/fix/python
Set the executable bits on py3test.py
2020-05-02 07:05:23 -05:00
Michael Black fc2379ccbc
Merge pull request #235 from dforsi/patch-1
Fix descriptions referring to rot instead of amp
Gee...somebody actually reads the documentation...thanks!!
2020-05-02 07:03:33 -05:00
dforsi bbea161abe
Fix descriptions referring to rot instead of amp 2020-05-02 12:26:45 +02:00
Daniele Forsi 3baabad45b Set the executable bits on py3test.py 2020-05-02 11:11:27 +02:00
Michael Black 9920e7ee59 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-01 22:38:09 -05:00
mdblack98 b170cb9f0e Fix binding get_channel 2020-05-01 22:37:53 -05:00
mdblack98 b888124f76 Fix perltest.pl get_channel 2020-05-01 22:35:30 -05:00
Michael Black 0bd5cf5d2b Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-01 17:52:31 -05:00
mdblack98 48b0234caf icom.c if VFOA/B is requested for rig without VFOA/A maps to Main/Sub
https://github.com/Hamlib/Hamlib/issues/231
2020-05-01 17:51:20 -05:00
Michael Black a7a4d21ecc Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-01 17:42:11 -05:00
mdblack98 1aed5e9266 Add PS; check to kenwood power up logic
https://github.com/Hamlib/Hamlib/issues/231
2020-05-01 17:41:27 -05:00
Michael Black a6af28a085 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-01 16:58:43 -05:00
mdblack98 c4430b7cb9 Fix split caching 2020-05-01 16:58:22 -05:00
Michael Black 565635feba Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-01 16:29:13 -05:00
mdblack98 c5f7857f6e Add cachetest and cachtest2 to make check 2020-05-01 16:28:48 -05:00
mdblack98 d4de834ee4 Fix compile warning in cachetest2.c 2020-05-01 16:28:30 -05:00
mdblack98 a124bcafb7 Remove compile warning in cachetest.c 2020-05-01 16:26:37 -05:00