Commit Graph

305 Commits

Author SHA1 Message Date
Mike Black W9MDB
98f6c1aea6 Add Commradio CTX-10 2024-06-30 14:58:08 -05:00
Mike Black W9MDB
3549dfe22c Revert "Move rot_dummy to rotators/dummy -- in preparation for PSKRotator dummy device"
This reverts commit 205e03bc57.
2024-06-02 08:47:27 -05:00
Mike Black W9MDB
205e03bc57 Move rot_dummy to rotators/dummy -- in preparation for PSKRotator dummy device 2024-06-02 08:29:54 -05:00
Michael Black
efbe365701
Revert "Refactoring GPIO push-to-talk logic to use libgpiod rather than the d…" 2024-05-12 14:37:23 -05:00
Michael Black
c06255d364
Merge pull request #1539 from aschuhardt/libgpiod
Refactoring GPIO push-to-talk logic to use libgpiod rather than the d…
2024-05-12 11:41:31 -05:00
Mike Black W9MDB
e9a9424eed Adding motorola rig 2024-04-24 12:06:00 -05:00
Addison Schuhardt
cf91e96333 Refactoring GPIO push-to-talk logic to use libgpiod rather than the deprecated/broken sysfs method.
TODO: I'm not familiar with autoconf to set up linking to libgpiod correctly, so I'd like to ask someone else to do that.
Fixes #1538
2024-04-11 00:17:15 -07:00
Mike Black W9MDB
a8cfff8bd3 Try adding _TIME_BITS=64 to see if 32-bit build works with it
https://github.com/Hamlib/Hamlib/issues/1478
2024-02-11 15:57:10 -06:00
Mike Black W9MDB
16488d3267 Add -liphlpapi to configure.ac for mingw build
https://github.com/Hamlib/Hamlib/issues/1409
2023-11-16 09:16:26 -06:00
Mike Black W9MDB
43159e55a1 Default configure builds shared libraries
Adding --enable-static now turnes off shared as it never build both at the same time
2023-11-12 08:47:28 -06:00
Mike Black W9MDB
cb5e9ec853 Remove debug from configure.ac
https://github.com/Hamlib/Hamlib/issues/1403
2023-10-18 10:15:11 -05:00
Mike Black W9MDB
aac762712a Fix static build with indi
Now builds both dynamic and static
https://github.com/Hamlib/Hamlib/issues/1403
2023-10-18 10:10:46 -05:00
Mike Black W9MDB
751935d838 Fix without-cxx-binding build
https://github.com/Hamlib/Hamlib/issues/1317
2023-06-17 23:00:55 -05:00
Mike Black W9MDB
3b45dfa4b8 Add AnyTone D578UVIII
https://github.com/Hamlib/Hamlib/issues/1303
2023-05-27 11:04:56 -05:00
Mike Black W9MDB
f4a08e10bf Add winmm.lib to Win32 build
https://github.com/Hamlib/Hamlib/issues/1290
2023-05-15 14:24:16 -05:00
Mike Black W9MDB
7236942d89 Adding Expert Linear amplifier 2023-03-28 17:08:40 -05:00
Matthew J. Wolf
f5c26bf235 Inital add of rotator saebrtrack 2023-03-10 13:03:14 -05:00
Daniele Forsi IU5HKX
72e94b6069 Add include/hamlib directory to all makefiles 2023-02-16 19:08:24 +01:00
Mike Black W9MDB
18a2d91f59 Add HAMLIB_VERSION_MAJOR, HAMLIB_VERSION_MINOR, and HAMLIB_VERSION_PATCH #defines
https://github.com/Hamlib/Hamlib/issues/1209
2023-01-21 22:49:51 -06:00
Mike Black W9MDB
e4471b9ece Fix BSD build include path order
https://github.com/Hamlib/Hamlib/issues/1208
2023-01-10 23:07:53 -06:00
Mike Black W9MDB
bc6c14e430 Add Apex Shared Loop rotator
https://github.com/Hamlib/Hamlib/issues/1159
2022-12-25 17:07:26 -06:00
Mike Black W9MDB
267d07f708 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2022-12-22 11:58:13 -06:00
Mike Black W9MDB
f31e1b7ad9 File/Properties/Details on hamlib-X.dll now shows information except for File version (still to be fixed)
https://github.com/Hamlib/Hamlib/issues/1168
2022-12-22 11:50:50 -06:00
Mike Black W9MDB
cafc094788 Add version information for Windows file/Properties/Details
https://github.com/Hamlib/Hamlib/issues/1168
2022-12-21 15:44:36 -06:00
Mike Black W9MDB
6331709fd6 Add --disable-parallel configure option
https://github.com/Hamlib/Hamlib/issues/1181
2022-12-09 23:35:03 -06:00
andz
82ef0a39bf Initial adding FLIR PTU rotator 2022-11-26 01:04:36 +01:00
Mike Black W9MDB
1e68b06b53 Add MDS 4710 rig 2022-11-14 23:57:22 -06:00
Nate Bargmann
56b2814e75
Advance configure.ac to 4.6~git
Also advance ABI_REVISION=6.
2022-10-29 18:56:22 -05:00
Mike Black W9MDB
363219e60a Add Gemini DX-1200 HF-1K amplifier 2022-07-10 17:05:44 -05:00
wuxx
e9fb733dae add new rotator grbltrk
Changes to be committed:
	modified:   Android.mk
	modified:   configure.ac
	modified:   include/hamlib/rotlist.h
	new file:   rotators/grbltrk/Android.mk
	new file:   rotators/grbltrk/Makefile.am
	new file:   rotators/grbltrk/grbltrk.c
	modified:   src/rot_reg.c
2022-05-17 13:23:44 +08:00
orbea
4fa9a211ad bindings: Fix tcl build with slibtool 2022-05-06 22:12:18 -07:00
Mike Black W9MDB
c774a05be4 Revert "Merge pull request #1022 from orbea/tcl"
This merge breaks the default tcl build as it can't find the
This reverts commit 4d919ec454, reversing
changes made to 279bc84dfe.
This patch breaks the default tcl build as it can't find Tcl pkgconfig
configure: error: Unable to find Tcl pkgconfig
2022-05-06 23:08:47 -05:00
orbea
9dfbd235af bindings: Fix tcl build with slibtool 2022-05-06 17:13:39 -07:00
Mike Black W9MDB
5d9f6ed6e9 Really remove AC_PROG_CC_STDC to make autoupdate happy 2022-03-06 07:28:07 -06:00
Mike Black W9MDB
a93e7d1e0b Remove obsolete AC_PROG_CC_SSTD from configure.ac 2022-03-06 07:10:59 -06:00
Michael Black
b3ff4b0167
Merge pull request #974 from OK1CTR/gomspace
Gomspace GS100 transceiver frequency control
2022-02-25 14:37:44 -06:00
Mike Black W9MDB
9ae519fc41 Working on password access for rigctld -- not fully implmented yet
Need to check on security audit and cross-platform compilation first
https://github.com/Hamlib/Hamlib/issues/813
2022-02-24 17:28:25 -06:00
OK1CTR
83e5b14cf6 Manually applied diff from older HamLib version. 2022-02-23 22:36:57 +01:00
Mike Black W9MDB
1d9c067dd2 Add top_builddir to include path in configure.ac
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 22:50:15 -06:00
Mike Black W9MDB
9aade8de3f Add config.h to include/hamlib so HAVE_PTHREAD is available if needed
https://github.com/Hamlib/Hamlib/issues/947
2022-02-03 22:31:42 -06:00
Mike Black W9MDB
0ccf0b480c Add CODAN Envoy and NGS rigs 2021-12-27 11:48:05 -06:00
Nate Bargmann
2234886998
Advance to 4.5~git 2021-12-02 17:56:17 -06:00
Mike Black W9MDB
376db9e2e7 Fix compilation when OS does have libusb installed
https://github.com/Hamlib/Hamlib/issues/803
2021-09-22 22:34:31 -05:00
Mike Black W9MDB
0806896e3b Fix compilation when OS does not have libusb installed
https://github.com/Hamlib/Hamlib/issues/803
2021-09-21 23:32:12 -05:00
Mike Black W9MDB
be03885101 Add Makefile to simulators 2021-09-15 23:59:31 -05:00
Nate Bargmann
45e0db787d
Advance to version 4.4~git 2021-08-31 21:09:30 -05:00
Mike Black W9MDB
6d829ec43f Fix without-libusb build to not build testlibusb 2021-08-17 17:53:14 -05:00
root
dd376a1267 Fix c++ compile for compilers that need the -std=c++11 switch
https://github.com/Hamlib/Hamlib/issues/740
2021-07-14 23:21:32 -04:00
Nate Bargmann
561b8d0785
Advance to 4.3~git 2021-05-16 21:31:49 -05:00
Evgeniy Titorenko
0165d81e47 Add Radant AZV-1 Rotator controller protocol. 2021-04-09 19:19:08 +03:00