[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-692-g4
From: |
Gary E. Miller |
Subject: |
[gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-692-g401708a |
Date: |
Fri, 17 May 2019 17:04:51 -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 401708a416bd9f5ca93b286854b99e7d2696ba8b (commit)
via fe694f610fc6ca6cb5904001fed1411f59a39453 (commit)
via be2cabf020cdadce60086ab0ad526254492bae86 (commit)
via 031cb48dc3adfc2b239df98f0bbe99da15c3959c (commit)
via b8fb873ad159f1edf64e0aafa499010f2cab831e (commit)
via ef9f2331677beab2e146a56a19161bab979ae3b6 (commit)
from 192618af67245eb9f07ddde3b5754cd26276ff2a (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 401708a416bd9f5ca93b286854b99e7d2696ba8b
Author: Gary E. Miller <address@hidden>
Date: Fri May 17 13:55:17 2019 -0700
libgs_json: Fix SKY json_types.
Broken for big-endian machines. Was overrunning the buffers.
commit fe694f610fc6ca6cb5904001fed1411f59a39453
Author: Gary E. Miller <address@hidden>
Date: Fri May 17 13:43:34 2019 -0700
libgps_json: Fix json_types for meas_t.
json_types are the C types, not really the JSON types.
commit be2cabf020cdadce60086ab0ad526254492bae86
Author: Gary E. Miller <address@hidden>
Date: Fri May 17 13:26:09 2019 -0700
json.c: Add t_byte and t_ubyte decodes.
No changes to existing decodes.
commit 031cb48dc3adfc2b239df98f0bbe99da15c3959c
Author: Gary E. Miller <address@hidden>
Date: Fri May 17 13:08:22 2019 -0700
json.h: Add bytes and ubytes to json_array_t.
No functional changes. Yet.
commit b8fb873ad159f1edf64e0aafa499010f2cab831e
Author: Gary E. Miller <address@hidden>
Date: Fri May 17 12:33:23 2019 -0700
json.h: add ubyte and byte to union addr and union dflt.
No functional change, yet. Also sorted the entries.
commit ef9f2331677beab2e146a56a19161bab979ae3b6
Author: Gary E. Miller <address@hidden>
Date: Fri May 17 12:29:04 2019 -0700
json.h: Add t_byte and t_ubyte to json_type.
This is to allow the existing practice of using unsigned char
fields in satellite_t and meas_t. Those existing uses are
overflowing their fields.
-----------------------------------------------------------------------
Summary of changes:
json.c | 39 +++++++++++++++++++++++++++++++++++++++
json.h | 45 +++++++++++++++++++++++++++++++--------------
libgps_json.c | 34 +++++++++++++++++-----------------
3 files changed, 87 insertions(+), 31 deletions(-)
hooks/post-receive
--
GPSD
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-692-g401708a,
Gary E. Miller <=