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-68-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-68-g3756d7a
Date: Thu, 28 Aug 2014 01:29:42 +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  3756d7a8103057b66d4ac2826535562494640a57 (commit)
       via  44c7e898076f407abed9342acf8005a318af2101 (commit)
       via  068a90a92337d8476a69ed0048723e7587f6209f (commit)
       via  7b0feb181260ff4e005547a3ae870ebc545b1e85 (commit)
       via  d77d96c6d6150ffe24f1d57fd021d18f0c20901b (commit)
       via  0a113e2f39e179e84b03e1da1947f401966d981e (commit)
       via  995976ab06a8f688343b8fec87e1305e2d5ee80e (commit)
       via  6203e5b8fcac9d78ea54b7b3c53cb8d084e8a219 (commit)
      from  b53db1322c70f8b86dfe72e982d6097304a749ae (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 3756d7a8103057b66d4ac2826535562494640a57
Author: Eric S. Raymond <address@hidden>
Date:   Wed Aug 27 21:28:54 2014 -0400

    splint/cppcheck cleanuo after the gpsd_report change.
    
    All regression tests pass.

commit 44c7e898076f407abed9342acf8005a318af2101
Author: Eric S. Raymond <address@hidden>
Date:   Wed Aug 27 20:38:32 2014 -0400

    Clean up duplicarive code in gpsmon.

commit 068a90a92337d8476a69ed0048723e7587f6209f
Author: Eric S. Raymond <address@hidden>
Date:   Wed Aug 27 20:26:01 2014 -0400

    Now that the transition is done we can restore the gpsd_report name.
    
    All regression tests pass.

commit 7b0feb181260ff4e005547a3ae870ebc545b1e85
Author: Eric S. Raymond <address@hidden>
Date:   Wed Aug 27 20:15:46 2014 -0400

    Reverse linkage of gpsd_report() is abolished. All regression tests pass.
    
    Some cleanup and testing is still required.

commit d77d96c6d6150ffe24f1d57fd021d18f0c20901b
Author: Eric S. Raymond <address@hidden>
Date:   Wed Aug 27 17:40:48 2014 -0400

    All gpsd_reportcalls are gone.  Only the unused definitins are left.
    
    Next, implement labeled reporting and fix up gpson to do the right thing.
    
    All regression tests pass.

commit 0a113e2f39e179e84b03e1da1947f401966d981e
Author: Eric S. Raymond <address@hidden>
Date:   Wed Aug 27 17:17:43 2014 -0400

    More gpsd_report removal.  All regression tests pass.

commit 995976ab06a8f688343b8fec87e1305e2d5ee80e
Author: Eric S. Raymond <address@hidden>
Date:   Wed Aug 27 16:42:04 2014 -0400

    The big leap.  Most instances of gpsd_report are replaced...
    
    ...with calls to gps_notify(), which indirects to its output method
    through a slot in an errout structure. Usually the errout structure
    lives inside the session context, but because struct errout_t is its
    own thing this does not have to be the case.  One large clique of
    gpsd_notify() calls, in packet.c and isgps.c, looks at a struct
    errout_t copy in a lexer control block
    
    This change is not complete.  Remnant gpsd_report calls need to be changed,
    and gpsmon needs to be tweaked so that the struct_error_t in its context
    is a non-defaukt hook updating the cuses display rather than simply
    dumping to stderr. Also the report label functionality needs to be added.
    
    All regression tests pass.

commit 6203e5b8fcac9d78ea54b7b3c53cb8d084e8a219
Author: Eric S. Raymond <address@hidden>
Date:   Wed Aug 27 16:26:52 2014 -0400

    Introduce struct errout_t to encapsulate error-reporting hooks.
    
    A major step towards eliminating reverse linkage.
    
    All regression tests pass.

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

Summary of changes:
 driver_ais.c        |   30 +++---
 driver_evermore.c   |   30 +++---
 driver_garmin.c     |  170 +++++++++++++++++-----------------
 driver_garmin_txt.c |   26 +++---
 driver_geostar.c    |  106 +++++++++++-----------
 driver_italk.c      |   46 +++++-----
 driver_navcom.c     |  104 +++++++++++-----------
 driver_nmea0183.c   |   92 ++++++++++----------
 driver_nmea2000.c   |  116 ++++++++++++------------
 driver_oncore.c     |   32 ++++----
 driver_proto.c      |   22 +++---
 driver_rtcm3.c      |    2 +-
 driver_sirf.c       |  178 ++++++++++++++++++------------------
 driver_superstar2.c |   30 +++---
 driver_tsip.c       |   90 +++++++++---------
 driver_ubx.c        |  112 ++++++++++++------------
 driver_zodiac.c     |   14 ++--
 drivers.c           |   85 +++++++++---------
 gpsctl.c            |  139 +++++++++++++---------------
 gpsd.c              |  250 ++++++++++++++++++++++++---------------------------
 gpsd.h-tail         |   26 ++++--
 gpsdecode.c         |   22 ++---
 gpsmon.c            |   69 +++------------
 gpspacket.c         |   15 +++-
 isgps.c             |   24 +++---
 libgps_core.c       |    2 +
 libgpsd_core.c      |  223 +++++++++++++++++++++++++--------------------
 net_dgpsip.c        |   10 +-
 net_gnss_dispatch.c |    2 +-
 net_ntrip.c         |  103 +++++++++++-----------
 ntpshm.c            |   22 +++---
 packet.c            |   99 ++++++++------------
 ppsthread.c         |   64 +++++++-------
 serial.c            |   30 +++---
 shmexport.c         |    6 +-
 subframe.c          |   42 +++++-----
 test_packet.c       |   57 +++++--------
 timebase.c          |   12 ++--
 38 files changed, 1222 insertions(+), 1280 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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