summaryrefslogtreecommitdiff
path: root/driver_rtcm3.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-4/+0
|
* Scatter GNU indent pragmas to tell it not to do stupid things.Eric S. Raymond2010-04-141-1/+4
| | | | All regression tests pass.
* Reindent some things again, needed due to new controls. Eric S. Raymond2010-04-141-97/+97
| | | | All regression tests pass.
* Reindent the RTCM drivers. All regression tesrs pass.Eric S. Raymond2010-04-141-497/+635
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-4/+3
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
|
* David Ludlow's housekeeping and type-cleanup patch.Eric S. Raymond2010-01-021-1/+4
| | | | All regression tests pass,
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* Finally found the right set of exclusions to stop splint from choking.Eric S. Raymond2009-09-111-0/+2
| | | | Now to see if I can trim them any.
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
| | | | No effect on compilation. All regression tests pass.
* Stop trying to use enums in the RTCM2 structure...Eric S. Raymond2009-08-271-6/+6
| | | | ...the JSON parser won't be able to update such fields cleanly.
* splint cleanup.Eric S. Raymond2009-03-181-8/+8
|
* fix some sign warningsChris Kuethe2009-03-101-4/+5
|
* Asserts will allow us to test that bit widths are correct with a test log.Eric S. Raymond2009-03-091-0/+17
|
* Handle RTCM3 message 1014.Eric S. Raymond2009-03-071-0/+18
|
* More splint cleanup.Eric S. Raymond2009-03-041-11/+11
|
* splint cleanup.Eric S. Raymond2009-03-041-2/+2
|
* Another RTCM3 message (1013).Eric S. Raymond2009-03-041-2/+25
|
* Handle two more RTCM3 messages.Eric S. Raymond2009-03-041-15/+136
|
* Two more RTCM3 messages.Eric S. Raymond2009-03-041-212/+301
|
* Fix a misunderstanding about RTCM3.Eric S. Raymond2009-03-041-17/+8
|
* One more RTCM3 message.Eric S. Raymond2009-03-031-0/+19
|
* Handle two more RTCM3 messages.Eric S. Raymond2009-03-031-11/+37
|
* make sure that the Id keyword is present and expandedChris Kuethe2009-03-031-0/+1
|
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+473
rename the packet drivers to driver_$(protocol).c