Wykres commitów

6186 Commity (856df487d177d765525f3e86b16c2badd79ba77b)

Autor SHA1 Wiadomość Data
Michael Black W9MDB 856df487d1 Update ChangeLog 2020-10-17 11:40:26 -05:00
Michael Black W9MDB de20ee6533 Fix hamlibdatetime.h error for in-git build 2020-10-16 23:17:28 -05:00
Bill Somerville 146bdf7d41
Fix make dist versioning 2020-10-17 03:18:30 +01:00
Bill Somerville 8fbe6a7678
Merge branch 'safe-scs-versioning' of ssh://git.code.sf.net/u/bsomervi/hamlib into safe-scs-versioning 2020-10-17 03:17:38 +01:00
Bill Somerville f38ee5c6f1
Ensure old hamlibdatetime.h headers in the source dir are ignored 2020-10-17 02:31:17 +01:00
Bill Somerville 8872ee50ad
Make version recording safe for parallel builds
without breaking make dist, developer, builds, downstream builds
whether in-source or out-of-source. Done by putting generated files in
the build tree rather than the source tree.
2020-10-17 01:48:24 +01:00
Bill Somerville 2544a05357
Make version recording safe for parallel builds without breaking make dist 2020-10-17 01:45:15 +01:00
Michael Black W9MDB 05d57f5867 Fix the git tree build 2020-10-16 18:20:11 -05:00
Michael Black W9MDB 1e41f32017 Remove unused var from icom.c 2020-10-16 18:09:08 -05:00
Michael Black W9MDB 28b7543de6 Add stop_morse to Icom rigs
https://github.com/Hamlib/Hamlib/issues/240
2020-10-16 17:26:02 -05:00
Michael Black W9MDB 892c2bd634 Change tests/Makefile.am to put hamlibdatetime.h in the build directory to support parallel builds 2020-10-16 17:16:22 -05:00
Michael Black W9MDB c5ac5b2334 Fix win32termios.h build under mingw
https://github.com/Hamlib/Hamlib/issues/421
2020-10-16 15:26:30 -05:00
Michael Black W9MDB 1c7e5b2e48 Fix win32termios.h
https://github.com/Hamlib/Hamlib/issues/421
2020-10-16 14:48:01 -05:00
Michael Black W9MDB cf32ace4be Fix gcc warnings
https://github.com/Hamlib/Hamlib/issues/421
2020-10-16 11:51:41 -05:00
Michael Black W9MDB 5add4b343d Add rig_stop_morse to API and stop_morse command for rigctl
No rigs implemented yet
https://github.com/Hamlib/Hamlib/issues/240
2020-10-16 08:41:57 -05:00
Michael Black W9MDB 90cf25b6fe Merge 2020-10-16 08:25:16 -05:00
Michael Black W9MDB 341828a319 astyle files 2020-10-15 15:44:43 -05:00
Michael Black W9MDB d15c4da091 Remove COMP function from ft5000.c for ft3000 and use newcat routine instead 2020-10-15 15:28:46 -05:00
Michael Black W9MDB 2ed842b098 Fix FTDX101D get COMP function
https://github.com/Hamlib/Hamlib/issues/417
2020-10-15 21:23:12 +01:00
Michael Black W9MDB 8462796b00 Fix typo in ft817.c 2020-10-15 12:50:21 -05:00
Michael Black W9MDB 7c78530da2 remove cppcheck items from uthash.h 2020-10-15 12:49:29 -05:00
Michael Black W9MDB 6a65b41698 Another attempt to get ft817 PWR_ON working
https://github.com/Hamlib/Hamlib/issues/418
2020-10-15 12:36:24 -05:00
Michael Black W9MDB 6807fa739a Add rig_flush to ft817_send_cmd
https://github.com/Hamlib/Hamlib/issues/419
2020-10-15 12:02:03 -05:00
Michael Black W9MDB 733bd9d280 2nd attempt to fix ft817 PWR_ON
https://github.com/Hamlib/Hamlib/issues/419
2020-10-15 11:59:59 -05:00
Michael Black W9MDB ab51d7ec66 Helps if I commit the fixed version....
https://github.com/Hamlib/Hamlib/issues/419
2020-10-15 11:48:01 -05:00
Michael Black W9MDB 18e43245bc An attempt to get FT-817 PWR_ON working
https://github.com/Hamlib/Hamlib/issues/419
2020-10-15 10:04:33 -05:00
Michael Black W9MDB 8b541f3e0b Fix debug statement in kenwood.c to show correct tvfo 2020-10-15 08:31:55 -05:00
Michael Black fe1d705e33
Merge pull request #420 from mikaelnousiainen/icom-repeater-shift-ic9700-tuning-steps-fixes
Fix Icom repeater shift + split and add tuning steps for IC-9700
2020-10-14 11:26:15 -05:00
Mikael Nousiainen a77e82be4e Fix handling of Icom repeater shift and split command responses. Add tuning step definitions for IC-9700. 2020-10-14 18:19:00 +03:00
Michael Black W9MDB 7d7622face Add 50ms sleep after during set_freq for ft817
https://github.com/Hamlib/Hamlib/issues/418
2020-10-13 17:34:34 -05:00
Michael Black W9MDB 1351eb6bd7 Add more neverused since cppcheck complains a lot 2020-10-13 16:59:58 -05:00
Michael Black W9MDB ef34c699c0 Fix FT101DX FUNC_COMP since it now has a different format than other Yaesu's
Presumably this is the future format
https://github.com/Hamlib/Hamlib/issues/417
2020-10-13 16:55:32 -05:00
Michael Black W9MDB 4faad82da7 Change get_ptt RTS/DTR to keep serial port open
New option --set-conf=ptt_share=1 to revert to old behavior where serial port is opened/closed every get_ptt
https://github.com/Hamlib/Hamlib/issues/383
2020-10-12 23:27:13 -05:00
Michael Black W9MDB 70a448fe85 Fix FT817 FT817_NATIVE_CAT_GET_RX_STATUS byte count, should be 1 and not 2
https://github.com/Hamlib/Hamlib/issues/416
2020-10-12 22:42:27 -05:00
Michael Black 980ef1d88f
Merge pull request #415 from dforsi/fix/cppcheck
Fix a [missingInclude] when running cppcheck --check-config
2020-10-12 16:58:26 -05:00
Daniele Forsi IU5HKX 8c8eeaf795 Fix a [missingInclude] "information" when running cppcheck --check-config
This is for consistency with other source fils, but gcc finds the include
file anyway (see https://gcc.gnu.org/onlinedocs/cpp/Search-Path.html)

Fixes:
rotators/amsat/if100.c:38:0: information: Include file: "math.h" not found. [missingInclude]
2020-10-12 23:30:11 +02:00
Michael Black W9MDB 1115314782 Add version info to ft817_init 2020-10-12 15:47:35 -05:00
Michael Black W9MDB 2df1e2e199 Add installation path to py3test.py 2020-10-12 15:40:22 -05:00
Michael Black W9MDB 1f0c2a2e4f Change settings. set_level/get_level to use RIG_TARGETABLE_LEVEL instead of RIG_TARGEABLE_PURE
Deprecating RIG_LEVEL_PURE
https://github.com/Hamlib/Hamlib/issues/414
2020-10-12 09:56:24 -05:00
Michael Black W9MDB ad5b87c9ae Change RIG_TARGETABLE_PURE to RIG_TARGETABLE_LEVEL in ft5000.c
https://github.com/Hamlib/Hamlib/issues/414
2020-10-12 09:53:16 -05:00
Michael Black W9MDB 45edda6a16 Add RIG_TARGETABLE_LEVEL to rig.h 2020-10-12 09:41:12 -05:00
Michael Black W9MDB 4690e26aa4 Remove RIG_TARGETABLE_PURE from newcat.c and add new RIG_TARGETABLE_LEVEL
Looks like RIG_TARGETABLE_PURE is never used by any rigs so should be removed from rig.c too
https://github.com/Hamlib/Hamlib/issues/413
2020-10-12 09:35:57 -05:00
Michael Black W9MDB 34e9327446 Don't expire cache if we just read the freq 2020-10-11 23:40:29 -05:00
Michael Black W9MDB 5453a9c036 Fix ability to get Sub VFO in newcat get_func
https://github.com/Hamlib/Hamlib/issues/413
2020-10-11 22:25:01 -05:00
Michael Black b8da9b6bba
Merge pull request #412 from dforsi/fix-typos
Fix typos
2020-10-11 11:35:32 -05:00
Daniele Forsi 1e00e4e8db Fix typos
Command line:
codespell --write-changes --summary --skip=*.m4 --ignore-words-list="develope,get's,quitt,setts,som,ue,vektor,objext,ans
2020-10-11 18:03:50 +02:00
Michael Black W9MDB 41be8d65e4 Fix TUNE for FTDX5000 and FTDX101D
https://github.com/Hamlib/Hamlib/issues/411
2020-10-10 15:44:11 -05:00
Michael Black W9MDB e0594e8976 Fix VFO spelling error in newcat.c 2020-10-10 11:44:40 -05:00
Michael Black W9MDB 6981f6e9c0 Fix set XIT for newcat.c
https://github.com/Hamlib/Hamlib/issues/410
2020-10-10 10:50:24 -05:00
Michael Black W9MDB 0f23261792 Fix some VFO problems in newcat.c with VFO_MAIN/SUB usage
https://github.com/Hamlib/Hamlib/issues/408
2020-10-10 10:47:51 -05:00