summaryrefslogtreecommitdiff
path: root/driver_rtcm2.c
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* More uint to unsigned int.Gary E. Miller2016-08-151-284/+284
* OS/X build fix for RTCM2 driver.Fred Wright2016-01-211-13/+14
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-15/+1
* More portable equivalent of #pracgma pack, will work with clang.Eric S. Raymond2015-02-201-2/+2
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-2/+2
* Detect endianness on OS X.Greg Troxel2013-11-121-0/+15
* Fix more build breakage. Partial splint cleanup.Eric S. Raymond2013-11-121-0/+2
* Fix endian detection on BSD.Greg Troxel2013-11-101-0/+17
* RTCM V2: use scons to determine the location of <endian.h>.Beat Bolli2013-11-101-13/+19
* Another whack at in-compiler endianness setup.Eric S. Raymond2013-11-081-3/+4
* Revert "Use a clever test for big-endianness."Eric S. Raymond2013-11-061-2/+27
* Use a clever test for big-endianness.Eric S. Raymond2013-11-051-27/+2
* Exile a grotty endianness check to the only pace it's used.Eric S. Raymond2013-11-021-2/+30
* Documentation and port-issue updates.Eric S. Raymond2012-04-211-4/+7
* Minor improvements to RTCM2 doc comments.Eric S. Raymond2012-04-171-1/+1
* scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-291-1/+2
* Scan-build and splint cleanup. All regression tests pass.Eric S. Raymond2011-03-281-1/+1
* Minor splint fixes.Eric S. Raymond2011-03-151-3/+3
* Documentation update.Eric S. Raymond2011-03-151-5/+11
* Dump contents of of RTCM2.3 type 31 as a JSON object rather than hex words.Eric S. Raymond2011-03-151-0/+156
* rangerr -> prc, rangerate -> rrc in RTCM2Eric S. Raymond2011-03-151-27/+27
* issuedata -> iod in RTCM2Eric S. Raymond2011-03-151-9/+9
* Change a structure name to avoid a future API break.Eric S. Raymond2011-03-141-20/+20
* Comment typo fix.Eric S. Raymond2011-03-121-1/+1
* Implement and document RTCM 2.3 message type 13.Eric S. Raymond2011-02-281-2/+49
* Implement and document RTCM2.3 message type 14. All regression tests pass.Eric S. Raymond2011-02-281-1/+27
* Inline a header that is only used once. No code changes.Eric S. Raymond2011-02-281-1/+442
* The old Sager dump function is gone.Eric S. Raymond2011-02-281-5/+3
* Remove all support for RTCM2 Sager dump format.Eric S. Raymond2011-02-231-90/+0
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-3/+0
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-1/+2
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
* Give up on RTCM2 repack support. It's broken, and unlikely ever to be needed.Eric S. Raymond2010-04-251-218/+0
* More GNU indent suppression. All regression tests pass.Eric S. Raymond2010-04-141-2/+2
* More stupid GNU indent tricks.Eric S. Raymond2010-04-141-1/+1
* Scatter GNU indent pragmas to tell it not to do stupid things.Eric S. Raymond2010-04-141-1/+1
* Some splint annotations got unstuck by the reindentation.Eric S. Raymond2010-04-141-4/+6
* Reindent the RTCM drivers. All regression tesrs pass.Eric S. Raymond2010-04-141-176/+188
* 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
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-8/+8
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Bride of the Splint Cleanup. All regression tests pass.Eric S. Raymond2009-09-101-4/+4
* Continuing the splint cleanup.Eric S. Raymond2009-09-101-3/+3
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-1/+1
* Arrange for double quotes in JSON string fields emitted by the daemon...Eric S. Raymond2009-08-311-127/+0
* Back out a change that broke regression tests. All tests pass.Eric S. Raymond2009-08-301-1/+1