summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Make HAVE_ROUND available.Eric S. Raymond2005-07-201-0/+2
|
* Back out the automatic DBUS check, it didn't work.Eric S. Raymond2005-07-171-25/+44
|
* Merge working Evermore state-machine from Petr Slansky.Eric S. Raymond2005-07-131-13/+27
| | | | Also merge in hooks that connect RTCM parsing to the packet getter.
* Pull -W out of the options...Eric S. Raymond2005-07-121-2/+2
| | | | | ..this gets rid of a couple of spurious warnings and splint does a better job anyway.
* Set ac_dbus to no if we don't find the relevant library.Eric S. Raymond2005-07-121-0/+1
|
* Configure DBUS correctly.Eric S. Raymond2005-07-111-1/+1
|
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-0/+28
|
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-0/+14
| | | | | I did this more to document the dependencies in the code than anything else.
* Autodetect DBUS support (from Petter Reinhold).Eric S. Raymond2005-07-081-15/+27
|
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+14
| | | | | | Satellite-picture packets are not yet completely interpreted. We don't know a probe string yet, so it might take as long as ten minutes for this driver to switch over.
* Ship 2.28 to blow past 2.27 upload problem.release-2.28Eric S. Raymond2005-07-061-1/+1
|
* Try to pacify automake-1.9.5.Eric S. Raymond2005-07-011-0/+1
|
* Preparing for release -- make sure RPMs build OK.Eric S. Raymond2005-06-301-1/+1
|
* Clean up after FIONREAD removal.Eric S. Raymond2005-06-281-1/+1
|
* Turn PPS off by default. Fix off-by-one error in ZDA processing.Eric S. Raymond2005-06-211-3/+3
| | | | Update buglist.
* Various small cleanups.Eric S. Raymond2005-06-151-1/+1
| | | | | Fix a return type. Note start-of-cycle in some test loads. Consolidate -DGNU_SOURCE loads.
* Prepare for 2.26 release. Wait for tty to go active in hotplug script.Eric S. Raymond2005-06-141-1/+1
| | | | | Note, something seems to have come unstuck in hotplug request handling between 2.22 and 2.23. Next step, go back and fix that.
* Rob Janssen writes: Here is my first version of the Trimble TSIP driver.Eric S. Raymond2005-05-251-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It works with my Trimble Lassen SK II receiver. Time and Position look OK, Velocity I can't test. There are still issues I am trying to solve. Most notably, the receiver does not output satellite AZ/EL in any normal packet, only in debug packets and raw measurement data packets (that are quite large). So the constellation map is not working. As usual, the overall picture is that the protocol is very sub-optimal. The framing sucks. The data is sent in very small messages that contain only one type of info. The values are in floating point. Some data can only be polled, not sent at regular intervals. However, the receiver itself is quite good, even though it is 8-channel. Accuracy is good, and it is clear that attention has been paid to the content of the time message and the exact moment it is sent. IMHO the quality ranking of the receivers I have is: 1. Trimble 2. Rockwell 3. SiRF. This seems consistent with the typical situation that the stuff that is most widely used is inferior in quality :-)
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-4/+1
|
* DBUS broadcast support by Amaury Jaquot.Eric S. Raymond2005-05-201-0/+18
|
* PPS code is now part of the main line.Eric S. Raymond2005-05-181-3/+3
|
* Back out an attempt to condition HAVE_MOTIF on the existence of X.Eric S. Raymond2005-05-171-1/+1
| | | | It didn't work.
* Prepare for release.Eric S. Raymond2005-05-171-1/+1
|
* Make LPTHREAD available for configuration.Eric S. Raymond2005-05-161-0/+4
|
* Fixes from Rob Janssen: PPS integration, Zodiac bug fix, Makefile.am cleanup.Eric S. Raymond2005-05-131-0/+1
|
* Honor --without-x. Add a warning about the GM-38.Eric S. Raymond2005-05-131-1/+1
|
* First cut at PPS support (conditioned on --enable-pps).Eric S. Raymond2005-05-111-0/+14
|
* Resdy to ship.Eric S. Raymond2005-05-041-1/+1
|
* Ready to ship.release-2.22Eric S. Raymond2005-04-251-1/+1
|
* Version bump. and be sure to upload sirfmon page.Eric S. Raymond2005-04-041-1/+1
|
* FV18 is back because we can enable ZDA if we know we're connected to one... Eric S. Raymond2005-03-311-0/+13
| | | | | | ...addressing Gary's replay bug. Refactor geoid.c properly. It's still not used.
* Prepare for release.Eric S. Raymond2005-03-301-1/+1
|
* Latency profiling work better now, but splitplot is still broken.Eric S. Raymond2005-03-251-1/+1
|
* Preparing for 2.18 release.Eric S. Raymond2005-03-231-1/+1
|
* First cut at NTPD notifications.Eric S. Raymond2005-03-181-2/+15
|
* Version bump.release-2.17Eric S. Raymond2005-03-161-1/+1
|
* -Wextra to -W fix. Also, check for shm and ipc headersEric S. Raymond2005-03-141-2/+2
| | | | The lattr is a first step towards talking to ntpd.
* Revert -Wextra to -W, older gccs need this.Eric S. Raymond2005-03-141-2/+2
|
* We don't actually need O_SYNC.Eric S. Raymond2005-03-121-1/+1
|
* Three small fixes.Derrick Brashear2005-03-121-1/+37
| | | | | | serial.c needs sys/aio.h on macos (O_SYNC) configure.ac needs to test for externed timezone and daylight nmea_parse.c needs to not use daylight and timezone when they don't exist
* remove -Wextra. uncommon flags should be checked and not assumedDerrick Brashear2005-03-121-2/+2
|
* Header cleanup, and go to modern option naming.Eric S. Raymond2005-03-091-2/+2
|
* Prepare for 2.16 release.Eric S. Raymond2005-03-091-1/+1
|
* We have zero configuration. The -T option is dead.Eric S. Raymond2005-03-041-13/+0
|
* Make ready for checkpoint release.Eric S. Raymond2005-03-021-1/+1
|
* Enable profiling all the time by default.Eric S. Raymond2005-03-011-14/+0
| | | | | | Because baud-switching is safe now, and the overhead of profiling has turned out to be unmeasurably low, we can enable profiling all the time. This may avoid some nasty version-skew problems with shared libraries down the road.
* Turns out reliable sync isn't good enough for some SiRF chips. you reallyEric S. Raymond2005-02-261-13/+0
| | | | need the timeout.
* Explicit support for the FV18 is gone, instead we ship its init string at everyEric S. Raymond2005-02-261-15/+1
| | | | NMEA device just in case.
* Version number bump.release-2.14Eric S. Raymond2005-02-251-1/+1
|
* Use O_SYNC to guarantee that nmea_send() writes complete before the Eric S. Raymond2005-02-221-0/+13
| | | | function returns.