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. release-3.11-203


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-203-g0fcb2da
Date: Sat, 10 Jan 2015 18:14:59 +0000

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  0fcb2da0c5ae748c64c3c6f09f0dd8f7998f74f2 (commit)
       via  a950067545c52db618154994f76a5659d1be558c (commit)
       via  7ba55ad09f61c517ac05419152c5240b4a5f078b (commit)
      from  fd53e2cb2d93557102fc52f152a7a00ac7150145 (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 0fcb2da0c5ae748c64c3c6f09f0dd8f7998f74f2
Author: Eric S. Raymond <address@hidden>
Date:   Sat Jan 10 13:14:12 2015 -0500

    Almost entirely eliminate use of sats_used array.
    
    Instead, set the used member in the satellites array directly where 
possible.
    The NMEA0183 and TSIP drivers still need a local equivalent.
    
    This changes pseudo-NMEA GSA output in several binary-protocol tests.

commit a950067545c52db618154994f76a5659d1be558c
Author: Eric S. Raymond <address@hidden>
Date:   Sat Jan 10 12:42:48 2015 -0500

    The particular Navcom binary protocol we  support is called NCT.
    
    All regression tests pass.

commit 7ba55ad09f61c517ac05419152c5240b4a5f078b
Author: Eric S. Raymond <address@hidden>
Date:   Sat Jan 10 12:32:09 2015 -0500

    In the navcom driver, get satellites used from the Channel Status packet.
    
    Affects only GSA emission in pseudo-NMEA mode, fixing a lingering bug
    whee the last sat in the listing was sometimes duplicated.  Required
    one test build.

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

Summary of changes:
 SConstruct                                  |    2 +-
 driver_italk.c                              |   17 ++--
 driver_navcom.c                             |   35 +++---
 driver_nmea0183.c                           |    6 +-
 driver_nmea2000.c                           |    6 +-
 driver_sirf.c                               |    6 +-
 driver_superstar2.c                         |    6 +-
 driver_tsip.c                               |    6 +-
 driver_ubx.c                                |    2 +-
 driver_zodiac.c                             |   15 +--
 gpsd.h-tail                                 |    3 +-
 packet_states.h                             |    2 +-
 pseudonmea.c                                |   10 --
 test/daemon/bu303-climbing.log.chk          |  176 +++++++++++++-------------
 test/daemon/bu303-moving.log.chk            |   64 +++++-----
 test/daemon/bu303-stillfix.log.chk          |    8 +-
 test/daemon/italk-binary.log.chk            |   52 ++++----
 test/daemon/navcom.log.chk                  |  102 ++++++++--------
 test/daemon/superstar2.log.chk              |    6 +-
 test/daemon/trimble-lassen_iq-3dfix.log.chk |   78 ++++++------
 test/daemon/trimble-lassen_iq.log.chk       |   90 +++++++-------
 test/daemon/ublox-lea-4t.log.chk            |   40 +++---
 test/daemon/ublox-sirf1.log.chk             |   12 +-
 23 files changed, 359 insertions(+), 385 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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