summaryrefslogtreecommitdiff
path: root/nmea_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-44/+44
* Avoid issuing spurious 3D error estimates in 2D mode.Eric S. Raymond2006-09-051-1/+1
* Fix reversed test in GPGLL processing that was hosing regressions.Eric S. Raymond2006-09-051-1/+1
* allow this to compile again.Chris Kuethe2006-08-311-2/+1
* Clean up more attempts to set the fix structure directly.Eric S. Raymond2006-08-311-2/+2
* Design decision: Trie North data gets mapped into existing fields (track, etc)Eric S. Raymond2006-08-311-40/+14
* Channels member is no longer used by the NMEA parser. Eric S. Raymond2006-08-211-1/+2
* This version also passes all regressions.Eric S. Raymond2006-08-211-1/+1
* Begin to remove use of the channels limit.Eric S. Raymond2006-08-211-3/+3
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-2/+2
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-2/+2
* SiRF name cleanup.Chris Kuethe2006-08-171-2/+2
* Fix the NMEA altitude compilation. Eric S. Raymond2006-07-211-1/+1
* Set start-of-cycle if new timestamp seen in GGA.Eric S. Raymond2006-06-081-0/+3
* Add dgnss.c, which should have been checked in with the NTRIP support.Eric S. Raymond2006-06-071-0/+28
* Parse NMEA-violating data from Antaris ublox correctly.Eric S. Raymond2006-03-021-1/+9
* Eliminate duplicated code between sirf.c/sirfflash.c/nmea_parse.c.Eric S. Raymond2005-08-041-2/+2
* Add detection of Garmin Serial GPS.Gary E. Miller2005-08-031-1/+4
* We don't need dummy handlers to ignore sentences.Eric S. Raymond2005-08-031-23/+2
* First pass at getting rid of 'unknown sentence' logs for known but ignored NMEA.Gary E. Miller2005-08-031-0/+23
* True North support integrated.Eric S. Raymond2005-08-011-10/+71
* Typo fix.Eric S. Raymond2005-07-301-1/+1
* Fix a core dump induced by the extremely broken GSA in the i.Trek M3.Eric S. Raymond2005-07-271-2/+12
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-27/+27
* Avoid spurious unknown-sentence messages.Eric S. Raymond2005-07-251-0/+2
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-19/+21
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-5/+5
* Big driver structure refactoring.Eric S. Raymond2005-07-081-119/+116
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Added Sony support.Eric S. Raymond2005-07-061-2/+5
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-2/+2
* Ready to ship 2.26.Eric S. Raymond2005-06-211-2/+6
* Turn PPS off by default. Fix off-by-one error in ZDA processing.Eric S. Raymond2005-06-211-1/+1
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-34/+34
* First cut at implementing the CYCLE_START_SET flag.Eric S. Raymond2005-06-151-9/+19
* splint cleanup after NAN change.Eric S. Raymond2005-06-151-1/+1
* Use NAN consistently for out-of-bound values of double type.Eric S. Raymond2005-06-151-1/+1
* Various small cleanups.Eric S. Raymond2005-06-151-1/+1
* Type cleanup.Eric S. Raymond2005-06-101-1/+1
* Zero splint warnings!Eric S. Raymond2005-06-081-2/+2
* 41 splint warnings.Eric S. Raymond2005-06-071-14/+16
* 560 splint errors.Eric S. Raymond2005-05-291-8/+10
* 698 splint warnings.Eric S. Raymond2005-05-271-8/+8
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-1/+1
* 1474 splint warnings.Eric S. Raymond2005-05-261-13/+13
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-2/+2
* Fix embarassing unit-conversion bug.Eric S. Raymond2005-05-221-1/+1
* Head off the too-many-satellites error.Eric S. Raymond2005-05-201-0/+5
* Don't rely on the system clock under any circumstances.Eric S. Raymond2005-05-201-7/+3