Next | Query returned 16 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2015-02-25 17:52:08 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2015.02.24:

* Noteworthy changes in release 2015.02.24 (2015-02-24) [stable]

  AX_CHECK_ENABLE_DEBUG now uses $ax_is_release as default for IS-RELEASE.

  AX_IS_RELEASE now supports micro-version policies.

  Portability of AX_CXX_COMPILE_STDCXX_0X has been improved.

  AX_PROG_HAXE_VERSION is a new macro to detect the presence of Haxe
  <http://haxe.org>.

  AX_COMPILER_FLAGS has undergone extensive re-factoring.

  AX_COMPILER_FLAGS_CXXFLAGS is a new macro that tests available C++ compiler
  warnings.

  AX_CXX_COMPILE_STDCXX_11 can now test for SFINAE with template aliases.

  AX_APPEND_FLAG: Fix a regression introduced in the previous release.
   2015-02-07 13:00:00 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2015.02.04:

* Noteworthy changes in release 2015.02.04 (2015-02-04) [stable]

  AX_OPENMP: Test that we can actually #include <omp.h> successfully.

  AX_COMPILER_FLAGS was re-factored into AX_COMPILER_FLAGS_CFLAGS and
  AX_COMPILER_FLAGS_LDFLAGS.

  AX_CODE_COVERAGE detects gcov program.

  AX_VALGRIND_CHECK now supports running without libtool.

  AX_GCC_VERSION was improved.

  Re-factored and modernized the macros AX_CXX_TEMPLATES, AX_CXX_CONST_CAST,
  AX_CXX_COMPLEX_MATH_IN_NAMESPACE_STD, AX_CXX_BOOL, AX_APPEND_FLAG,
  AX_CHECK_*_FLAG, AX_CHECK_ENABLE_DEBUG, and
  AX_CXX_DEFAULT_TEMPLATE_PARAMETERS.

  AX_CXX_COMPILER_VENDOR was deprecated in favor of AX_COMPILER_VENDOR.

  AX_HAVE_OPENGL was deprecated in favor of AX_CHECK_GL, AX_CHECK_GLU,
  AX_CHECK_GLUT, and AX_CHECK_GLX.

  AX_CHECK_GL has a new parameter --with-mesa that allows choosing the order of
  opengl lib detection.

  Portability of AX_LUA was improved. Support for LUA 5.0 was added.

  New macros AX_IS_RELEASE, AX_COMPILER_FLAGS_GIR, AX_CXX_ERASE_ITERATOR_TYPE,
  AX_COMPILER_VERSION, AX_CHECK_GLX, AX_CHECK_VSCRIPT, AX_VALGRIND_CHECK,
  AX_PKG_CHECK_MODULES, and AX_COMPILER_FLAGS were added.

  AX_PROG_FLEX: Also accept gflex.

  AX_LIB_HDF5: remove extra leading space from include path flag. That space
  creeps into HDF5_CPPFLAGS and breaks the include path flag into two tokens,
  e.g., "-I" and "/usr/include". While this may be legal and \ 
doesn't affect the
  compilation, it does break some library tools (e.g., when the macro is used
  in building a dynamic library that uses pkg-config).

  AX_PERL_MODULE_VERSION: use more portable syntax for shell arithmetic.

  AX_JNI_INCLUDE_DIR: support standard Oracle JDK installation layout on Mac OS
  X.

  AX_PROG_JAVAH_BIN_DIR: fix misspelled variable name and follow javah symlink
  to find jni.h.

  AX_BOOST_PYTHON: use unique names for local variables
   2015-01-16 10:18:54 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2014.10.15:

* Noteworthy changes in release 2014.10.15 (2014-10-15) [stable]

  A brand-new Github mirror of the Archive's Git repository is available at
  <https://github.com/peti/autoconf-archive>. That project allows developers to
  submit patches as Pull Requests instead of having to go through Savannah's
  patch tracker.

  The Archive no longer creates release tarballs compressed with gzip and
  bzip2; only tarballs compressed with xz and lzip are distributed.

  AX_LIB_POSTGRESQL: substitute CPPFLAGS rather than CFLAGS.

  AX_GCC_ARCHFLAG: Rewrite x86 support <https://savannah.gnu.org/patch/?8514>
  and extend Clang support <https://savannah.gnu.org/patch/index.php?8515>.

  AX_GCC_VAR_ATTRIBUTE: support the init_priority attribute.

  AX_PERL_MODULE_VERSION: fix a misspelled variable name. Other unfixed issues
  remain. See <https://savannah.gnu.org/patch/index.php?8507>.

  AX_BOOST_PYTHON: several issue have beeen fixed. Further details can be found
  at <https://savannah.gnu.org/patch/index.php?8540>.

  AX_HAVE_QT: Only check $PATH and qmake for Qt variables. The old logic for
  detecting Qt without $PATH or qmake was never very reliable and the last
  change to this macro broke it entirely. If the Qt variables cannot be found
  via $PATH and qmake, then it would be best to manually define them in the
  makefile.

  AX_TLS: fix quoting problem.

  AX_F90_LIBRARY: several bug fixes and improvements. Further details are at
  <https://savannah.gnu.org/patch/?8500>.

  AX_LUA: fix initialization of ac_cv_header_lua_h. Further details are at
  <https://savannah.gnu.org/patch/?8505>.

  AX_AT_CHECK_PATTERN: executes a test similar to AT_CHECK(), except that
  stdout and stderr are awk regular expressions. Further details can be found
  at <https://savannah.gnu.org/patch/?8492>.

  AX_OPENMP: prevent false negative due to -Wunused-variable.

  AX_COMPILER_VENDOR: improve detection of the CRAY compiler.

  AX_ENABLE_BUILDDIR: support absolute paths.

  AX_HAVE_QT: auto-detect Qt 5 by querying $PATH and qmake. Submitted in
  <https://savannah.gnu.org/patch/index.php?8486>.

  AX_CHECK_ENABLE_DEBUG: add an --enable-debug option which defines an
  ENABLE_DEBUG cpp variable if set. Submitted in
  <https://savannah.gnu.org/patch/index.php?8452>.

  AX_CODE_COVERAGE: new macro which contains all the necessary logic and
  Makefile rules for instrumenting a project with code coverage using lcov.
  Submitted in <https://savannah.gnu.org/patch/index.php?8451>.

  AX_LIB_HDF5: don't overwrite the CPPFLAGS variable. Submitted in
  <https://savannah.gnu.org/patch/index.php?8449>.

  AX_BOOST_BASE: fix for x32 systems. This subject probably needs more
  attention, though. See <https://savannah.gnu.org/patch/index.php?8433>.

  AX_BERKELEY_DB(_CXX): add --with-libdb option so that this macros works on
  OSX with home-brew installed version of BDB. Submitted in
  <https://savannah.gnu.org/patch/index.php?8416>.

  AX_CXX_HAVE_PLACEHOLDERS: check if std::placeholders is defined in
  <functional>. Submitted it \ 
<https://savannah.gnu.org/patch/index.php?8414>.

  AX_LIB_HDF5: add support for recognizing HDF5 built with ccache. Submitted in
  <https://savannah.gnu.org/patch/index.php?8450>.

  AX_CC_MAXOPT: Improve CPUID identification patterns as mentioned in
  patch #8514. Add ICC options added in version 11.0 (which deprecates older
  -xX style options). Add support for latest Intel performance processors
  (see #8514 for details). See <https://savannah.gnu.org/patch/index.php?8522>.

  AX_EXECINFO: new macro to test execinfo size type. Submitted in
  <https://savannah.gnu.org/patch/index.php?8525>.

  AX_CXX_VAR_PRETTYFUNC: new macro to determine the function name.

  AX_CC_MAXOPT: default to -O2 for MSVC instead of -O3.

  AX_CXX_HAVE_REFERENCE_WRAPPER, AX_CXX_HAVE_BAD_FUNCTION_CALL,
  AX_CXX_HAVE_BIND, AX_CXX_HAVE_BIT_AND, AX_CXX_HAVE_BIT_OR,
  AX_CXX_HAVE_BIT_XOR, AX_CXX_HAVE_CREF, AX_CXX_HAVE_FUNCTION,
  AX_CXX_HAVE_HASH, AX_CXX_HAVE_IS_BIND_EXPRESSION, AX_CXX_HAVE_IS_PLACEHOLDER,
  AX_CXX_HAVE_MEM_FN, AX_CXX_HAVE_REF: remove dependency on AX_CXX_NAMESPACES.

  AX_BOOST_BASE has been extended to recognize ppc64le as a lib64 architecture.
  Submitted in <https://savannah.gnu.org/patch/index.php?8473>.

  AX_PROG_FLEX has been extended to support OpenBSD.

  AX_COUNT_CPUS has been extended to support Win32 (and Win64). Further
  details are at <http://savannah.gnu.org/patch/index.php?8381>.

* Noteworthy changes in release 2014.02.28 (2014-02-28) [stable]

  AX_PERL_EXT has been extended to report back the installation prefix as
  PERL_EXT_PREFIX.

  AX_EXT has been extended to deal with a situation where
  AX_GCC_X86_CPUID(0x00000001) returns 'unknown'. Further details can be found
  at <http://savannah.gnu.org/patch/?8321>.

  AX_ZONEINFO has improved support for AIX. Further details can be found at
  <http://savannah.gnu.org/patch/?8313>.

  The set of search paths checked by AX_LUA has been extended, mostly in an
  effort to support FreeBSD and OpenBSD: <http://savannah.gnu.org/patch/?8318>
  and <http://savannah.gnu.org/patch/?8355> have further details.

  The new macros AX_CXX_HAVE_BAD_FUNCTION_CALL, AX_CXX_HAVE_BIND,
  AX_CXX_HAVE_BIT_AND, AX_CXX_HAVE_BIT_OR, AX_CXX_HAVE_BIT_XOR,
  AX_CXX_HAVE_CREF, AX_CXX_HAVE_FUNCTION, AX_CXX_HAVE_HASH,
  AX_CXX_HAVE_IS_BIND_EXPRESSION, AX_CXX_HAVE_IS_PLACEHOLDER,
  AX_CXX_HAVE_MEM_FN, AX_CXX_HAVE_REF, and AX_CXX_HAVE_REFERENCE_WRAPPER have
  been added.

  M4sugar and M4sh added to AX_PROG_JAR, AX_PROG_JAVA, AX_PROG_JAVAC, and
  AX_PROG_JAVADOC. Also fixed a path discrepancy with AX_JAVA_OPTIONS. See
  <http://savannah.gnu.org/patch/index.php?8279> for further details.

  The "mandatory" option in AX_CXX_COMPILE_STDCXX_11 has been fixed, and
  support for Gentoo's hardened GCC has been improved. Further details are at
  <http://savannah.gnu.org/patch/index.php?8287>.

  Three new macros were submitted in <http://savannah.gnu.org/patch/?8260>:

   - AX_GCC_BUILTIN is used to detect GCC-compatible built-in functions (e.g.
     AX_GCC_BUILTIN([__builtin_expect]) to check for __builtin_expect()).

   - AX_GCC_FUNC_ATTRIBUTE used to detect GCC-compatible function attributes
     (e.g. AX_GCC_FUNC_ATTRIBUTE([pure]) to check for _attribute_((pure))).

   - AX_GCC_VAR_ATTRIBUTE is used to detect GCC-compatible variable attributes
     (e.g. AX_GCC_VAR_ATTRIBUTE([unused]) to check for _attribute_((unused))).

  AX_BOOST_BASE has been updated to recognize the new multi-arch system paths
  on Ubuntu 13.10 x86_64. See <http://savannah.gnu.org/patch/?8254> for further
  details.

  Fixed a cut-and-paste error in AX_CREATE_PKGCONFIG_INFO. Further details are
  available at <http://savannah.gnu.org/patch/?8238>.

  Extended AX_CHECK_{PREPROC,COMPILE,LINK}_FLAG macros to accept an additional
  "input" argument. See <http://savannah.gnu.org/patch/?8247> \ 
for further
  details.

  Fix recognition of UltraSparc IIi in AX_GCC_ARCHFLAG. Further details can be
  found at <http://savannah.gnu.org/patch/?8235>.
   2013-11-03 10:05:18 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2013.11.01:

* Noteworthy changes in release 2013.11.01 (2013-11-01) [stable]

  AX_PROG_CXX_MPI has been updated to recognize an MPI C++ compiler. Further
  details are at <http://savannah.gnu.org/patch/?8218>.

  The new macro AX_AM_OVERRIDE_VAR allows "overriding" of user provided
  variables for Automake. See <http://savannah.gnu.org/patch/?8213> for further
  details.

  AX_COMPILER_VENDOR has been extended to support detection of Fujitsu
  compilers. See <http://savannah.gnu.org/patch/index.php?8212> for further
  details.

  AX_TRY_RUN_JAVA and AX_TRY_COMPILE_JAVA has been made more picky about what
  they delete. See <http://savannah.gnu.org/patch/index.php?8211> for further
  details.

  The new macro AX_PROG_SCALA checks that scala is available. Further details
  are available at <http://savannah.gnu.org/patch/index.php?8198>.

  The new macro AX_FIND_SCALA_STDLIB add support for finding the jar containing
  the Scala Standard Library. See <http://savannah.gnu.org/patch/?8197> for
  further details.

  The new macro AX_PROG_SCALAC provides support for finding a Scala compiler.
  See <http://savannah.gnu.org/patch/index.php?8195> for further details.

  The new macres AX_FIND_HAMCREST and AX_FIND_JUNIT have been added, which
  provide support for finding the jars of JUnit and Hamcrest. Please refer to
  <http://savannah.gnu.org/patch/index.php?8196> for further details.

  AX_PTHREAD has been extended to support Clang. Further details can be found
  at <http://savannah.gnu.org/patch/?8186>.

  The macros AX_GCC_LIBRARIES_DIR and AX_GCC_VERSION have been marked obsolete
  because they depend on the obsolete AX_GCC_OPTION macro. Further details can
  be found at \ 
<http://lists.gnu.org/archive/html/autoconf-archive-maintainers/2013-09/msg00000.html>.

  New macros AX_BOOST_CONTEXT, AX_BOOST_COROUTINE, AX_BOOST_LOG, AND
  AX_BOOST_LOG_SETUP have been added to detect Boost.Log and Boost.Coroutine.

  AX_PROG_PERL_VERSION has been extended to recognize recent versions of Perl.
  See <http://savannah.gnu.org/patch/?8144> for further details.

  AX_JNI_INCLUDE_DIR now recognizes the $JAVA_HOME environment variable when
  trying to locate the Java SDK. See <http://savannah.gnu.org/patch/?8155> for
  further details.

  AX_EXT has been extended to recognize cases where a CPU supports AVX, but the
  operating system does not. See <http://savannah.gnu.org/patch/?8084> for
  further details.

  Support for 64-bit FreeBSD has been improved in AX_EXT, AX_GCC_ARCHFLAG. See
  <http://savannah.gnu.org/patch/?8085> for further details.

  AX_BOOST_BASE has been extended to recognize aarch64 as a lib64 architecture.

  A bug in AX_LIB_HDF5 has been fixed that would result in $CC not being
  restored properly after testing.
   2013-06-11 11:14:55 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 2013.06.09:

* Noteworthy changes in release 2013.06.09 (2013-06-09) [stable]

  AX_PROG_FLEX has been updated to be more liberal about the name of the flex
  executable.

  AX_LIB_HDF5 has been updated to support the variables HDF5_CC, HDF5_FC, and
  HDF5_LIBS. See <http://savannah.gnu.org/patch/?8026> for further details.

  AX_XSDCXX has been added; a macro to find the CodeSynthesis XSD executable
  and the corresponding headers. See <http://savannah.gnu.org/patch/?8011>
  for further details.

  AX_PYTHON_DEVEL no longer overrides LOCALMODLIBS. Further details are
  available at <http://savannah.gnu.org/patch/index.php?8065>.

  The portability of AX_ZONEINFO has been improved. Further details can be
  found at <http://savannah.gnu.org/patch/index.php?8029>.

  The configure flags generated by AX_ENABLE_DEFAULT_ACLOCALDIR have been
  fixed.

  AX_CHECK_GLU and AX_CHECK_GLUT have been added again by a new maintainer.

* Noteworthy changes in release 2013.04.06 (2013-04-06) [stable]

  AX_PROG_CC_FOR_BUILD and AX_PROG_CXX_FOR_BUILD have been simplified to
  require only AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM. Further
  details are available at <http://savannah.gnu.org/patch/?7989>.

  A substantially updated version of the formerly obsoleted AX_CHECK_GL macro
  has been added again in <http://savannah.gnu.org/patch/?7986>.

  The new macro AX_LIB_SAMTOOLS has been added to check for Samtools
  <http://samtools.sourceforge.net/>. See \ 
<http://savannah.gnu.org/patch/?7983>
  for further details.

  The new macro AX_LIB_TABIX has been added to check for Tabix
  <http://samtools.sourceforge.net/tabix.shtml>. Further details are available
  at <http://savannah.gnu.org/patch/?7984>.

  AX_CXX_COMPILE_STDCXX_11 has been extended to test for the "auto" \ 
keyword.
  Further details can be found at <http://savannah.gnu.org/patch/?7985>.

  Support for AIX has been improved in AX_PTHREAD. Further details are
  available at <http://savannah.gnu.org/patch/?7973>.

  AX_PYTHON_DEVEL's ability to detect the proper suffix for shared libraries
  has been improved. See <http://savannah.gnu.org/patch/?7953> for further
  details.

  AX_BOOST_PYTHON has been switched to AX_PYTHON_DEVEL. Further details are
  available at <http://savannah.gnu.org/patch/?7979> and at
  <http://savannah.gnu.org/patch/?7980>.

  Fixed AX_LIB_EXPAT not to overwrite $LIBS. Furthermore, linker flags are now
  returned in $EXPAT_LDFLAGS instead of $EXPAT_LIBS. Further details are
  available at <http://savannah.gnu.org/patch/?7968>.

  AX_PYTHON has been updated to use the "distutils" module to find Python's
  header files instead of depending on the "locate" command. Further \ 
details
  are at <http://savannah.gnu.org/patch/?7966>.

  AX_PYTHON_DEVEL has been extended to support ubuntu 13.04. See
  <http://savannah.gnu.org/patch/?7965> for further details.

  Incorrect CPU detection in AX_GCC_ARCHFLAG has been fixed. See
  <http://savannah.gnu.org/patch/?7978> for further details.

  AX_EXT has been extended to recognize AVX SIMD instructions.

  A release tarball was added that is compressed with the free lzip utility.

  AX_JNI_INCLUDE_DIR has been extended to support FreeBSD.

  AX_PYTHON has been extended to support ArchLinux. See
  <http://savannah.gnu.org/patch/?7951> for further details.

  AX_PYTHON_DEVEL has been extended to support ArchLinux. See
  <http://savannah.gnu.org/patch/?7953> for further details.

  A minor bug in AX_BOOST_ASIO has been fixed. Further details are at
  <http://savannah.gnu.org/patch/index.php?7959>.
   2013-02-03 12:24:49 by Thomas Klausner | Files touched by this commit (3)
Log message:
Update to 2013.02.02:

* Noteworthy changes in release 2013.02.02 (2013-02-02) [stable]

  Support for AIX has been improved in AX_PTHREAD. Further details are
  available at <http://savannah.gnu.org/patch/index.php?7911>.

  AX_BOOST_FILESYSTEM has been improved to work more reliable on non-GNU
  systems. See <http://savannah.gnu.org/patch/?7921> for further details.

  The new macro AX_LIB_EV has been added, which checks for libev in a
  pkg-config-like manner. The purpose of the macro is to unifty behaviour
  between distros that come with libev.pc and systems (e.g. upstream) that
  don't. Further details are at <http://savannah.gnu.org/patch/?7938>.

  The portability of AX_PYTHON has been improved. Also, the macro now
  recognizes more recent versions of the Python interpreter, too. See
  <http://savannah.gnu.org/patch/?7897> for further details.

  Support for cross-compilation in AX_PROG_CC_FOR_BUILD has been improved.
  See <http://savannah.gnu.org/patch/index.php?7890> for further details.

  The new macro AX_PROG_CXX_FOR_BUILD has been added. Further details are
  available at <http://savannah.gnu.org/patch/?7891>.

  Mac OS X support in AX_OPENMP has been improved. Further details are
  available at <http://savannah.gnu.org/patch/?7893>.

Next | Query returned 16 messages, browsing 11 to 20 | previous