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. v2014.10.15-65-g7c414b6


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive branch master updated. v2014.10.15-65-g7c414b6
Date: Mon, 26 Jan 2015 15:55: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 "GNU Autoconf Archive".

The branch, master has been updated
       via  7c414b6bb3f41bc5d72ff2eb60531a4cff5dbd24 (commit)
       via  83c84c32f4c515005571cead4ca39cf6cceca051 (commit)
       via  77f19dd235cb7bf982dfb4b1cebc0e0c33e88ded (commit)
       via  0712d7feca6f35bc9936004a5c3408214a9acdef (commit)
      from  db885c0bc63b8c36754f5e7d567620dc04b0479a (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 7c414b6bb3f41bc5d72ff2eb60531a4cff5dbd24
Author: Peter Simons <address@hidden>
Date:   Mon Jan 26 16:49:57 2015 +0100

    Re-format AX_COMPILER_FLAGS_* into canon and bump the #serial numbers.

commit 83c84c32f4c515005571cead4ca39cf6cceca051
Author: Philip Withnall <address@hidden>
Date:   Mon Jan 26 13:58:04 2015 +0000

    ax_compiler_flags_gir: Add a compiler flags macro for g-ir-scanner
    
    g-ir-scanner is a tool used within a lot of GNOME projects to generate
    introspection data from C APIs. It has a couple of warning flags (and is
    not likely to gain any more in the future), and chaining them to
    --enable-compile-warnings would be useful.
    
    Integrate AX_COMPILER_FLAGS_GIR into AX_COMPILER_FLAGS so that it’s
    enabled by default.

commit 77f19dd235cb7bf982dfb4b1cebc0e0c33e88ded
Author: Philip Withnall <address@hidden>
Date:   Mon Jan 26 13:54:02 2015 +0000

    ax_compiler_flags: Split out into separate macros per tool
    
    Unfortunately, the API for AX_COMPILER_FLAGS does not scale for more
    than two tools, due to the number of parameters required.
    
    Without breaking API, split AX_COMPILER_FLAGS out into:
     • AX_COMPILER_FLAGS_CFLAGS
     • AX_COMPILER_FLAGS_LDFLAGS
    and use both of these in the implementation of AX_COMPILER_FLAGS.
    
    This means that support for a new tool can be implemented as a separate
    macro, and used inside AX_COMPILER_FLAGS if deemed necessary, without
    necessarily needing to add new EXTRA-* parameters for it — if people
    want to add extra parameters for the tool, they can invoke
    AX_COMPILER_FLAGS_* manually.

commit 0712d7feca6f35bc9936004a5c3408214a9acdef
Author: Philip Withnall <address@hidden>
Date:   Mon Jan 26 11:55:37 2015 +0000

    ax_compiler_flags: Document approach for locally disabling warnings
    
    Instead of using ‘-Wno-*’ to disable a warning which the compiler is
    erroneously emitting, use #pragmas to disable it for a specific source
    code line.

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

Summary of changes:
 m4/ax_compiler_flags.m4         |  145 +++++++--------------------------------
 m4/ax_compiler_flags_cflags.m4  |  127 ++++++++++++++++++++++++++++++++++
 m4/ax_compiler_flags_gir.m4     |   68 ++++++++++++++++++
 m4/ax_compiler_flags_ldflags.m4 |   90 ++++++++++++++++++++++++
 4 files changed, 311 insertions(+), 119 deletions(-)
 create mode 100644 m4/ax_compiler_flags_cflags.m4
 create mode 100644 m4/ax_compiler_flags_gir.m4
 create mode 100644 m4/ax_compiler_flags_ldflags.m4


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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