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

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

Autoconf Archive branch, master, updated. v2011.12.21-18-g95b1673


From: Receive an e-mail notifications whenever the Git repository changes.
Subject: Autoconf Archive branch, master, updated. v2011.12.21-18-g95b1673
Date: Thu, 5 Apr 2012 07:00:22 +0200

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 "Autoconf Archive".

The branch, master has been updated
       via  95b1673163fceb28034af6ca63d24bd4ac1f069f (commit)
       via  e753131e657be915425f8ff36012f322bc2428f0 (commit)
       via  85a2566c9bc82c6f7f012df36921dbbfed7228b3 (commit)
       via  ca9e8003fd54248d33f266161d50252cecde3107 (commit)
       via  858ca6e1167bbd46bc3eaf8b7b06e08e869894ab (commit)
       via  41cb1513298a5e8a6b20ff27b0e112771814c972 (commit)
       via  ba8f3bfe7c64052c51d8eaa20eaefc8f60bb0d4e (commit)
       via  a93cc150578f2e47f4fbbfaa65d4c34f0271c951 (commit)
       via  7ea1d1b18e5c1c3300936dd89c3e55b5b370ae72 (commit)
       via  017f8a6e30f54b9efdad5015105d7379ee18719c (commit)
      from  4d36fd8862a063dc9cefe87ccfae01f49e586a9d (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 95b1673163fceb28034af6ca63d24bd4ac1f069f
Author: Peter Simons <address@hidden>
Date:   Wed Apr 4 21:18:16 2012 +0200

    NEWS: added paragraph again that was accidentally lost in the last commit

commit e753131e657be915425f8ff36012f322bc2428f0
Author: Zack Weinberg <address@hidden>
Date:   Wed Apr 4 21:13:25 2012 +0200

    AX_CXX_COMPILE_STDCXX_11: new submission
    
    This is a revised version of AX_CXX_COMPILE_STDCXX_0X. The major changes
    are:
    
     - Automatically sets CXXFLAGS to enable support for C++11, and errors out 
if
       no C++11 mode can be found. (Note: currently only supports GCC-style 
-std=
       switches.) Does not define any preprocessor macros.
    
     - Support for other compilers' mode switches will be much easier to add.
    
     - Can be instructed to avoid using C++11-with-extensions compilation 
modes, or
       C++11-without-extensions modes, as appropriate.
    
     - Autoupdate clean.
    
     - Better AC_MSG_CHECKING messages.
    
     - Consistently refers to C++11 rather than C++0x.
    
    See <http://savannah.gnu.org/patch/?7734> for further details.

commit 85a2566c9bc82c6f7f012df36921dbbfed7228b3
Author: Zack Weinberg <address@hidden>
Date:   Wed Apr 4 11:40:57 2012 +0200

    AX_CXX_DELETE_METHOD: check whether the C++11 '= delete' syntax is supported
    
    Further details are at <https://savannah.gnu.org/patch/?7735>.

commit ca9e8003fd54248d33f266161d50252cecde3107
Author: Xiyue Deng <address@hidden>
Date:   Wed Apr 4 11:36:13 2012 +0200

    AX_BOOST_LOCALE: new submission
    
    See <http://savannah.gnu.org/patch/?7743> for further details.

commit 858ca6e1167bbd46bc3eaf8b7b06e08e869894ab
Author: Peter Simons <address@hidden>
Date:   Wed Apr 4 11:32:09 2012 +0200

    AX_BOOST_PYTHON: use consistent word-wrapping in documentation

commit 41cb1513298a5e8a6b20ff27b0e112771814c972
Author: Peter Simons <address@hidden>
Date:   Wed Apr 4 11:29:56 2012 +0200

    AX_BOOST_*: bumped serial numbers

commit ba8f3bfe7c64052c51d8eaa20eaefc8f60bb0d4e
Author: Xiyue Deng <address@hidden>
Date:   Wed Apr 4 11:29:15 2012 +0200

    AX_BOOST_CHRONO: new submission
    
    See <http://savannah.gnu.org/patch/?7721> for further details.

commit a93cc150578f2e47f4fbbfaa65d4c34f0271c951
Author: Xiyue Deng <address@hidden>
Date:   Wed Apr 4 11:22:29 2012 +0200

    AX_BOOST_*: fixed detection of dynamic libraries on Mac OS X (*.dylib)
    
    See <http://savannah.gnu.org/patch/?7719> for further details.

commit 7ea1d1b18e5c1c3300936dd89c3e55b5b370ae72
Author: Anders Kaseorg <address@hidden>
Date:   Sun Mar 11 10:18:45 2012 -0400

    AX_CHECK_LIBRARY: do not use m4_ifnblank
    
    m4_ifnblank requires autoconf 2.64, and doesn’t seem necessary here.

commit 017f8a6e30f54b9efdad5015105d7379ee18719c
Author: Markus Elfring <address@hidden>
Date:   Fri Mar 30 15:30:20 2012 +0200

    AX_PTHREAD: deletion of unreferenced variable "host_cpu"
    
    The CPU did not play a role in the current setting adjustments by this 
script.
    The variable "host_cpu" was therefore deleted and the corresponding pattern
    selection was a bit simplified.

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

Summary of changes:
 NEWS                               |   21 ++++++
 m4/ax_boost_asio.m4                |    7 +-
 m4/ax_boost_chrono.m4              |  118 +++++++++++++++++++++++++++++++++++
 m4/ax_boost_date_time.m4           |    6 +-
 m4/ax_boost_filesystem.m4          |    6 +-
 m4/ax_boost_iostreams.m4           |    6 +-
 m4/ax_boost_locale.m4              |  119 ++++++++++++++++++++++++++++++++++++
 m4/ax_boost_program_options.m4     |    6 +-
 m4/ax_boost_python.m4              |   12 ++--
 m4/ax_boost_regex.m4               |    6 +-
 m4/ax_boost_serialization.m4       |    6 +-
 m4/ax_boost_signals.m4             |    6 +-
 m4/ax_boost_test_exec_monitor.m4   |    8 +-
 m4/ax_boost_thread.m4              |    6 +-
 m4/ax_boost_unit_test_framework.m4 |    8 +-
 m4/ax_boost_wave.m4                |    6 +-
 m4/ax_boost_wserialization.m4      |    6 +-
 m4/ax_check_library.m4             |    6 +-
 m4/ax_cxx_compile_stdcxx_11.m4     |  107 ++++++++++++++++++++++++++++++++
 m4/ax_cxx_delete_method.m4         |   78 +++++++++++++++++++++++
 m4/ax_pthread.m4                   |   16 +++---
 21 files changed, 502 insertions(+), 58 deletions(-)
 create mode 100644 m4/ax_boost_chrono.m4
 create mode 100644 m4/ax_boost_locale.m4
 create mode 100644 m4/ax_cxx_compile_stdcxx_11.m4
 create mode 100644 m4/ax_cxx_delete_method.m4


hooks/post-receive
-- 
Autoconf Archive



reply via email to

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