summaryrefslogtreecommitdiff
path: root/test_geoid.c
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate a mention of gpsd_report.Eric S. Raymond2014-08-261-13/+2
|
* Eliminate reverse linkage of gpsd_write. All regression tests pass.Eric S. Raymond2014-08-261-8/+0
|
* We can now monitor low-level string sends through gpsmon.Eric S. Raymond2013-10-041-0/+8
| | | | Now we'll know exactly what's being sent on a UBX mode change.
* Properly label debug reports from different programs.Eric S. Raymond2013-09-291-0/+12
| | | | All regression tests pass.
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-5/+0
| | | | | | | | This is a large, ugly change. But without it we can't troubleshoot the ICP/IP-source initialization bug properly - colliding definitions of gpsd_report() were interfering with error reporting early in gpsd runs. More cleanup work remains to be done, but at least this is working.
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-1/+1
|
* Uniform use of safe_atof(). All regression tests pass.Eric S. Raymond2011-08-271-2/+2
|
* Cleaner separation between libgps and libgpsd. All regression tests pass.Eric S. Raymond2011-08-251-0/+5
|
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-0/+1
|
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-3/+0
|
* Reindent the test programs. All regression tests pass.Eric S. Raymond2010-04-141-10/+8
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+0
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-3/+5
|
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-2/+2
| | | | | | | 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.
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+42
rename the test programs to test_$(subsystem).c