summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SConstruct: Add some comments about scons option cacheGary E. Miller2019-03-291-0/+3
* SConstruct: add comment at end of configuration.Gary E. Miller2019-03-291-1/+1
* SConstruct: Lat of the env -> config.env for scons 3.0.5Gary E. Miller2019-03-291-13/+14
* SConstruct: More env -> config.env for scons 3.0.5Gary E. Miller2019-03-291-11/+11
* SConstruct: And yet more env -> config.envGary E. Miller2019-03-281-8/+8
* SConstruct: Some more env -> config.envGary E. Miller2019-03-281-9/+9
* SConstruct: Another scons 3.0.5 comment.Gary E. Miller2019-03-281-1/+1
* SConstruct: Change env config.env, two places.Gary E. Miller2019-03-281-2/+2
* SConstruct. Move an env.Prepend() to wortk on scons 3.0.5Gary E. Miller2019-03-281-4/+3
* SConstruct: Add comments on scons 3.0.5 breakage.Gary E. Miller2019-03-281-0/+8
* ubxtool/zerk: Makes PySerial a "soft" dependency.Fred Wright2019-03-276-30/+23
* ubxtool: Fixes SAVE/RESET/CFG-CFG bugs.Fred Wright2019-03-271-9/+9
* ubxtool: Adds commas to raw payload output.Fred Wright2019-03-271-1/+1
* ubxtool: Reworks -c option so that it's usable.Fred Wright2019-03-272-9/+20
* ubxtool: Adds interface option for UBX-CFG-PRT.Fred Wright2019-03-272-5/+28
* ubxtool: Improves CFG-PRT decoding.Fred Wright2019-03-271-12/+40
* ubxtool: Adds NAVX5 and SBAS poll commands.Fred Wright2019-03-272-1/+29
* ubxtool: Fixes some decode bugs and some text.Fred Wright2019-03-272-21/+50
* gpsutils: Fixes build on OSX.Fred Wright2019-03-271-0/+3
* SConstruct: Change manbuilder to work with scons 3.0.5Gary E. Miller2019-03-271-3/+6
* SConstruct: partial fix for scons 3.0.5Gary E. Miller2019-03-271-6/+6
* driver_navcom: Remove unused variable.Gary E. Miller2019-03-271-1/+1
* driver_sirf: Fix log format bug.Gary E. Miller2019-03-271-1/+1
* driver_nmea0813: Add unused sentence types to table.Gary E. Miller2019-03-262-1/+18
* gpsd_error_model(): be more consistent with HERR_SET.Gary E. Miller2019-03-266-5/+10
* gpsd_error_model(): Add note about ept from tdop.Gary E. Miller2019-03-261-0/+1
* libgps_dbus: Don't throw away eph, use it.Gary E. Miller2019-03-261-3/+1
* driver_zodiac: Stop calculating epx/epy, let gpsd_error_model().Gary E. Miller2019-03-262-27/+25
* driver_ubx: Stop computing epx/epy, let gpsd_error_model() do it.Gary E. Miller2019-03-262-27/+17
* driver_navcom: Move error math to gpsd_error_model()Gary E. Miller2019-03-262-28/+16
* driver_italk: remove dodgy epx/epy/eph. Use gpsd_error_model().Gary E. Miller2019-03-261-4/+6
* driver_garmin: Fix logging to use new estimates.Gary E. Miller2019-03-261-3/+3
* driver_greis: Remove epx/epy computation. Do in gpsd_model_error().Gary E. Miller2019-03-265-471/+467
* gps: Note new gps_fix_t datum.Gary E. Miller2019-03-261-0/+1
* gps.h: Note stretch goal of 1-sigma for error estimates...Gary E. Miller2019-03-261-0/+2
* driver_garmin_tst: Don't compute eps, allow gpsd_error_modeil().Gary E. Miller2019-03-261-6/+5
* dbusexport: Use eph at hand, don't recompute.Gary E. Miller2019-03-261-5/+1
* driver_garmin: Move error modeking to gpsd_error_model().Gary E. Miller2019-03-261-9/+11
* gpsutils: Add 999 as user defined datum.Gary E. Miller2019-03-251-0/+3
* driver_nmea0183: Add decode for $PGRME.Gary E. Miller2019-03-252-12/+88
* driver_zodia: Decopde map datum.Gary E. Miller2019-03-252-22/+26
* gpsutils: Add datum_code_string().Gary E. Miller2019-03-253-26/+49
* libgps_json: Decode datum in the client.Gary E. Miller2019-03-251-0/+2
* driver_sirf: Decode datum. Finally a regression change!Gary E. Miller2019-03-252-60/+85
* driver_nmea0183: Minor table format cleanup.Gary E. Miller2019-03-251-2/+2
* drivber_nmae0183: Comment $xxDTM fails due to cycle ender.Gary E. Miller2019-03-251-0/+1
* gpsd_json.xml: Add mention of TPV/datumGary E. Miller2019-03-251-0/+6
* driver_nmea0183: Decode $xxDTM for datum.Gary E. Miller2019-03-251-1/+72
* gps_data_t: Add datum field. Add decode for $PGRMM.Gary E. Miller2019-03-254-4/+37
* driver_nmea0183: Tweak $PSRFEPE. No regressions changes.Gary E. Miller2019-03-251-5/+8