summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Correct a minor error in the production for a regression test.Eric S. Raymond2006-11-301-1/+2
|
* Added gpscat to the distribution toolset.Eric S. Raymond2006-11-161-0/+3
|
* Make sure section 5 manpages are generated too.Chris Kuethe2006-11-121-0/+3
| | | | Reported by Mick Durkin on gpsd-dev.
* floattest is now part of the build process.Chris Kuethe2006-11-101-1/+2
| | | | it must therefore be packaged and cleaned up properly.
* Fix Andreas's automake conditiional.Eric S. Raymond2006-11-101-2/+1
| | | | Also, some minor documentation improvements and typo fixes.
* Change the name of gpsctrl to gpsctl.Eric S. Raymond2006-11-071-9/+9
|
* Use xmlto or xsltproc conditionally to rebuild the man pages.Eric S. Raymond2006-11-061-14/+13
| | | | Patch from Andreas Stricke.
* This temporary reversion was needed to regression-test the next change.Eric S. Raymond2006-10-301-1/+0
|
* First version of gpsctrl, untested.Eric S. Raymond2006-10-291-31/+14
| | | | This will replace garminctl, sirfctl, and itraxctl.
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+1
| | | | | | ...for those who want to build their own apps linked against libgps and want the headers to work. Works on OpenBSD, tested by Jeff Francis on OS X and Linux
* also rename the itrax manpageChris Kuethe2006-10-251-2/+7
|
* Change the name of garmintool to garminctlGary E. Miller2006-10-251-10/+10
|
* Rename itraxtool to itraxctl in preparation for a generic gps tool (gpsctl)Chris Kuethe2006-10-251-6/+6
|
* Add itraxtool...Chris Kuethe2006-10-231-1/+9
| | | | | | | | | | | | | | | | | | | | ...a utility for probing and setting the port configuration of an itrax receiver. Only tested with a Wintec WBT-200 receiver. Caveats: - Wintec's firmware seems to have disabled the italk protocol. Switch to iTalk and you need to hard-reset your receiver by removing the battery. Reflashing with the SDK firmware from Fastrax fixes iTalk but disables the power button and bluetooth support. - iTalk does not have a message for switching from iTalk to NMEA. Resetting the receiver should set it back to NMEA, but I haven't been able to make this work yet. I may not be sending the right magic. - I do eventually want to make this tool be able to work with the datalogger features (enable, disable, configure and read).
* The present working directory (pwd or '.') is not in many peoples paths.Gary E. Miller2006-10-111-1/+1
| | | | Make sure striplog can be found.
* Add new program: garmintool.Gary E. Miller2006-10-091-1/+14
| | | | This tool is used to force Garmin serial devices into NMEA or binary mode.
* Use the RTCM104 conditional as a hint...Chris Kuethe2006-09-241-3/+2
| | | | ...on a nicer way to conditionally build manpages
* Add --disable-python, for build environments where python is not wanted.Chris Kuethe2006-09-211-3/+6
| | | | | The default remains "--enable-python". Tested with --disable-python, .--enable-python and unspecified, which correctly acted like --enable-python
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
| | | | First line where possible, second line for scripts called with #!
* Move the rtcm message structure to its own header. Chris Kuethe2006-09-201-1/+2
| | | | | | | | | It's prettier that way, it facilitates code reuse in other projects/tools/etc. and it's just good style to put definitions in a header. Compiles clean, passes "make rtcm-regress" and the new header is packaged properly by "make dist"
* Factor core library to reduce footprint when SiRF isn't compiled in.Eric S. Raymond2006-09-091-0/+1
|
* Stelian Pop's rewrite of cgpxlogger.c to use libgps and have a J switch.Eric S. Raymond2006-09-031-1/+1
|
* Remove unused library. From Stelian Pop on gpsd-devChris Kuethe2006-08-241-1/+1
|
* Try to unbreak the gpxlogger build.Eric S. Raymond2006-08-211-1/+1
|
* Increase the maximum number of satellites we can handle...Eric S. Raymond2006-08-211-1/+1
| | | | ...in order to cope with the Antaris uBlox.
* Add a note on the regression-drift problem.Eric S. Raymond2006-08-161-2/+3
|
* We don't have a HACKING file any moreChris Kuethe2006-08-141-1/+0
|
* Pipe (-p) option split into -1 and -p options. New test added.Eric S. Raymond2006-07-231-2/+2
|
* Arrange for Python packages to be installed.Eric S. Raymond2006-06-141-2/+1
|
* splint cleanupEric S. Raymond2006-06-071-1/+5
|
* Minor fixes and updates...Eric S. Raymond2006-05-171-1/+1
| | | | | ...including Robin L. Darroch's fix for multiple-response parsing in libgps. All regression tests pass.
* Yet anothe try at cleaning up the manual page mess.Eric S. Raymond2006-03-141-1/+2
|
* More attempts to clean up the man page mess.Eric S. Raymond2006-03-141-2/+5
|
* gplxlogger needs the math libraries.Eric S. Raymond2006-03-021-1/+1
|
* Rename the xgps manual page.Eric S. Raymond2006-03-021-4/+4
|
* Parse NMEA-violating data from Antaris ublox correctly.Eric S. Raymond2006-03-021-11/+0
| | | | | Merge cgpxlogger and gpxlogger man pages onto xgps.1. Fix two minor compiler warnings.
* Enable the RPM to build again. Also, some minor documentation tweaks.Eric S. Raymond2006-02-171-1/+6
|
* Enable eveything to build when RTCM104 is configured out.Eric S. Raymond2005-12-201-2/+7
|
* Rebuild regression test for gcc 4.0.0 under x86_64.Eric S. Raymond2005-12-191-1/+1
| | | | Merge in Cygwin port patches.
* Add cgpxlogger - a GPX logging program that polls gpsd and outputs GPX records.Chris Kuethe2005-09-281-1/+7
| | | | | | | | Based on my perl script which will be going away shortly and Amaury Jacquot's gpxlogger.c which can go away at his discretion. Usage: ./cgpxlogger [-h] [-s server] [-p port] [-i interval] defaults to './cgpxlogger -s 127.0.0.1 -p 2947 -i 5
* Solve the gpxlogger problem.release-2.29Eric S. Raymond2005-08-191-1/+2
|
* With these changes the RPMs will build...Eric S. Raymond2005-08-191-0/+1
| | | | ...but there is a minor problem near gpxlogger.1
* contrib no longer has a Makefile.Eric S. Raymond2005-08-171-1/+1
|
* splint cleanup after integrating cgps.Eric S. Raymond2005-08-171-0/+2
|
* Move gpsdspewcurses into the main directory as cgps.Eric S. Raymond2005-08-171-1/+7
|
* Belgabor's fix for DBUD configuration.Eric S. Raymond2005-08-171-1/+2
|
* >From Josh Triplett in #gpsd on irc.freenode.net:Chris Kuethe2005-08-071-0/+1
| | | | | | | | | | | | | Found and fixed the packet_names.h bug. You need to list packet_names.h in BUILT_SOURCES in Makefile.am. Otherwise, 1) automake doesn't know what depends on packet_names.h until it compiles packet.c once to see the dependencies, as it assumes you don't need dependency information until you're rebuilding, but 2) it can't compile packet.c the first time because packet_names.h doesn't exist. Josh said I could quote him on that. Anyway, it now compiles properly on my machine, and I encourage others to test this.
* Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.Eric S. Raymond2005-08-041-1/+15
| | | | Integrate gpspipe.
* Integrate gxlogger.Eric S. Raymond2005-08-031-1/+7
|
* Finish the True North integration.Eric S. Raymond2005-08-011-1/+1
|