|
[yoda-svn] yoda: 3 new changesetsYODA Mercurial yoda at projects.hepforge.orgThu Sep 14 02:30:02 BST 2017
details: https://yoda.hepforge.org/hg/yoda/rev/b06ab6b3bfca branches: changeset: 1395:b06ab6b3bfca user: Andy Buckley <andy at insectnation.org> date: Wed Sep 13 23:42:40 2017 +0100 description: Remove UNUSED macro in favour of anonymous args. details: https://yoda.hepforge.org/hg/yoda/rev/83eaed6ee65c branches: changeset: 1396:83eaed6ee65c user: Andy Buckley <andy at insectnation.org> date: Wed Sep 13 23:43:00 2017 +0100 description: Fix zip mode flag passing, etc. details: https://yoda.hepforge.org/hg/yoda/rev/becde406bc6c branches: changeset: 1397:becde406bc6c user: Andy Buckley <andy at insectnation.org> date: Wed Sep 13 23:56:06 2017 +0100 description: Improved format-string handling code diffs (truncated from 312 to 50 lines): --- a/ChangeLog Mon Sep 11 11:08:23 2017 +0100 +++ b/ChangeLog Wed Sep 13 23:56:06 2017 +0100 @@ -1,3 +1,9 @@ +2017-09-13 Andy Buckley <andy.buckley at cern.ch> + + * Remove UNUSED macro in favour of anonymous args. + + * Enable zipped writing... but only works from C++ so far. + 2017-09-11 Andy Buckley <andy.buckley at cern.ch> * Add HistoBin2D::area(), and provide a default normto=1.0 --- a/configure.ac Mon Sep 11 11:08:23 2017 +0100 +++ b/configure.ac Wed Sep 13 23:56:06 2017 +0100 @@ -59,7 +59,7 @@ fi -## Optional zlib support +## Optional zlib support for gzip-compressed data streams/files AX_CHECK_ZLIB ## Optional ROOT compatibility @@ -156,7 +156,7 @@ ## Extend and substitute the default build flags after lib testing -AM_CPPFLAGS="-I\$(top_srcdir)/include -I\$(top_builddir)/include" +AM_CPPFLAGS="-I\$(top_srcdir)/include -I\$(top_builddir)/include ${CPFLAGS}" AC_SUBST(AM_CPPFLAGS) AC_SUBST(AM_CXXFLAGS) --- a/include/YODA/Config/BuildConfig.h.in Mon Sep 11 11:08:23 2017 +0100 +++ b/include/YODA/Config/BuildConfig.h.in Wed Sep 13 23:56:06 2017 +0100 @@ -32,23 +32,25 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory in which libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define to 1 if you have libz and its headers. */ +#undef HAVE_LIBZ -// Macro to help with overzealous compiler warnings
More information about the yoda-svn mailing list |