Wykres commitów

156 Commity (41bda96732dc77abb05c241b7684832561b4a5c7)

Autor SHA1 Wiadomość Data
Stephane Fillod 3402e594ff Merge branch 'master' 2011-08-21 23:40:17 +02:00
Stephane Fillod be74cf0f54 add rotator Celestron/Orion Teletrack Az-G telescope mount 2011-08-21 23:30:41 +02:00
Nate Bargmann 5f2bf62947 Setup for 1.2.15 development cycle 2011-07-13 22:03:12 -05:00
Nate Bargmann 1b74a5be14 Begin 1.2.14 release process 2011-07-13 21:56:04 -05:00
Øystein Hårberg e53bfe96b8 New TS-7400 based rotor backend
From Øystein Hårberg, LA7LKA, a backend for a rotor based on the TS-7400
embedded ARM board running Linux from http://www.embeddedarm.com/

Signed-off-by: Nate Bargmann <n0nb@n0nb.us>
2011-07-10 21:20:28 -05:00
Nate Bargmann 11bf209038 Distribute scripts/ in source releases. 2011-06-20 22:26:27 -05:00
Nate Bargmann c5826bd00b Edit AC_INIT per autoconf docs
Add note on Hamlib version string.
2011-06-10 17:11:23 -05:00
Stephane Fillod b60c28894a Add IF-100 rotor support 2011-05-26 22:07:26 +02:00
Stephane Fillod 48a770eb7d allow and set silent build as a default 2011-05-22 23:20:12 +02:00
Kamal Mostafa 0c7966fc30 Fix mingw32 cross-compilation procedure and config
Updated README.release procedure and configure.ac for Windows DLL (mingw32)
build.  Now that hamlib no longer bundles libltdl (libtool), libltdl must
be imported, configured with --host-i586-mingw32msvc, and built (before
configuring hamlib with --host-i586-mingw32msvc).
2011-03-27 10:47:11 -07:00
Nate Bargmann aa349ea225 Update master branch version string
Master branch, a.k.a. "trunk" branch for main development, will now have
its numeric version string appended by '~git'.  Per Kamal Mostafa,
KA6MAL, the use of the '~' character causes packaging systems to treat
the version string as an ealier release.  e.g. The Debian packaging
system treats 1.2.14~git as earlier than 1.2.14 which is useful to
avoid confusion after release.
2011-03-19 18:30:38 -05:00
Nate Bargmann, N0NB 33242c91eb Get ready for the next round of development
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3071 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-03-12 15:13:16 +00:00
Nate Bargmann, N0NB c59234f1c6 Set version to 1.2.13 for pending release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3068 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-03-12 14:30:23 +00:00
Kamal Mostafa, KA6MAL 71ac8d168f configure: refine advice for missing ltdl.h
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3061 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-27 15:27:30 +00:00
Kamal Mostafa, KA6MAL 128c06982a configure: add check and advice for missing ltdl.h
Stop the build at configure time if we can't find ltdl.h in the standard
include paths, and advise installation of libltdl development package.



git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3060 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-26 18:50:06 +00:00
Kamal Mostafa, KA6MAL 1274d535ce Remove bundled libltdl (libtool)
Hamlib shall now depend on the system to provide libtool.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3046 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-13 19:01:28 +00:00
Kamal Mostafa, KA6MAL a60b65c3fc fix configure.ac paths for FreeBSD
From: Ayan George <ayan@ayan.net>

Allow build to find components (e.g. libtool) installed in /usr/local
on FreeBSD.


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@3045 7ae35d74-ebe9-4afe-98af-79ac388436b8
2011-02-13 18:49:58 +00:00
Stéphane Fillod, F8CFE 1d8e24003a added TRM8060
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2997 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-10-26 20:47:35 +00:00
Kamal Mostafa, KA6MAL 0a8b6ad41e Force automake to invoke the C (not C++) linker in kit/ when no C++ is in use.
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2989 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-09-29 17:58:32 +00:00
Stéphane Fillod, F8CFE bc5fd233cd get ready for next round
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2973 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-09-03 21:28:06 +00:00
Stéphane Fillod, F8CFE 1d39fe67c1 release 1.2.12
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2971 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-09-03 21:21:53 +00:00
Stéphane Fillod, F8CFE b818045a0a - better portability check with HAVE_SIGACTION
- fix segfault when doing rig_set_trn(POLL->OFF->POLL)
- implement remove_trn_rig()/remove_trn_poll_rig() for rig_set_trn(TRN_OFF)


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2956 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-08-21 11:37:58 +00:00
Stéphane Fillod, F8CFE 877a50a3eb get ready for next round
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2942 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-31 21:49:59 +00:00
Stéphane Fillod, F8CFE 7e7d711042 release 1.2.11
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2940 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-31 21:45:28 +00:00
Stéphane Fillod, F8CFE fcb1a784c1 Add M2 RC2800 rotator backend, patch by Magne Maehre
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2918 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-19 21:56:00 +00:00
Stéphane Fillod, F8CFE 3de1b6918d fix build when tcl binding selected but not python
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2903 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-05-02 21:55:00 +00:00
Stéphane Fillod, F8CFE 9f3e68bb9e ease build without tcl
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2900 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-26 20:06:12 +00:00
Stéphane Fillod, F8CFE a81145dd96 first release of ARS-RCI
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2898 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-25 21:30:17 +00:00
Stéphane Fillod, F8CFE 6ee58f0bff get ready for IPv6
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2883 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-16 20:50:14 +00:00
Stéphane Fillod, F8CFE 9082a3a5da - bindings are not built by default anymore
- replace python.m4 with newer version from autoconf-archive


git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2882 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-04-16 20:01:42 +00:00
Kamal Mostafa, KA6MAL 44e5abe225 Update bundled libltdl (libtool) to version 2.2.6b to address CVE-2009-3736.
- autogen.sh: never downgrade our bundled libltdl/ (only run libtoolize if
        system version is newer than our bundled version).
 - autofixer.sh: script removed as libtool 1.x is no longer allowed.
 - configure.ac: (not enabled) optional setting to deprecate embedded libltdl/.



git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2841 7ae35d74-ebe9-4afe-98af-79ac388436b8
2010-03-01 18:43:38 +00:00
Stéphane Fillod, F8CFE cc2cfa1006 get ready for next round
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2761 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-11-02 22:58:03 +00:00
Stéphane Fillod, F8CFE 987c5d7327 release 1.2.10
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2760 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-11-02 22:14:10 +00:00
Stéphane Fillod, F8CFE e6321b99ad check CXX presence, compile .cc files conditionaly (usrp_impl.cc)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2746 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-11-01 14:45:59 +00:00
Nate Bargmann, N0NB 8a9a351e9d OSX patches from Stelios, M0GLD
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2742 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-10-30 17:59:10 +00:00
Nate Bargmann, N0NB 9eeb9f2141 Adding configure.ac back in as Stephane appears to be working on the
libtool issue.



git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2707 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-06-03 18:21:48 +00:00
Nate Bargmann, N0NB 0cd704fee4 configure.ac superceded by configure.ac.ltv2 and configure.ac.ltv2 so
removing to avoid confusion.  Updated README.developer to reflect these
new files when adding a new backend.



git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2706 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-06-03 18:01:20 +00:00
Stéphane Fillod, F8CFE 4776b181f6 Support for the SPID Rot2Prog rotator controller, by Norvald H. Ryeng, LA6YKA
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2699 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-06-01 10:28:55 +00:00
Stéphane Fillod, F8CFE c747b0c155 Update libtool support, patch by Priit ES0PLS
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2690 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-04-29 18:31:30 +00:00
Stéphane Fillod, F8CFE 9b363f9c96 Make building tcl-bindings optional
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2684 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-23 22:49:45 +00:00
Stéphane Fillod, F8CFE 672c9fca85 Get rid of included pkg-config macros and use system one. Patch by Priit Laes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2679 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-21 11:32:27 +00:00
Stéphane Fillod, F8CFE 16eba6648e make missing libxml-2.0 non fatal
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2678 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-21 11:25:21 +00:00
Stéphane Fillod, F8CFE c14de60c41 Use pkg-config check for libxml2 instead of ancient m4 macro, patch by Priit Laes
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2677 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-21 11:19:02 +00:00
Stéphane Fillod, F8CFE 0a64ab0e2c R&S skelton backend
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2676 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-21 11:07:19 +00:00
Nate Bargmann, N0NB 68b87aa917 Bump release version to 1.2.10svn
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2674 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-03-07 02:42:08 +00:00
Stéphane Fillod, F8CFE 7215edda2a get ready for next round (1.2.10)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2667 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-25 19:16:46 +00:00
Stéphane Fillod, F8CFE ba091a3108 Update for 1.2.9 release
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2665 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-02-25 19:15:01 +00:00
Stéphane Fillod, F8CFE 48ea7c9263 do not distribute any more the gnuradio backend (out of date)
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2592 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-24 13:33:49 +00:00
Stéphane Fillod, F8CFE 8dd158daa6 Heathkit HD 1780 Intellirotor backend, by Rob Frohne, KL7NA
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2590 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-20 19:44:04 +00:00
Stéphane Fillod, F8CFE fb32a21fbf next version will be 1.2.9
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2585 7ae35d74-ebe9-4afe-98af-79ac388436b8
2009-01-14 11:55:27 +00:00