summaryrefslogtreecommitdiff
path: root/gpsutils.c
AgeCommit message (Expand)Author
2018-09-11ATT: centralize clearing of the attitude data.Gary E. Miller
2018-08-08Remove some remnant splint annotations.Eric S. Raymond
2018-07-14gpsutils.c: isnan() -> isfinite()Gary E. Miller
2018-06-12$GPVTG Added parsing, storage, output of magnetic courseDaniel_M_Williams
2018-03-08SPDXify the licerse references.Eric S. Raymond
2018-02-12ECEF: remove unused and unneeded ecef.valid.Gary E. Miller
2018-02-08Add ECEF support to u-blocx driver, data comes out in json.Gary E. Miller
2017-01-22Initial creation of os_compat.h.Fred Wright
2016-03-22Add Windows versions of time related functions.Rob Norris
2015-03-30Write scan-build suppressions to it runs clean.Eric S. Raymond
2015-03-30Retire splint from our set of static analyzers.Eric S. Raymond
2015-03-28Clean up most spint errors. All regression tests pass.Eric S. Raymond
2015-03-25Yet more: Line expects to suppress X error, found 0 errorsGary E. Miller
2015-03-08Break timespec_str out of gpsutils.c.Eric S. Raymond
2015-03-01Implement POSIX clock_gettime(3) for systems that lack it (like Mac OS X).Eric S. Raymond
2015-02-15Remove unused and incorrect retval from timespec_strZbigniew Chyla
2015-02-15timespec_str: add "const" to input argumentZbigniew Chyla
2015-02-12Document the output of timespec_str() betterGary E. Miller
2015-02-09splint cleanup. All regressiion tests pass.Eric S. Raymond
2015-02-05Add function timespec_str(), and use it.Gary E. Miller
2015-02-02Comment on loss of precision in timestamp().Gary E. Miller
2015-01-23Revert to using internal mkgmtime() as in 3.11.Eric S. Raymond
2015-01-21Easy splint cleanups. All regression tests pass.Eric S. Raymond
2015-01-14Revert to using timegm() following Hal Murray's report of Fedora flakiness.Eric S. Raymond
2015-01-13Fix the build in some unusual cases. All regression tests pass.Eric S. Raymond
2015-01-07Fixup iso8601_to_unix uninitialized memory bugJon Schlueter
2014-09-29Better way to avoid glibc dependency.Eric S. Raymond
2014-09-28GNU libc timegm() turns out to be buggy when DST is on (glibc-2.19).Eric S. Raymond
2014-09-25Remove some custom code, at the cost of introducing a glibc depenency.Eric S. Raymond
2014-09-10Silence compiler warnings about array subscripts of type 'char'Matt
2013-11-06Code is fully cppcheck, splint, and Coverity clean.Eric S. Raymond
2012-09-07Nuke trailing whitespace in C source.Eric S. Raymond
2012-05-21fix building with clock_gettime and newer glibcMike Frysinger
2012-05-17Comment out dead code. All regression tests pass.Eric S. Raymond
2012-04-06The strptime prototype is not provided unless explicitly requested.Gary E. Miller
2011-10-20Used clock_gettime() instead of gettimeofday() if possible.Michael Tatarinov
2011-10-20Tweak for time.Michael Tatarinov
2011-09-28Break out prototypes for client library export methgods into a new heasder.Eric S. Raymond
2011-09-21Cycle-start detection by timing works on a SiRF at 9600bps.Eric S. Raymond
2011-09-21splint cleanup.Eric S. Raymond
2011-09-20Remove the old latency-profiling machinery.Eric S. Raymond
2011-09-15Fix some compiler warnings.Eric S. Raymond
2011-09-07Typo fix.Eric S. Raymond
2011-08-27splint/pychecker cleanup of safe_atof().Eric S. Raymond
2011-08-27Avoid locale problems in the NMEA driver, too.Eric S. Raymond
2011-08-25Now that gpsd.h is safe to include in libgps, revert an earlier change.Eric S. Raymond
2011-08-25Remove an unneeded gpsd.h include.Eric S. Raymond
2011-08-11Enable another gcc error messsabe and fix a warning.Eric S. Raymond
2011-08-11Typo fixes and scan-build cleanup.Eric S. Raymond
2011-06-29Removed duplicate code.Michael Tatarinov