autoconf-archive-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Autoconf Archive branch master updated. v2015.02.04-10-ged00931


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2015.02.04-10-ged00931
Date: Thu, 05 Feb 2015 12:51:01 +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 "GNU Autoconf Archive".

The branch, master has been updated
       via  ed009311482f4499f263d8fbf2ecabf10093f2e2 (commit)
       via  0f75e40a50ad6d2c8067b6f0163661d37726e618 (commit)
       via  6c542393749556c1db9606d12d614a7f5eb79b40 (commit)
      from  5ba75b6c12e424efb9c6f15d76aa290bf44f2123 (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 ed009311482f4499f263d8fbf2ecabf10093f2e2
Merge: 5ba75b6 0f75e40
Author: Peter Simons <address@hidden>
Date:   Thu Feb 5 13:50:21 2015 +0100

    Merge pull request #19 from amigadave/master
    
    ax_compiler_flags: Add C++ compiler warning checks

commit 0f75e40a50ad6d2c8067b6f0163661d37726e618
Author: David King <address@hidden>
Date:   Thu Feb 5 10:38:05 2015 +0000

    ax_compiler_flags: Adapt for AX_COMPILER_FLAGS_CXXFLAGS
    
    Use the new AX_COMPILER_FLAGS_CXXFLAGS macro in AX_COMPILER_FLAGS to
    test for available C++ compiler warning options, and AC_SUBST them as
    WARN_CXXFLAGS. Pass the EXTRA-*-CFLAGS variables to
    AX_COMPILER_FLAGS_CXXFLAGS, to avoid an explosion of arguments, and as
    most C++ warnings are also valid C warnings.

commit 6c542393749556c1db9606d12d614a7f5eb79b40
Author: David King <address@hidden>
Date:   Thu Feb 5 10:13:05 2015 +0000

    ax_compiler_flags_cxxflags: Add new macro for C++ compiler warnings
    
    Add a new AX_COMPILER_FLAGS_CXXFLAGS macro, which acts similarly to
    AX_COMPILER_FLAGS_CFLAGS, but for the C++ compiler.
    
    Modify the default set of warnings slightly, to remove
    -Waggregate-return, because using it makes it difficult to write
    idiomatic C++ code. Add -Wno-overloaded-virtual as a C++-specific
    warning. Remove C-specific warnings such as -Wnested-externs,
    -Wmissing-prototypes, -Wstrict-prototypes,
    -Wdeclaration-after-statement, -Wold-style-definition and
    -Wimplicit-function-declaration.

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

Summary of changes:
 m4/ax_compiler_flags.m4                            |   10 +++-
 ...ags_cflags.m4 => ax_compiler_flags_cxxflags.m4} |   57 ++++++++++----------
 2 files changed, 37 insertions(+), 30 deletions(-)
 copy m4/{ax_compiler_flags_cflags.m4 => ax_compiler_flags_cxxflags.m4} (68%)


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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