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.15-75-


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.15-75-gade4470
Date: Tue, 05 Jan 2016 00:40:43 +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  ade44708148b3034b19e1e8226bb10ac42f6289c (commit)
      from  469f00e0ba8792e82278f40e69057cda8be1c193 (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 ade44708148b3034b19e1e8226bb10ac42f6289c
Author: Gary E. Miller <address@hidden>
Date:   Mon Jan 4 16:33:57 2016 -0800

    Clean up stdatomic.h confusion with C++
    
    For atomics:
    C98 and above needs <stdatomic.h>
    C++11 and above needs <atomic>
    C++98 and C++03 have no atomics
    
    So this leaves a little hole where we have no atomics for C++98 and
    C++03.  So C++ clients need tp be careful...

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

Summary of changes:
 compiler.h |   28 +++++++++++++++++++++-------
 1 files changed, 21 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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