Wykres commitów

10 Commity (3709fcb9827d39948fb7b384d2c76caf02de059d)

Autor SHA1 Wiadomość Data
Bill Somerville 222ad74de7 Add RIG_PASSBAND_NOCHANGE as possible set_{split_,split_freq_,}mode argument
This change  allows the set_mode  functions to leave the  rig passband
unchanged  if required.  For the  few rigs  that do  not have  explcit
passband width control either current state is read and rewritten or a
"normal" width  is chosen e.g. select  a normal width when  there is a
choice like CW and CW-NARROW.
2016-04-19 21:27:52 +01:00
Nate Bargmann c39b51327b Revise test for MinGW with sleep()
Revise the preprocessor conditional test for MinGW variables.  Tested on
all of my MinGW installations.  The prior test was broken by MinGW 3.0
on Debian Unstable.
2013-09-19 21:59:42 -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
Nate Bargmann 02a90bf2cf Update LGPL header in TenTec source files.
TNX to Lucian Laga, YO6PLB, for the notification.
2011-08-22 21:38:37 -05:00
Stéphane Fillod, F8CFE 0608f31917 - serial timing and testing by Bert Put, KG4BEC
- declare (forgotten) set_mem/get_mem in caps
- safer set_freq with num_stdio.h


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2945 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-06-19 07:08:24 +00:00
Stéphane Fillod, F8CFE 2b25b81349 mode caps fix
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2933 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-31 08:39:59 +00:00
Stéphane Fillod, F8CFE 68b0e89b66 flesh out Paragon (585)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2859 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-03-28 16:38:05 +00:00
Stéphane Fillod, F8CFE 581359dca0 Patch from Eric Sesterhenn, after cppcheck run:
- kenwood/ic10.c: (error) Buffer access out-of-bounds
- src/network.c: (error) Memory leak: p
- tentec/paragon.c: (error) Memory leak: priv


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2765 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-11-03 22:03:56 +00:00
Stéphane Fillod, F8CFE ecd340349a comments
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2752 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-11-01 22:35:19 +00:00
Stéphane Fillod, F8CFE 1ac0e03288 Skeleton for TT-585 Paragon
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2689 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-04-22 20:43:26 +00:00