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.13-80-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.13-80-gdf34a3a
Date: Sat, 07 Mar 2015 16:58:30 +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  df34a3add8df382eb852a67635c6859ee8cc657f (commit)
       via  9c49083f2afe799343a610912b0ed404b2ffad05 (commit)
      from  4493a8b6eb6a2213f283bd13a0f1cebc072dc9d4 (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 df34a3add8df382eb852a67635c6859ee8cc657f
Author: Eric S. Raymond <address@hidden>
Date:   Sat Mar 7 11:51:15 2015 -0500

    gpsd-report() -> gpsd_log()
    
    This change is done so we can add a "log" hook to the pps_thread_t
    structure (this is not done yet) and harmonize with the name of the
    outer logging function. If that name had been left as gpsd_report()
    there would have been scope for bad confusion with the report_hook
    member.
    
    Also, remove two stray duplicative printf calls from the NMEA2000 driver
    (drivers shouldn't have printfs!) and fix one typo.
    
    This is a step towards factoring out ntplib. For that to happen, the
    PPS thread code needs to be decoupled from the core session structure.
    
    No logic changes. Object compatibility preserved. All regression tests pass.

commit 9c49083f2afe799343a610912b0ed404b2ffad05
Author: Eric S. Raymond <address@hidden>
Date:   Sat Mar 7 09:52:29 2015 -0500

    It is no longer necessary for libgpsd users to define gpsd_report().

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

Summary of changes:
 SConstruct                    |    2 +-
 doc/explan_gpsd.c.xml         |   23 --
 doc/explan_gpsd_report.c.xml  |   11 +-
 doc/explan_libgpsd_core.c.xml |   25 ++-
 doc/internals.xml             |    4 +-
 driver_ais.c                  |   74 +++---
 driver_evermore.c             |   91 ++++----
 driver_garmin.c               |  452 +++++++++++++++++-----------------
 driver_garmin_txt.c           |   52 ++--
 driver_geostar.c              |  247 ++++++++++----------
 driver_italk.c                |  125 +++++-----
 driver_navcom.c               |  406 ++++++++++++++++----------------
 driver_nmea0183.c             |  340 +++++++++++++-------------
 driver_nmea2000.c             |  269 ++++++++++-----------
 driver_oncore.c               |   86 ++++----
 driver_proto.c                |   58 +++---
 driver_rtcm3.c                |    4 +-
 driver_sirf.c                 |  434 +++++++++++++++++-----------------
 driver_superstar2.c           |  108 ++++----
 driver_tsip.c                 |  281 +++++++++++-----------
 driver_ubx.c                  |  197 ++++++++--------
 driver_zodiac.c               |   58 +++---
 drivers.c                     |  154 ++++++------
 gpsctl.c                      |  266 ++++++++++----------
 gpsd.c                        |  536 +++++++++++++++++++++--------------------
 gpsd.h-tail                   |    2 +-
 gpspacket.c                   |    4 +-
 isgps.c                       |   56 +++---
 libgpsd.xml                   |    6 -
 libgpsd_core.c                |  377 +++++++++++++++--------------
 net_dgpsip.c                  |   22 +-
 net_gnss_dispatch.c           |    6 +-
 net_ntrip.c                   |  118 +++++-----
 packet.c                      |  226 +++++++++---------
 ppsthread.c                   |   86 ++++----
 serial.c                      |   86 ++++----
 shmexport.c                   |   25 +-
 subframe.c                    |  368 ++++++++++++++--------------
 timebase.c                    |   30 ++--
 timehint.c                    |   58 +++---
 valgrind-suppressions         |    4 +-
 www/client-howto.txt          |    6 +-
 www/writing-a-driver.xml      |   19 ++-
 43 files changed, 2920 insertions(+), 2882 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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