gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-337-g3


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-337-g3d5e11f
Date: Wed, 13 Mar 2019 22:05:25 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  3d5e11f50cb010ae2dc333b8ddbbdcb43922640f (commit)
       via  3bab25ef5b820217590f4a3cf2ec5554848465f5 (commit)
       via  41757d5898172baaa43e2d99f854d90633db73ad (commit)
       via  9b50a4af1c67ac4c49d606a165d5ab79045fc31c (commit)
       via  b130dcada481b265325587f7b835c96abf682ae4 (commit)
       via  14ec79b992f2454e583ccc0b79a34241c18fd352 (commit)
       via  930ed1aa6514abb408aeb9228fff4b98f349035d (commit)
       via  8a1cd3a45e9fb8fdc1916868cc1c74225377a48b (commit)
       via  e019ab7646787b3e5542c6027b1003088350186c (commit)
       via  16bb6348fc9b170bfce6bea9137d494a3315c6fc (commit)
       via  ea906e922acc6aeb98f28e1501542c10e7ba621f (commit)
      from  21e5566f79ad82cb018fbde2f765530b85420302 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3d5e11f50cb010ae2dc333b8ddbbdcb43922640f
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 19:04:35 2019 -0700

    pseudonmea: In $GPGSV, ouput missing PRN as blanks, not zeros.

commit 3bab25ef5b820217590f4a3cf2ec5554848465f5
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 18:55:16 2019 -0700

    pseudonmea: DO not ouput $GPZDA with no valid date.
    
    No regressions change.d

commit 41757d5898172baaa43e2d99f854d90633db73ad
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 18:42:02 2019 -0700

    pseudonmea: Renable no-time $GPGBS.  This time w/o zeros.
    
    Ouput time as blank.

commit 9b50a4af1c67ac4c49d606a165d5ab79045fc31c
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 18:32:16 2019 -0700

    pseudonmea: Fix $GPGGA to not output zero times.
    
    No regtression tests changed.  Only called from net_ntrip...

commit b130dcada481b265325587f7b835c96abf682ae4
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 18:23:02 2019 -0700

    pseudonmea: Add frac seconds to $GPRMC, no zero times.
    
    Replace zero times with blanks.

commit 14ec79b992f2454e583ccc0b79a34241c18fd352
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 17:51:46 2019 -0700

    pseudonmea: Add fractional seconds to $GPGGA

commit 930ed1aa6514abb408aeb9228fff4b98f349035d
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 17:40:20 2019 -0700

    pseudonmea: Remove lone lines in $GPALM code.
    
    No functional change.

commit 8a1cd3a45e9fb8fdc1916868cc1c74225377a48b
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 17:35:49 2019 -0700

    psuedonmea: Make $GPGBS match NMEA 3.0 spec

commit e019ab7646787b3e5542c6027b1003088350186c
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 16:47:58 2019 -0700

    libgpsd_core: Step clobbering epe when error modeling.
    
    This released a flood of GPGBS.  But the GPGBS are wrong format
    according to NMEA 3.0...

commit 16bb6348fc9b170bfce6bea9137d494a3315c6fc
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 16:30:30 2019 -0700

    libgpsd_core: Reformat some error modeling code.
    
    No functional change.  No regression changes.

commit ea906e922acc6aeb98f28e1501542c10e7ba621f
Author: Gary E. Miller <address@hidden>
Date:   Wed Mar 13 16:03:07 2019 -0700

    driver_nmea0183 and more: Decode $PSRFEPE add eps.
    
    Turns out eps also came from other GPS, but never made it to TPV.
    Regressions changed to show new eps data.

-----------------------------------------------------------------------

Summary of changes:
 driver_nmea0183.c                              |  17 +-
 gpsutils.c                                     |   3 +
 libgpsd_core.c                                 |  49 ++--
 pseudonmea.c                                   | 147 ++++++----
 test/daemon/beidou-bd.log.chk                  |  14 +-
 test/daemon/beidou-gb.log.chk                  |  10 +-
 test/daemon/bu303-climbing.log.chk             |  41 +--
 test/daemon/bu303-moving.log.chk               |  59 ++--
 test/daemon/bu303-nofix.log.chk                |  14 +-
 test/daemon/bu303-stillfix.log.chk             |  56 ++--
 test/daemon/bu303b-nofix.log.chk               |  12 +-
 test/daemon/geostar-geos1m-binary.log.chk      |  23 +-
 test/daemon/greis-binary.log.chk               |  88 +++---
 test/daemon/greis-raw-2m.log.chk               | 238 ++++++++---------
 test/daemon/greis-reset.log.chk                | 178 ++++++-------
 test/daemon/greis-test.log.chk                 |  66 ++---
 test/daemon/greis-test2.log.chk                |  20 +-
 test/daemon/italk-binary.log.chk               |  22 +-
 test/daemon/navcom.log.chk                     |  35 +--
 test/daemon/sirfstarv.log.chk                  | 326 ++++++++++++----------
 test/daemon/superstar2.log.chk                 |  42 +--
 test/daemon/trimble-lassen_iq-3dfix.log.chk    | 212 +++++++--------
 test/daemon/trimble-lassen_iq-playacar.log.chk |  80 +++---
 test/daemon/trimble-lassen_iq.log.chk          | 160 +++++------
 test/daemon/ublox-8-time.log.chk               | 356 ++++++++++++-------------
 test/daemon/ublox-aek-4t.log.chk               |  19 +-
 test/daemon/ublox-lea-4t.log.chk               |  10 +-
 test/daemon/ublox-neo-m8t-s.log.chk            | 149 ++++++-----
 test/daemon/ublox-neo-m8t.log.chk              | 193 ++++++++------
 test/daemon/ublox-sirf1.log.chk                |  42 +--
 test/daemon/zodiac.log.chk                     | 126 ++++-----
 31 files changed, 1494 insertions(+), 1313 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]