|
[yoda-svn] yoda: 3 new changesetsYODA Mercurial yoda at projects.hepforge.orgThu Apr 14 09:45:02 BST 2016
details: https://yoda.hepforge.org/hg/yoda/rev/7e610a525a78 branches: changeset: 1237:7e610a525a78 user: Andy Buckley <andy at insectnation.org> date: Thu Apr 14 09:29:13 2016 +0100 description: More tweaks to Cython C++11 setup, cf. Rivet details: https://yoda.hepforge.org/hg/yoda/rev/e6d259d62a23 branches: changeset: 1238:e6d259d62a23 user: Andy Buckley <andy at insectnation.org> date: Thu Apr 14 09:32:27 2016 +0100 description: ChangeLog tweak details: https://yoda.hepforge.org/hg/yoda/rev/04f69bad64c4 branches: changeset: 1239:04f69bad64c4 user: Andy Buckley <andy at insectnation.org> date: Thu Apr 14 09:32:37 2016 +0100 description: Added tag yoda-1.6.0beta1 for changeset e6d259d62a23 diffs (truncated from 722 to 50 lines): --- a/.hgtags Wed Apr 13 13:36:41 2016 +0100 +++ b/.hgtags Thu Apr 14 09:32:37 2016 +0100 @@ -32,3 +32,4 @@ 2a5c30e6fd751cdce59ac535dd54b4b499e92801 yoda-1.5.7 7dfc1023d37c85d9fe55d91a1a082dc3f784f030 yoda-1.5.9 f4f3465b93e36b574e98920114ee1293ea967ff1 yoda-1.5.8 +e6d259d62a233df2a71ec38995069b7cbd41a10f yoda-1.6.0beta1 --- a/ChangeLog Wed Apr 13 13:36:41 2016 +0100 +++ b/ChangeLog Thu Apr 14 09:32:37 2016 +0100 @@ -1,11 +1,17 @@ 2016-04-12 Andy Buckley <andy.buckley at cern.ch> - * Remove Boost dependency and require C++11 from YODA 1.6.0 onwards. + * Remove Boost dependency and require C++11 compilation. 2016-04-08 Andy Buckley <andy.buckley at cern.ch> * Add a --guess-prefix flag to rivet-config, cf. fastjet-config. +2015-12-20 Andy Buckley <andy.buckley at cern.ch> + + * Change AO uncomputable division and mkScatter operations to + return/set NaN rather than 0 -- behaviour change requires new + major version series 1.6. + 2016-03-09 Andy Buckley <andy.buckley at cern.ch> * Version 1.5.9! (oh no, we're out of convenient version number space!!) @@ -42,10 +48,6 @@ addition to construct edge values, reducing precision errors. Thanks to Holger Schulz for the suggestion. - * Change AO uncomputable division and mkScatter operations to - return/set NaN rather than 0 -- behaviour change requires new - major version series 1.6. - 2015-12-15 Andy Buckley <andy.buckley at cern.ch> * Add xEdges() methods to Axis1D and the Histo1D and Profile1D --- a/configure.ac Wed Apr 13 13:36:41 2016 +0100 +++ b/configure.ac Thu Apr 14 09:32:37 2016 +0100 @@ -31,16 +31,10 @@ ## Set default compiler flags if test "x$CXXFLAGS" = "x"; then CXXFLAGS="-O3"; fi -## Make compiler error messages more readable if gfilt is installed. -#AC_CEDAR_CXXFILTER - -## Checks for programs. +## Compiler setup
More information about the yoda-svn mailing list |