|
[yoda-svn] yoda: 2 new changesetsYODA Mercurial yoda at projects.hepforge.orgWed Sep 23 10:00:01 BST 2015
details: https://yoda.hepforge.org/hg/yoda/rev/e3f1d286e64a branches: changeset: 1134:e3f1d286e64a user: Andy Buckley <andy at insectnation.org> date: Wed Sep 23 09:38:44 2015 +0100 description: Update Boost version requirement to 1.48, due to use of type_traits/has_dereference, and add a check for that feature's header. Preparing for 1.53 bugfix release details: https://yoda.hepforge.org/hg/yoda/rev/939fee83e0a3 branches: changeset: 1135:939fee83e0a3 user: Andy Buckley <andy at insectnation.org> date: Wed Sep 23 09:58:14 2015 +0100 description: Added tag yoda-1.5.3 for changeset e3f1d286e64a diffs (truncated from 53 to 50 lines): --- a/.hgtags Sat Sep 19 23:15:04 2015 +0100 +++ b/.hgtags Wed Sep 23 09:58:14 2015 +0100 @@ -21,3 +21,4 @@ 0000000000000000000000000000000000000000 yoda-1.5.1 ede1e10afe3b1292f1a923c152ac87d43dc02a5a yoda-1.5.1 508477ceb62a09a501defbb4cf87f03e1032e0b1 yoda-1.5.2 +e3f1d286e64a2af763764d54005230d26758e280 yoda-1.5.3 --- a/ChangeLog Sat Sep 19 23:15:04 2015 +0100 +++ b/ChangeLog Wed Sep 23 09:58:14 2015 +0100 @@ -1,6 +1,14 @@ +2015-09-23 Andy Buckley <andy.buckley at cern.ch> + + * Version 1.5.3 release. + + * Update Boost version requirement to 1.48, due to use of + type_traits/has_dereference, and add a check for that feature's + header. + 2015-09-19 Andy Buckley <andy.buckley at cern.ch> - * Further improvements to handling leading *multiple* # marks on + * Further improvements to handling leading _multiple_ # marks on YODA format BEGIN lines. 2015-09-11 Andy Buckley <andy.buckley at cern.ch> --- a/configure.ac Sat Sep 19 23:15:04 2015 +0100 +++ b/configure.ac Wed Sep 23 09:58:14 2015 +0100 @@ -1,7 +1,7 @@ ## Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([YODA],[1.5.2],[yoda at projects.hepforge.org],[YODA]) +AC_INIT([YODA],[1.5.3],[yoda at projects.hepforge.org],[YODA]) ## Check and block installation into the src/build dir if test "$prefix" = "$PWD"; then @@ -85,14 +85,12 @@ ## Required Boost C++ utility library -BOOST_REQUIRE([1.41.0]) +BOOST_REQUIRE([1.48.0]) BOOST_FOREACH BOOST_SMART_PTR BOOST_FIND_HEADER([boost/lexical_cast.hpp]) BOOST_FIND_HEADER([boost/assign.hpp]) -dnl BOOST_FIND_HEADER([boost/spirit/include/qi.hpp]) -dnl BOOST_FIND_HEADER([boost/spirit/include/phoenix_operator.hpp]) -dnl BOOST_FIND_HEADER([boost/fusion/include/adapt_struct.hpp]) +BOOST_FIND_HEADER([boost/type_traits/has_dereference.hpp])
More information about the yoda-svn mailing list |