Wykres commitów

16 Commity (master)

Autor SHA1 Wiadomość Data
Mike Black W9MDB 42b6fb13f9 Remove hamlib/config.h from nobase_include_HEADERS
https://github.com/Hamlib/Hamlib/issues/1373
2023-08-26 10:13:54 -05:00
Mike Black W9MDB 04e10da6e3 Move multicast.h to include/hamlib and fix some other things
https://github.com/Hamlib/Hamlib/issues/695
2023-05-09 11:46:54 -05:00
Mike Black W9MDB 1d0d733405 Remove winpthreads.h
MSVC build now needs NuGet pthreads package to compile
https://github.com/Hamlib/Hamlib/issues/1107
2022-09-03 11:19:56 -05:00
Nate Bargmann aa0937e6c1
Distribute winpthreads.h
Set file permissions on winpthreads.h to remove exec bits.
2022-08-27 08:31:46 -05: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
Michael Black 2fca5f49b8
Remove hl_sleep.h as no longer needed 2019-12-24 15:21:06 -06:00
Nate Bargmann ecf95912b1
Add amp header files for distribution 2019-06-26 19:38:36 -05:00
Nate Bargmann 1fd85febee MinGW build: Fix sleep() substitution
MinGW does not natively support the POSIX sleep() function so we have
had an override that was a part of the GR_PWIN32 macro and included in
the generated config.h file.  When compiling for Windows on POSIX using
MinGW, Autotools will detect sleep() and set HAVE_SLEEP which prevented
the substitution from being included in the source.  Adding a test for
_WIN32 (set by MinGW's gcc) then caused a warning from src/network.c on
POSIX about winsock2.h needing to be included before windows.h.  As
config.h needed to be included first, the solution to break out the
substitution that includes windows.h into its own file.  This patch
provides that solution and allows the code to compile cleanly on POSIX,
using MinGW on both POSIX and Windows, and on Cygwin.
2013-07-29 12:38:22 -05:00
Stéphane Fillod, F8CFE 1413d79e5c Wrap sscanf in order to workaround some locales where the decimal
separator (float format, ...) is not a dot.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2711 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-06-23 21:00:14 +00:00
Stéphane Fillod, F8CFE 02690aaf39 fix from Tomi OH2BNS, for RPM build
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1655 7ae35d74-ebe9-4afe-98af-79ac388436b8
2004-01-25 17:38:54 +00:00
Stéphane Fillod, F8CFE be1c1d0f54 bandplan.h gathers couple handy macros to declare freq_range's in model capabilities
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1287 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-11-16 14:05:17 +00:00
Stéphane Fillod, F8CFE 1fa554a818 added Rotator class
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@874 7ae35d74-ebe9-4afe-98af-79ac388436b8
2002-01-16 22:44:18 +00:00
Stéphane Fillod, F8CFE b1a61edcf8 added rotlist.h
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@810 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-27 21:45:12 +00:00
Stéphane Fillod, F8CFE 65e0ab7c1b added rotator includes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@807 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-27 21:41:03 +00:00
Stéphane Fillod, F8CFE e30c96efda merged in hamlib subdir Makefile.am
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@767 7ae35d74-ebe9-4afe-98af-79ac388436b8
2001-12-19 03:25:25 +00:00
Stéphane Fillod, F8CFE 5e546f9347 Initial release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@238 7ae35d74-ebe9-4afe-98af-79ac388436b8
2000-10-22 16:19:06 +00:00