Wykres commitów

35 Commity (master)

Autor SHA1 Wiadomość Data
Frank Goenninger 3e0420f138 .gitignore: Ignore some macOS housekeeping files. 2023-09-27 20:27:58 +02:00
Mike Black W9MDB 42d6cce77b Add multicast tests to .gitignore 2023-05-10 11:21:30 -05:00
Daniele Forsi IU5HKX 51c88e0a6d Add to .gitignore some files created during "make check" 2023-03-18 11:02:13 +01:00
Daniele Forsi IU5HKX dbd9ff45fa Update .gitignore
Add more generated files.
2023-02-19 08:42:15 +01:00
OK1CTR ede7696878 Updated especially read_string() with flush flag. 2022-02-24 23:04:16 +01:00
OK1CTR 83e5b14cf6 Manually applied diff from older HamLib version. 2022-02-23 22:36:57 +01:00
Mike Black W9MDB 0b7210b01c Update .gitignore for config.h.in 2022-02-06 09:31:17 -06:00
Mike Black W9MDB 0ec19b6354 Change .gitignore for move on config.h to include/hamlib 2022-02-06 09:29:42 -06:00
Mike Black W9MDB e26afead85 Add testlibusb to .gitignore 2021-09-12 23:27:32 -05:00
AuroraRAS 84807bc95e Prepare .gitignore file for NDK build 2021-09-07 21:12:49 +08:00
Mike Black W9MDB 4501c1c97b Remove generated files 2021-04-14 15:41:01 -05:00
Mike Black W9MDB af49370709 More files for git clone configure 2021-04-14 09:24:49 -05:00
Mike Black W9MDB 254fcbc804 One more file for git clone configure 2021-04-14 09:12:45 -05:00
Mike Black W9MDB 7a9f8893be Add rest of files for doing "configure" from git clone 2021-04-14 09:11:11 -05:00
Mike Black W9MDB 6b9fbf93a2 Add configure file to repo so git clone can build without needing extra tools 2021-04-14 08:59:20 -05:00
Michael Black W9MDB 7a4190d7ab Add .gdbinit to .gitignore 2021-03-26 10:40:05 -05:00
Michael Black W9MDB db4f164427 Move hamlibdatetime.h .gitignore location 2021-03-26 10:38:48 -05:00
Nate Bargmann 9bafc86fec
Rename tests/hamlibdatetime.h
Rename tests/hamlibdatetime.h to tests/hamlibdatetime.h.in which is
tracked and ignore tests/hamlibdatetime.h which is not tracked and will
be generated or copied depending on whether the top source directory is
a Git working tree or not.
2020-05-30 09:18:19 -05:00
Michael Black 74f59d61cc
Add ampctl/ampctld to .gitignore 2019-08-01 22:58:27 -05:00
Mikael Nousiainen 3dbbe02b78 Add new levels: RFPOWER_METER, COMP_METER, VD_METER and ID_METER, supported at least by most of recent Icom rigs. Add level NOTCHF_RAW for manual notch frequency without specified unit for Icom rigs. Add level MONITOR_GAIN. Add functions DUAL_WATCH and DIVERSITY, supported now by K3/K3S. Fix VOXDELAY level commands for many Icom rigs. Add MONITOR_GAIN level for Icom rigs. Fix and add many K3 commands and add specific rig models for K3S, KX2 and KX3 -- they are very similar to K3, but have slight differences. Extend dump_caps output for rigctl: add complete details of ext levels and frequency ranges. Tests have been performed on IC-7000, IC-756ProIII, IC-7300, IC-7600 and K3. 2019-05-30 09:37:49 +03:00
Michael Black 64184842e9 Add rigctlcom to gitignore 2019-02-04 10:32:56 -06:00
Malcolm Herring f1e5e5ba48 ignore build 2018-12-18 22:18:38 +00:00
Ekki Plicht (DF4OR) 82e0ee8364 New model Icom IC-R8600
So here is the first release of the new IC-R8600 rig backend.

Implemented functions so far:
set/get freq
set/get mode
functions: NB TSQL ANF NR AIP MN LOCK VSC RESUME
level: PREAMP ATT AF RF SQL NR PBT_IN PBT_OUT CWPITCH AGC RAWSTR STRENGTH
extra levels (params): ANN BACKLIGHT KEYLIGHT
Mode list: AM CW USB LSB RTTY FM WFM CWR RTTYR SAM SAL SAH

Next up:
* correct filter settings
* new digital modes
* memory store/retrieve
* correct CTCSS, DTCS handling
* correct BEEP handling (broken)

73,
Ekki, DF4OR
2018-12-17 12:37:17 -06:00
c vw 993ba79c14 included doc/hamlib.html in .gitignore 2018-07-06 15:44:13 +02:00
Nate Bargmann 022ba0f48b Add preferred astylerc configuration
Astyle is a code formatting utility that can quickly reformat a source
file based on the settings of its configuration file.  The added
configuration file will format to a style mostly consistent with the
Linux Kernel Style guide:

https://www.kernel.org/doc/Documentation/CodingStyle

While conformance to this document is not the goal, it supplies a
reasonable set of guidelines to be used in Hamlib.
2016-02-14 13:40:35 -06:00
Nate Bargmann 1bac099494 Remove remaining references to rpc
As rpc backends were removed some time ago, remove all remaining
documentation and other references to rpc.
2013-09-19 15:24:52 -05:00
Nate Bargmann 9210621c75 Remove dependency on libltdl
No longer depend on libltdl from the libtool package.  The
winradio/linradio/wg313api backend still depends on libdl, but since it
is only compiled on POSIX, it will use the POSIX supplied libdl.

Update documentation to remove references to libltdl.
2013-09-18 22:58:00 -05:00
Nate Bargmann 5df1dff7e9 .gitignore: Ignore generated texinfo files
Alas, texinfo puts generated files in the source tree even during VPATH
builds, including the build-aux directory now.
2013-02-24 07:31:13 -06:00
Nate Bargmann 2fea683ca1 Install build files rather than symlink
Previously, invoking autogen.sh would create symbolic links to needed
Autotools files in the tree only when working from a Git checkout
(source distributions have the files included).  Consideration of this
included the possibility of bugs if the Autotools packages were upgraded
on the developer's system that strange bugs could result.  Copying the
files means the tree is self contained until the next time autoreconf or
autogen.sh is run.

The top level Makefile.am included the variable $(subdirs) in both
SUBDIRS and DIST_SUBDIRS assignments.  While this variable may contain a
useful value, it is undocumented in the manuals.  Relying on it may
result in some directory being ommitted or other changes in the future,
so removing it from the assignments.
2012-10-13 19:09:46 -05:00
Nate Bargmann 0232e30fc0 ABI backward compatibility enhancement
Use the libtool link mode argument '-version-info' to set the Hamlib 3
ABI to be compatible with Hamlib 1.2 ABI.  As the current ABI has not
been changed or removed, we should be able to maintain backward
compatibility.  The libtool docs state that so long as the ABI is only
added to, backward compatibility should be maintained.

My idea here is to be able to have presently compiled programs be able
to use binary libraries of Hamlib 3 without recompiling.  So far I have
tested this locally on Linux and Windows.  More testing is welcome.
2012-10-08 13:07:35 -05:00
Nate Bargmann 52be3c47b8 Provide libltdl in source tarballs
Initializing libltdl is now done by the LTDL_INIT macro in configure.ac.
This now creates a libltdl directory in the tree (not tracked in Git)
when autoreconf is run.  The downside is that this complicates the build
a little bit with the advantage that the build can now take place on a
system that does not have libltdl-dev installed as Hamlib will build on
such systems by passing the '--with-included-ltdl' flag to the configure
script.  In particular, this simplifies the build on Linux for the mingw32
host by not having to run libtoolize manually and assures that libltdl
is built with the same build and host architectures as Hamlib.

Now check if '--with-included-ltdl' has been passed to configure and if
not, only then test for the presence of an installed ltdl.h.

Commented out AM_MAINTAINER_MODE macro.  It is recommended by the
Automake manual that this macro and its configure options not be used as
the Autotools system is designed to regenerate its files.  Let me know
if this is problem as it can be reversed easily enough.  The autogen.sh
script no longer passes the '--enable-maintainer-mode' option to
configure when bootstrapping the build system from Git.

Minor edits in configure.ac to improve readability.

Updated build-win32 files in scripts/
2012-10-07 08:31:10 -05:00
Nate Bargmann 2b27a8a029 Ignore Python binding and tarball files. 2011-06-19 19:59:29 -05:00
Nate Bargmann 72c52d6e9a Ignore editor backup files. 2011-06-15 20:50:07 -05:00
Nate Bargmann 4189685682 Remove bundled install-sh, sanitized .gitignore
Clean up leftover file from bundled libtool.  The autoconf script will
provide a symlink to the system installed install-sh for the version of
automake installed.
2011-06-10 15:19:28 -05:00
Nate Bargmann 3952e2a241 Useful .gitignore to quiet Git when building 2011-03-13 09:55:37 -05:00