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

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

GNU Autoconf Archive annotated tag v2015.02.04 created. v2015.02.04


From: E-mail notifications for the Autoconf Archive git repository.
Subject: GNU Autoconf Archive annotated tag v2015.02.04 created. v2015.02.04
Date: Wed, 04 Feb 2015 12:24:30 +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 annotated tag, v2015.02.04 has been created
        at  06ab78be731e434efe39c11a91a70df7b527c386 (tag)
   tagging  6ddf085ffd6c699070fe61cdc09e76743a49875f (commit)
  replaces  v2014.10.15
 tagged by  Peter Simons
        on  Wed Feb 4 13:18:03 2015 +0100

- Log -----------------------------------------------------------------
Autoconf Archive Version 2015.02.04
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABAgAGBQJU0g37AAoJEEG8KP6ZCJ1yv5MIAJSpPdDcpJB90czh41AzY4PC
eETrZgyCu0qd6bw4EghzV6xh797lrp+kA83+i4I6vjJe+PLSUx93W5cgh6i5sZaI
HAbgqJBqIrsz8ztqgwMMTHk6i4BzUoy/wWxkaT4fYexkELRI1P+sUX5c2kgLfIEa
glQPgzOf9ntuibzj5o4lpaI+w1Y7u05ngURz5xMoGaCLExwiZ60kcgc3WJtEkowE
rA5pCP/BQmjbYrSnop4yJEdKq1vVkUPySjqWesRK6dQd3HokfNcei6cEHTjOzT27
0sIBx/QlhpNC3TosdD54lfuD5RMuEzKnpDQmlbXBT4y4vDPzcoxcy9+nb6tbAMI=
=2Qu2
-----END PGP SIGNATURE-----

Bastien ROUCARIÈS (25):
      Prepare to replace ax_have_opengl by call of ax_check_gl
      Add ax_check_glx.m4
      Improve compatibility with ax_have_opengl
      Use ax_check_gl* for ax_have_opengl
      Add AC_OBSOLETE to m4/ax_have_opengl.m4
      Use AX_COMPILER_VENDOR for AX_CXX_COMPILER_VENDOR
      Modernize ax_cxx_bool.m4
      Modernize AX_CXX_COMPLEX_MATH_IN_NAMESPACE_STD
      Modernize  m4/ax_cxx_const_cast.m4
      Modernize ax_cxx_templates.m4
      Modernize ax_cxx_default_template_parameters.m4
      Clarify why ax_cxx_dtor_after_atexit.m4
      Modernize ax_cxx_dtor_after_atexit.m4
      Add __CODEGEARC__ to detection of borland compiler
      Add ax_compiler_version
      Add tcc to m4/ax_compiler_vendor.m4
      Add tcc to compiler version
      Add obsolete header to ax_cxx_compiler_vendor.m4 and ax_have_opengl.m4
      Improve ax_gcc_version.m4
      Detect gcov program in m4/ax_code_coverage.m4
      Use gcov location with lcov
      Modernize ax_append_flag, ax_check_*_flag
      Add case of variable contain $1 at end of FLAG
      Improve m4/ax_check_enable_debug.m4
      Add ax_cxx_erase_constant_iterator.m4

Chun-Chung Chen (1):
      AX_LIB_HDF5: remove extra space from include path flag

David King (1):
      ax_compiler_flags_cflags: Fix argument indexes

Emil Mikulic (1):
      AX_CODE_COVERAGE requires AC_PROG_SED.

Eric Gallager (2):
      rename README to README.md
      add back un-suffixed README to this branch, too

John Peterson (1):
      Test that we can actually #include <omp.h> successfully, not just 
prototype an OpenMP function.

Kevin Cernekee (1):
      AX_CHECK_VSCRIPT: initial version

Peter Simons (27):
      maint: post-release administrivia
      AX_BOOST_PYTHON: use unique names for local variables
      Merge pull request #1 from cooljeanius/markdown
      Merge pull request #2 from kedzie/master
      Merge pull request #3 from karypid/master
      AX_PERL_MODULE_VERSION: use more portable syntax for shell arithmetic
      NEWS: document recent changes
      cfg.mk: copy 'README.md' to 'README' as part of the 'maintainer-all' 
target
      Merge pull request #8 from tprk77/revert-8254277
      Merge pull request #9 from pwithnall/ax-pkg-check-modules-args
      AX_LUA: cosmetic
      AX_HAVE_OPENGL: drop trailing whitespace (and fix the #serial number in 
the process)
      AX_CHECK_GLX: fix #serial number (and minor cosmetic)
      AX_COMPILER_VERSION: avoid use of Unicode characters in documentation
      Merge pull request #11 from pwithnall/valgrind-libtool
      AX_CXX_ERASE_ITERATOR_TYPE: fix formatting
      Re-format AX_COMPILER_FLAGS_* into canon and bump the #serial numbers.
      Merge pull request #14 from amigadave/master
      Merge pull request #15 from jwpeterson/ax_openmp
      AX_IS_RELEASE: cosmetic
      Update the NEWS file.
      NEWS, README.md: bump version for release
      Bump date stamp in copyright notices to 2015.
      Makefile.am: erase README during maintainer-clean
      Ignore (and clean) generated file doc/gendocs_template_min.
      AX_COMPILER_FLAGS_GIR: strip trailing whitespace
      AX_COMPILER_VERSION: strip trailing whitespace

Philip Withnall (12):
      AX_PKG_CHECK_MODULES: Add pkg-config wrapper splitting private deps
      AX_COMPILER_FLAGS: Add macro enabling a consistent set of compiler flags
      AX_VALGRIND_CHECK: Add a macro to enable Valgrind on `make check`
      AX_VALGRIND_CHECK: Refactor a little to ensure log files are cleaned
      AX_PKG_CHECK_MODULES: Add ACTION-IF-[NOT-]FOUND arguments
      ax_valgrind_check: Support running without libtool
      ax_compiler_flags: Add two extra warning CFLAGS
      ax_compiler_flags: Document approach for locally disabling warnings
      ax_compiler_flags: Split out into separate macros per tool
      ax_compiler_flags_gir: Add a compiler flags macro for g-ir-scanner
      ax_is_release: Add AX_IS_RELEASE to check for compiling release tarballs
      ax_check_enable_debug: Add an IS-RELEASE argument to change the default

Reuben Thomas (2):
      ax_lua.m4: add precautionary casts to number
      ax_lua.m4: bump serial by 2

Tim Perkins (4):
      Revert "AX_LUA: fix initialization of ac_cv_header_lua_h."
      ax_lua.m4: proper use of sed.
      ax_lua.m4: make Lua pieces work with Lua 5.0.
      ax_lua.m4: serial number, oops.

Vaclav Zeman (1):
      Check for constructor attribute with and without priority support.

Vinson Lee (1):
      AX_PROG_FLEX: Also accept gflex.

karypid (1):
      Support standard Oracle JDK installation layout on Mac OS X.

kedzie (1):
      Fixed variable name type (ax_prog_javah_bin_dir) and follow javah symlink 
to java installation folder to find jni.h

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


hooks/post-receive
-- 
GNU Autoconf Archive



reply via email to

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