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-11-g


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.9-11-g4bc6b2b
Date: Wed, 01 May 2013 18:19:05 +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  4bc6b2bab8adbd90380e7d332009f5fb7e524b0f (commit)
       via  5009246a0f75087bdb405c035f1e6e6400ea8ccc (commit)
       via  a56272e6490a46f04013f2a58cbfbc45e21c1c06 (commit)
       via  981e23a67af4e9c5d225f07979eb81dcc00d2291 (commit)
       via  8ed2110796b33df581aeb9a73ec491dd78d9902b (commit)
       via  5432551d3e90f7c4827b795e7d1048581d4cb46e (commit)
       via  8108a76644d3053bdb4e7c4a87359d65e262af81 (commit)
      from  fd989d68685ff0a3b70773498b974a874f4200b3 (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 4bc6b2bab8adbd90380e7d332009f5fb7e524b0f
Author: Eric S. Raymond <address@hidden>
Date:   Wed May 1 14:18:57 2013 -0400

    Suppress a compiler warning.

commit 5009246a0f75087bdb405c035f1e6e6400ea8ccc
Author: Eric S. Raymond <address@hidden>
Date:   Wed May 1 13:40:56 2013 -0400

    Move an assignment to pacify splint.

commit a56272e6490a46f04013f2a58cbfbc45e21c1c06
Author: Eric S. Raymond <address@hidden>
Date:   Wed May 1 13:37:46 2013 -0400

    Splint cleanup, spelling, and style fixes.

commit 981e23a67af4e9c5d225f07979eb81dcc00d2291
Author: Eric S. Raymond <address@hidden>
Date:   Wed May 1 11:52:44 2013 -0400

    Two missing fields in RTCM3 1001 parsing.
    
    Turns out we can't use short in the rtcm3 structure, JSON types won't
    map to it. Well, in theory we could map int to it with a range check
    at parsing time, but it's not worth the effort.
    
    All regression tests pass.

commit 8ed2110796b33df581aeb9a73ec491dd78d9902b
Author: Eric S. Raymond <address@hidden>
Date:   Wed May 1 11:43:29 2013 -0400

    Fix static-check warnings.

commit 5432551d3e90f7c4827b795e7d1048581d4cb46e
Author: Eric S. Raymond <address@hidden>
Date:   Wed May 1 11:23:06 2013 -0400

    Start on support for unpacking RTCM3 JSON.
    
    Only the 1001 sentence so far, with two fields missing. Not usable
    for production yet, but gets infrastructure in place.

commit 8108a76644d3053bdb4e7c4a87359d65e262af81
Author: Eric S. Raymond <address@hidden>
Date:   Wed May 1 09:49:19 2013 -0400

    Fix incorrect UNKNOWN value. Affects parsing of RTCM2 type 4 sentences.

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

Summary of changes:
 SConstruct    |    3 +-
 gps.h         |    2 +-
 gps2udp.c     |  547 +++++++++++++++++++++++++++++++--------------------------
 gps_json.h    |    2 +
 libgps_json.c |   11 ++
 rtcm2_json.c  |    2 +-
 rtcm3_json.c  |  114 ++++++++++++
 serial.c      |    2 +-
 8 files changed, 430 insertions(+), 253 deletions(-)
 create mode 100644 rtcm3_json.c


hooks/post-receive
-- 
GPSD



reply via email to

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