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.17-151


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.17-151-gbbdb8d7
Date: Sat, 14 Jul 2018 16:31:53 -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  bbdb8d7ebbdc937fa24ef0fbf9d917a5e03110a0 (commit)
       via  7fb0c3fecc8b523168c369c8ae58376400a7e944 (commit)
       via  b365496c182993dd2289a4577fe76d07d5de7e83 (commit)
       via  4b6ce7257007f57e27da896d2487669414275d3a (commit)
       via  9680a6226347d30302b400725cdd1f93de806fb7 (commit)
       via  2603c2640509a3e85ef05bc5fb23613ad6595677 (commit)
       via  424385fcf7fea280ebd948b372c88ea87e33fd53 (commit)
       via  1744cd9f87006c85492edf1f476e054bdb744ea1 (commit)
       via  3e9392d364e1463f73f6249fd755f593e78bc3d3 (commit)
       via  fdf77e6af52fab2f97a7320230e1ad489bf53277 (commit)
       via  4f04789d202b835065384775d01218f156df771f (commit)
       via  6bba8b329fc7687b15863d30471d5af402467802 (commit)
      from  692427a17aeb54d69826def759cc1f1da605ba33 (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 bbdb8d7ebbdc937fa24ef0fbf9d917a5e03110a0
Author: Gregory Fong <address@hidden>
Date:   Sat Jul 14 13:29:58 2018 -0700

    Fix pseudo GSA generation
    
    At one point, the check for MODE_SET made sense in
    gpsd_binary_quality_dump().  But since then, the calling code was
    refactored to only invoke nmea_tpv_dump() when REPORT_IS is set,
    eliminating the dupes.
    
    Remove the MODE_SET check and update the affected binary regression
    check files to contain the expected GSA sentences.
    
    Signed-off-by: Gary E. Miller <address@hidden>

commit 7fb0c3fecc8b523168c369c8ae58376400a7e944
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 13:08:25 2018 -0700

    psuedonmea.c: isnan() -> isfinite().  Fix a buffer size.
    
    Thanks to Virgin Orbit for their support on this patch.

commit b365496c182993dd2289a4577fe76d07d5de7e83
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 13:00:28 2018 -0700

    monitor_nmea0813: isnan() -> isfinite().  Fix a buffer size.
    
    Thanks to Virgin Orbit for their support on this patch.

commit 4b6ce7257007f57e27da896d2487669414275d3a
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 12:57:15 2018 -0700

    gpxlogger: isnan() -> isfinite()
    
    Thanks to Virgin Orbit for their support on this patch.

commit 9680a6226347d30302b400725cdd1f93de806fb7
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 12:54:20 2018 -0700

    gpsutils.c: isnan() -> isfinite()
    
    Thanks to Virgin Orbit for their support on this patch.

commit 2603c2640509a3e85ef05bc5fb23613ad6595677
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 12:48:17 2018 -0700

    gpsmon.c: isnan() -> isfinite().  Fix a buffer size.
    
    Thanks to Virgin Orbit for their support on this patch.

commit 424385fcf7fea280ebd948b372c88ea87e33fd53
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 12:46:05 2018 -0700

    gpsdclient.c: isnan() -> isfinite()
    
    Thanks to Virgin Orbit for their support on this patch.

commit 1744cd9f87006c85492edf1f476e054bdb744ea1
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 12:39:39 2018 -0700

    gpsd.c: isnan() -> isfinite()
    
    Thanks to Virgin Orbit for their support on this patch.

commit 3e9392d364e1463f73f6249fd755f593e78bc3d3
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 12:30:32 2018 -0700

    rtcm2_json: isnan() -> isfinite()
    
    Thanks to Virgin Orbit for their support on this patch.

commit fdf77e6af52fab2f97a7320230e1ad489bf53277
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 12:29:48 2018 -0700

    chared_json.c: isnan() -> isfinite()
    
    Thanks to Virgin Orbit for their support on this patch.

commit 4f04789d202b835065384775d01218f156df771f
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 12:26:44 2018 -0700

    cgps: isnan() -> isfinite()
    
    Thanks to Virgin Orbit for their support on this patch.

commit 6bba8b329fc7687b15863d30471d5af402467802
Author: Gary E. Miller <address@hidden>
Date:   Sat Jul 14 12:17:35 2018 -0700

    gps_read(): fix some nasty buffer overruns and corruptions.
    
    Now pass an optional message buffer to gps_read().  Finally
    the JSON display in cgps works.
    
    Thanks to Virgin Orbit for their support fixing this bug.

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

Summary of changes:
 cgps.c                                    | 67 ++++++++++++++++---------------
 gps.h                                     | 11 ++---
 gpsctl.c                                  |  4 +-
 gpsd.c                                    |  4 +-
 gpsdclient.c                              |  2 +-
 gpsmon.c                                  |  4 +-
 gpsutils.c                                |  5 ++-
 gpxlogger.c                               |  8 ++--
 lcdgps.c                                  |  2 +-
 libgps.h                                  |  2 +-
 libgps_core.c                             | 10 ++++-
 libgps_sock.c                             | 57 +++++++++++++++++---------
 libgpsmm.cpp                              |  6 +--
 monitor_nmea0183.c                        |  6 +--
 pseudonmea.c                              | 42 ++++++++++---------
 rtcm2_json.c                              | 11 ++---
 shared_json.c                             |  2 +-
 test/daemon/geostar-geos1m-binary.log.chk |  4 ++
 test_libgps.c                             |  5 ++-
 19 files changed, 146 insertions(+), 106 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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