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


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.9-704-g131e553
Date: Sun, 10 Nov 2013 05:52:56 +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  131e55344be3a37b56b9671644f38bb964abe175 (commit)
       via  170c15b35650427daa47fd8f70676daa1736343f (commit)
      from  79c9ef1c9a5455342300d24333b982cadd58815e (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 131e55344be3a37b56b9671644f38bb964abe175
Author: Beat Bolli <address@hidden>
Date:   Sat Nov 9 15:28:48 2013 +0100

    cgps: don't overwrite partial lines in the message dump.
    
    Signed-off-by: Beat Bolli <address@hidden>
    Signed-off-by: Eric S. Raymond <address@hidden>

commit 170c15b35650427daa47fd8f70676daa1736343f
Author: Beat Bolli <address@hidden>
Date:   Fri Nov 8 23:43:33 2013 +0100

    RTCM V2: use scons to determine the location of <endian.h>.
    
    There are three cases to consider:
    
    - The compiler has built-in endianness macros. In this case, endian.h is
      not needed at all. The predefined symols are called
      __ORDER_BIG_ENDIAN_, __ORDER_LITTLE_ENDIAN__ and __BYTE_ORDER__.
    
    - <endian.h> exists.
    
    - <sys/endian.h> exists.
    
    This commit covers all three cases at configure time, as Greg Troxel
    wanted it.
    
    Relevant discussion can be found on the GCC mailing list:
    http://gcc.gnu.org/ml/gcc-help/2007-07/msg00342.html
    
    Of course, the optimal solution would get rid of the bit field
    structures and use bits.h to extract the values from the buffer in an
    endianess-independent way.
    
    Signed-off-by: Beat Bolli <address@hidden>
    Signed-off-by: Eric S. Raymond <address@hidden>

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

Summary of changes:
 SConstruct     |   23 +++++++++++++++++++++++
 cgps.c         |    6 +++++-
 driver_rtcm2.c |   32 +++++++++++++++++++-------------
 3 files changed, 47 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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