summaryrefslogtreecommitdiff
path: root/gpsutils.c
Commit message (Expand)AuthorAgeFilesLines
* gpsutils.c: Fix strlcpy() missing prototype warning.HEADmasterGary E. Miller2019-06-121-1/+2
* gpsutils: DST is not part of UTC!Gary E. Miller2019-04-231-2/+4
* gps.h: Add qErr to gps_fix_t.Gary E. Miller2019-04-051-0/+3
* gpsutils: Fixes build on OSX.Fred Wright2019-03-271-0/+3
* gpsd_error_model(): be more consistent with HERR_SET.Gary E. Miller2019-03-261-1/+2
* gpsutils: Add 999 as user defined datum.Gary E. Miller2019-03-251-0/+3
* gpsutils: Add datum_code_string().Gary E. Miller2019-03-251-0/+43
* gps_data_t: Add datum field. Add decode for $PGRMM.Gary E. Miller2019-03-251-0/+3
* daemon side: stop using VERR_SET. Exposed a bug in sirf driver.Gary E. Miller2019-03-251-1/+2
* Split epe into eph and sep.Gary E. Miller2019-03-221-18/+22
* gpsutils: Fix unix_to_iso8601 NaN case.Fred Wright2019-03-201-1/+1
* Move epe from gps_data_t to be near its friends in gps_fix_t.Gary E. Miller2019-03-151-0/+4
* driver_nmea0183 and more: Decode $PSRFEPE add eps.Gary E. Miller2019-03-131-0/+3
* driver_nmea0183 and more: Decode $PSRFEPE, and epd.Gary E. Miller2019-03-131-0/+3
* gpsutils: unix_to_iso8601() if fixtime is NaN, return NaN.Gary E. Miller2019-02-071-0/+3
* gpsutils: need to include <sys/select.h> for POSIXGary E. Miller2018-12-271-6/+7
* Factor most uses of pselect(2) into a new utility function named 'nanowait'.Eric S. Raymond2018-12-271-0/+19
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* test_mktime: Add test for mkgmtime()Gary E. Miller2018-11-081-1/+5
* gpsutils: fix rounding error in unix_to_iso8601(), add/fix tests.Gary E. Miller2018-11-081-4/+8
* ATT: centralize clearing of the attitude data.Gary E. Miller2018-09-111-0/+22
* Remove some remnant splint annotations.Eric S. Raymond2018-08-081-1/+1
* gpsutils.c: isnan() -> isfinite()Gary E. Miller2018-07-141-2/+3
* $GPVTG Added parsing, storage, output of magnetic courseDaniel_M_Williams2018-06-121-1/+4
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* ECEF: remove unused and unneeded ecef.valid.Gary E. Miller2018-02-121-2/+0
* Add ECEF support to u-blocx driver, data comes out in json.Gary E. Miller2018-02-081-0/+24
* Initial creation of os_compat.h.Fred Wright2017-01-221-0/+1
* Add Windows versions of time related functions.Rob Norris2016-03-221-3/+92
* Write scan-build suppressions to it runs clean.Eric S. Raymond2015-03-301-0/+2
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-26/+11
* Clean up most spint errors. All regression tests pass.Eric S. Raymond2015-03-281-4/+13
* Yet more: Line expects to suppress X error, found 0 errorsGary E. Miller2015-03-251-4/+4
* Break timespec_str out of gpsutils.c.Eric S. Raymond2015-03-081-29/+1
* Implement POSIX clock_gettime(3) for systems that lack it (like Mac OS X).Eric S. Raymond2015-03-011-6/+0
* Remove unused and incorrect retval from timespec_strZbigniew Chyla2015-02-151-6/+2
* timespec_str: add "const" to input argumentZbigniew Chyla2015-02-151-1/+1
* Document the output of timespec_str() betterGary E. Miller2015-02-121-0/+12
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-1/+3
* Add function timespec_str(), and use it.Gary E. Miller2015-02-051-0/+19
* Comment on loss of precision in timestamp().Gary E. Miller2015-02-021-0/+2
* Revert to using internal mkgmtime() as in 3.11.Eric S. Raymond2015-01-231-8/+7
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-1/+1
* Revert to using timegm() following Hal Murray's report of Fedora flakiness.Eric S. Raymond2015-01-141-3/+6
* Fix the build in some unusual cases. All regression tests pass.Eric S. Raymond2015-01-131-0/+5
* Fixup iso8601_to_unix uninitialized memory bugJon Schlueter2015-01-071-0/+1
* Better way to avoid glibc dependency.Eric S. Raymond2014-09-291-0/+30
* GNU libc timegm() turns out to be buggy when DST is on (glibc-2.19).Eric S. Raymond2014-09-281-1/+1
* Remove some custom code, at the cost of introducing a glibc depenency.Eric S. Raymond2014-09-251-29/+1
* Silence compiler warnings about array subscripts of type 'char'Matt2014-09-101-2/+2