Wykres commitów

11694 Commity (f76864a3c46d1ce9a4ec47538131e09f382fea62)

Autor SHA1 Wiadomość Data
Michael Black W9MDB f76864a3c4 Revert "One more time before I revert all of this"
This reverts commit ad50b0c783.
2025-01-19 16:48:28 -06:00
Michael Black W9MDB ad50b0c783 One more time before I revert all of this 2025-01-19 16:43:43 -06:00
Michael Black W9MDB 0c5c34f8a5 Another attempt to fix github build 2025-01-19 16:15:19 -06:00
Michael Black W9MDB 8c3f13764d Another attempt to fix github build 2025-01-19 16:04:01 -06:00
Michael Black W9MDB 6a4da2cbc5 Another attempt to fix github build 2025-01-19 15:59:30 -06:00
Michael Black W9MDB e401953160 Another attempt to fix github build 2025-01-19 15:58:44 -06:00
Michael Black W9MDB 4980beb9a9 Try to fix breakage of make distcheck on github 2025-01-19 15:52:35 -06:00
Michael Black W9MDB 7a5bb89690 Add __init__.py 2025-01-19 15:38:38 -06:00
Michael Black W9MDB 8aa487afb8 Update python binding to place some files in site-packages/Hamlib
https://github.com/Hamlib/Hamlib/issues/1645
2025-01-19 15:29:08 -06:00
Michael Black W9MDB 35f86232fa Fix simulators 2025-01-18 15:56:59 -06:00
Michael Black W9MDB 517a8918ab Update ax_python_devel.m4 to fix installation problems 2025-01-18 15:56:24 -06:00
Michael Black W9MDB bedbfff8c4 Remove unnecessary include 2025-01-18 15:55:54 -06:00
Michael Black W9MDB a985b50eea Fix IC9100 rigctld startup where it was starting on VFOA and ending up on VFOB
https://github.com/Hamlib/Hamlib/issues/1656
2025-01-15 08:11:02 -06:00
Michael Black W9MDB 24d67437b7 Remove include of sys/socket.h from rig.h -- doesn't seem we need it and breaks grig build
https://github.com/Hamlib/Hamlib/issues/1655
2025-01-12 12:43:39 -06:00
Michael Black W9MDB 46143578ae Remove QMX from QDX entry 2025-01-08 06:33:42 -06:00
Michael Black W9MDB 8636901bf3 Fix IC746 and IC746PRO set mode to not use data byte 2025-01-07 16:56:52 -06:00
Michael Black W9MDB 33adef942e Seperate QMX from QDX due to incompatible modes in FLRig
https://github.com/Hamlib/Hamlib/issues/1653
2025-01-07 09:03:34 -06:00
Michael Black W9MDB d2065fe781 Add DIGI-U and DIGI-L to possible modes from FLRig
https://github.com/Hamlib/Hamlib/issues/1653
2025-01-07 07:54:00 -06:00
Michael Black W9MDB d1e0e3f204 Let kenwood serial read remove non-printable chars from responses
Should help it be a bit more robust against bad serial data like this
https://github.com/Hamlib/Hamlib/issues/1652
2025-01-07 07:52:08 -06:00
Michael Black W9MDB b2b8586c93 Fix TS570 RIG_LEVEL_STRENGTH by adding STR_CAL table 2025-01-06 15:59:10 -06:00
Michael Black W9MDB 3eefab46a9 Add missing items in visual basic binding 2025-01-06 07:22:47 -06:00
Michael Black W9MDB 1ad817dea9 Remove get_powerstat from IC7800 -- rig does not support querying power status 2025-01-06 07:14:21 -06:00
Michael Black W9MDB 181831bbd8 Revert "Remove get_powerstat from ic785x.c -- rig does not support querying power status"
Wrong rig
This reverts commit 61f3a817d3.
2025-01-05 16:46:30 -06:00
Michael Black W9MDB 61f3a817d3 Remove get_powerstat from ic785x.c -- rig does not support querying power status 2025-01-05 16:43:53 -06:00
Michael Black W9MDB 083fed77f2 Merge branch 'master' of github.com:Hamlib/Hamlib 2025-01-05 10:03:39 -06:00
Michael Black 820c28e63f
Merge pull request #1650 from dforsi/fix/unused-sources
Remove unused and empty source files
2025-01-05 10:03:31 -06:00
Daniele Forsi IU5HKX 3222289ef5 Remove unused and empty source files 2025-01-05 15:14:45 +01:00
Michael Black W9MDB b311890631 Update some simulators 2025-01-04 11:57:39 -06:00
Michael Black W9MDB b3ef41354d Remove RIGCAPS_NOT_CONST
Hopefully this doesn't break any other builds
2025-01-03 07:37:10 -06:00
Michael Black W9MDB a8f5ad0b6f Fix compile warning on ft991.c 2024-12-29 17:22:38 -06:00
Michael Black W9MDB ab63103f6b Fix accidental create of file '=2.1' when python build is included 2024-12-29 17:04:51 -06:00
Michael Black W9MDB a8a5229147 Merge branch 'master' of github.com:Hamlib/Hamlib 2024-12-29 10:44:52 -06:00
Michael Black W9MDB 7d535564bd Fix rig_list_foreach in testmW2power.c
https://github.com/Hamlib/Hamlib/issues/1647
2024-12-29 10:44:32 -06:00
Michael Black W9MDB 028d750249 Fix rig_list_foreach in testmW2power.c 2024-12-29 10:43:39 -06:00
Michael Black W9MDB ac8a8b2027 Fix rig_list_foreach in hamlibmodels.c
https://github.com/Hamlib/Hamlib/issues/1647
2024-12-29 10:33:33 -06:00
Michael Black W9MDB 728d0a5432 Fix listrigs.s rig_list_foreach
https://github.com/Hamlib/Hamlib/issues/1647
2024-12-29 08:56:53 -06:00
Michael Black W9MDB 601dd1361c Fix testrigopen.c rig_list_foreach
https://github.com/Hamlib/Hamlib/issues/1647
2024-12-29 08:51:47 -06:00
Michael Black W9MDB f2a9f091d0 Change rig_list_foreach back to using const argument -- was breaking many C++ application builds
https://github.com/Hamlib/Hamlib/issues/1647
2024-12-29 08:42:24 -06:00
Michael Black W9MDB 028e8f38cd Improve error message when windows serial port is already in use 2024-12-28 15:59:43 -06:00
Michael Black W9MDB 1211da41d0 Remove csharp for now 2024-12-27 16:28:06 -06:00
Michael Black W9MDB bf7d5c322b Merge branch 'master' of github.com:Hamlib/Hamlib 2024-12-26 15:34:37 -06:00
Michael Black W9MDB 5d8593dd73 Update simic7300 and simic7000 2024-12-26 15:33:20 -06:00
Michael Black W9MDB eb7a828f5e Add stdarg.c as va_list requires
https://github.com/Hamlib/Hamlib/issues/1644
2024-12-26 07:57:46 -06:00
Michael Black W9MDB 0ad5924050 Add stdarg.c as va_list requires 2024-12-26 07:56:06 -06:00
Michael Black W9MDB f173673695 Update rigctl.1 man page 2024-12-25 22:59:50 -06:00
Michael Black W9MDB 70708fdf7f Update multicast.csproj to use .net 8 2024-12-25 22:53:34 -06:00
Michael Black W9MDB 57c145d5d1 Remove skip_init default
Was causing segfault on rigctl -m 2041 -r /dev/pts/4 M CW 250 b 73
2024-12-25 22:43:20 -06:00
Michael Black W9MDB f00e4f4708 Add csharp codeql check 2024-12-25 17:12:29 -06:00
Michael Black W9MDB 8edf99fc18 Change skipinit so skip-init for consistency
And now ignores the skip-init on the non-interactive rigctl
2024-12-25 16:36:37 -06:00
Michael Black W9MDB 9ac7f92d1e Update some documentation 2024-12-25 15:59:40 -06:00