Wykres commitów

324 Commity (Hamlib-4.6.3)

Autor SHA1 Wiadomość Data
Nate Bargmann 371db9ffd2
Release 4.6.3 2025-06-09 19:52:44 -05:00
Nate Bargmann ff72e8eef2
Update NEWS and advance to 4.6.3~rc3 2025-06-07 08:05:32 -05:00
Nate Bargmann a640201ad7
Advance to 4.6.3~rc2 2025-06-03 11:05:13 -05:00
Nate Bargmann e641162a6b
Advance to 4.6.3~rc1 2025-05-25 21:00:13 -05:00
Nate Bargmann 9570d9963b
Merge GitHub PR #1742 2025-05-22 18:17:59 -05:00
Daniele Forsi IU5HKX dbe89b2092 Remove duplicated comment 2025-05-22 21:55:10 +02:00
Daniele Forsi IU5HKX 94bf1d717a Fix failure of ./configure --with-tcl-binding --with-xml-support
If pkg-config has found tcl.pc, then tclConfig.sh is not executed
and $TCL_INCLUDE_SPEC is empty so the test for tcl.h fails.
This patch moves the test inside the "else" case where the variable
is always defined.
The is a bug exposed by the fact that --with-xml-support redefines
the macro PKG_CHECK_MODULES.
Fix verified moving aside /usr/lib/x86_64-linux-gnu/pkgconfig/tcl.pc

Fixes:
configure: error: Unable to find Tcl headers
2025-05-17 15:51:57 +02:00
Daniele Forsi IU5HKX 435a354ee0 Fix --with-indi[=no] being considered =yes 2025-05-17 10:57:23 +02:00
Daniele Forsi IU5HKX ce95b034c6 Fix --with-libusb[=yes] being considered =no 2025-05-13 21:04:44 +02:00
Daniele Forsi IU5HKX 9aee8f8343 Fix --with-readline[=yes] being considered =no 2025-05-13 21:04:44 +02:00
Daniele Forsi IU5HKX 5370bbd32e Fix --enable-html-matrix[=yes] being considered =no 2025-05-13 21:04:44 +02:00
Daniele Forsi IU5HKX 50462e6564 Fix --enable-parallel[=yes] being considered =no 2025-05-13 21:04:44 +02:00
Daniele Forsi IU5HKX daa5c83a82 Fix --enable-winradio[=yes] being considered =no 2025-05-13 21:04:44 +02:00
Daniele Forsi IU5HKX c7ba4f5384 Fix --without-cxx-binding being ignored
Do not build the C++ bindings if the configure script was called
with the option --without-cxx-binding.
2025-05-09 22:37:35 +02:00
Nate Bargmann 5cf8755827
Update ax_lua.m4 macro file
Per GitHub issue #1712, the older macro file was causing bootstrap
issues on Fedora 42.
2025-05-01 07:04:04 -05:00
Nate Bargmann 285a865d9f
Restore libtool default of building shared and static libs
Commit 43159e5 prevented the libtool default of building both shared and
static libraries during a compilation run.

This addresses GitHub issue 1500 that seeks to enable both shared and
static libs.

At this point, I have not found the motivation for commit 43159e5
despite searching all forums and the mailing list.  While the reason
might not now be ever known, restoring the default behavior alligns the
project with other software package.
2025-04-09 13:40:53 -05: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
Nate Bargmann 1364996bd2
Advance to 4.7~git 2024-12-19 18:05:40 -06:00
dernasherbrezon 099cc7fc48 Implement initial skywatcher rotator
Use GOTO mode when setting position.
Use cache for CPR (Counts Per Revolution) because it is hardcoded for the motor
2024-08-27 23:41:01 +01:00
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