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.9-171-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.9-171-g95b81e7
Date: Wed, 02 Oct 2013 02:09:10 +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  95b81e7965f5fd175db8fad21e8a1533f83f80e0 (commit)
       via  46ef6a8f8c7fb36fd4d24c49b324388e0e176d4c (commit)
       via  467ae9984c1b3ffac2a7999b98f06effe06ccdcf (commit)
       via  0a7ee343eeed8e8826d5a7fe33d2067700152065 (commit)
       via  6028d7bae7ba92ab8e5e00fa9a883dac0389d768 (commit)
       via  950ed590c9fa04127cf10c07b7f4852fd744d1ab (commit)
       via  bd6d74093648752cf542e188685907a62db85857 (commit)
       via  c861c6c927f4e3054270695ed9bd0b4d7c649a42 (commit)
       via  3fd092f78594a76eae9dfeab6ed930dbe91a6528 (commit)
      from  89f4aaa3cfe77385938037b2b5567d4a605a66b1 (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 95b81e7965f5fd175db8fad21e8a1533f83f80e0
Author: Eric S. Raymond <address@hidden>
Date:   Tue Oct 1 22:08:30 2013 -0400

    News update about what has just been done.

commit 46ef6a8f8c7fb36fd4d24c49b324388e0e176d4c
Author: Eric S. Raymond <address@hidden>
Date:   Tue Oct 1 22:01:42 2013 -0400

    Update documentation to capture the new behavior around _text attributes

commit 467ae9984c1b3ffac2a7999b98f06effe06ccdcf
Author: Eric S. Raymond <address@hidden>
Date:   Tue Oct 1 21:59:14 2013 -0400

    Rebuild the regression test loads so they dump in the new style.
    
    All regression tests pass.

commit 0a7ee343eeed8e8826d5a7fe33d2067700152065
Author: Eric S. Raymond <address@hidden>
Date:   Tue Oct 1 21:57:02 2013 -0400

    The JSON parser now has an "ignore" type...
    
    ...and it's used for the new dependent _text attributes.

commit 6028d7bae7ba92ab8e5e00fa9a883dac0389d768
Author: Eric S. Raymond <address@hidden>
Date:   Tue Oct 1 21:55:11 2013 -0400

    Fix several small but fatal bugs in the new JSON generation.

commit 950ed590c9fa04127cf10c07b7f4852fd744d1ab
Author: Eric S. Raymond <address@hidden>
Date:   Tue Oct 1 19:37:25 2013 -0400

    Dump preciptypes in the new manner.

commit bd6d74093648752cf542e188685907a62db85857
Author: Eric S. Raymond <address@hidden>
Date:   Tue Oct 1 18:54:26 2013 -0400

    Fix up xgps to use _text names.

commit c861c6c927f4e3054270695ed9bd0b4d7c649a42
Author: Eric S. Raymond <address@hidden>
Date:   Tue Oct 1 18:50:21 2013 -0400

    Change JSON-dumper code generation to match my previous commit.

commit 3fd092f78594a76eae9dfeab6ed930dbe91a6528
Author: Eric S. Raymond <address@hidden>
Date:   Tue Oct 1 18:23:17 2013 -0400

    First step of disentangling text display from scaling.
    
    This commit makes changes to the way JSON exports the following field 
members:
    
    Type 1,2,3:           status
    Type 4,5,19,21:       epfd
    Type 5,19,23,24:      shiptype
    Type 6 DAC235 FID 10: racon, light
    Type 6 DAC 1 FID 28:  rtype
    Type 8 DAC 1 FID 17:  idtype
    Type 8 DAC 1 FID 19:  signal, nextsignal
    Type 8 DAC 1 FID 27:  rtype
    Type 21:              aid_type
    Type 23:              stationtype
    
    Each of these output attributes was formerly numeric when scaling was off
    but string when scaling was on.  Now the base attribute is always
    numeric, and the text is shipped as an attribute with "_text" appended
    to the name.  Both attributes are always shipped.
    
    Similar changes are made in Inland AIS JSON that has never shipped.

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

Summary of changes:
 NEWS                        |    8 +-
 devtools/tablegen.py        |    6 +-
 gpsd.h-tail                 |    5 +-
 gpsd_json.c                 |  310 +++++++++++++++++++++++--------------------
 gpsd_json.xml               |   18 +--
 json.c                      |    9 +-
 json.h                      |    3 +-
 jsongen.py.in               |   48 +++++--
 test/daemon/ait250.log.chk  |   66 +++++-----
 test/daemon/saab-r4.log.chk |   96 +++++++-------
 test/sample.aivdm.chk       |    6 +-
 test/sample.aivdm.js.chk    |   40 +++---
 test/sample.aivdm.ju.chk    |   40 +++---
 www/AIVDM.txt               |   30 +++--
 xgps                        |    6 +-
 15 files changed, 381 insertions(+), 310 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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