[yoda-svn] yoda: 4 new changesets

YODA Mercurial yoda at projects.hepforge.org
Thu Apr 28 21:45:02 BST 2016


details:   https://yoda.hepforge.org/hg/yoda/rev/cc24b119cf89
branches:  
changeset: 1260:cc24b119cf89
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 28 14:50:43 2016 +0100
description:
Fix a bug in use of the replacement for lexical_cast. Fix numerical precision of string storage of floating-point attributes.

details:   https://yoda.hepforge.org/hg/yoda/rev/6f26be941e91
branches:  
changeset: 1261:6f26be941e91
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 28 14:50:54 2016 +0100
description:
Add a unit test for annotation handling correctness.

details:   https://yoda.hepforge.org/hg/yoda/rev/3d956bb73656
branches:  
changeset: 1262:3d956bb73656
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 28 14:51:02 2016 +0100
description:
Version 1.6.1 release!

details:   https://yoda.hepforge.org/hg/yoda/rev/14e294458bec
branches:  
changeset: 1263:14e294458bec
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Apr 28 21:35:44 2016 +0100
description:
Added tag yoda-1.6.1 for changeset f27b8f2bddc5

diffs (truncated from 180 to 50 lines):

--- a/.hgtags	Thu Apr 21 23:08:05 2016 +0100
+++ b/.hgtags	Thu Apr 28 21:35:44 2016 +0100
@@ -40,3 +40,4 @@
 a1fbfd42fa562688b9843ab9a26f34b81bbe93e2 yoda-1.6.0beta1
 0000000000000000000000000000000000000000 yoda-1.6.0beta1
 a57d544b72714e45c3a7bcf408479473ec2481a7 yoda-1.6.0
+f27b8f2bddc522aaf30c06bb643207b67422fa9b yoda-1.6.1
--- a/ChangeLog	Thu Apr 21 23:08:05 2016 +0100
+++ b/ChangeLog	Thu Apr 28 21:35:44 2016 +0100
@@ -1,3 +1,13 @@
+2016-04-28  Andy Buckley  <andy.buckley at cern.ch>
+
+	* Version 1.6.1 release!
+
+	* Add a unit test for annotation handling correctness.
+
+	* Fix numerical precision of string storage of floating-point attributes.
+
+	* Fix a bug in use of the replacement for lexical_cast.
+
 2016-04-20  Andy Buckley  <andy.buckley at cern.ch>
 
 
--- a/configure.ac	Thu Apr 21 23:08:05 2016 +0100
+++ b/configure.ac	Thu Apr 28 21:35:44 2016 +0100
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([YODA],[1.6.0],[yoda at projects.hepforge.org],[YODA])
+AC_INIT([YODA],[1.6.1],[yoda at projects.hepforge.org],[YODA])
 
 ## Check and block installation into the src/build dir
 if test "$prefix" = "$PWD"; then
--- a/include/YODA/AnalysisObject.h	Thu Apr 21 23:08:05 2016 +0100
+++ b/include/YODA/AnalysisObject.h	Thu Apr 28 21:35:44 2016 +0100
@@ -9,6 +9,7 @@
 #include "YODA/Exceptions.h"
 #include "YODA/Utils/StringUtils.h"
 #include "YODA/Config/BuildConfig.h"
+#include <iomanip>
 #include <string>
 #include <map>
 
@@ -142,15 +143,44 @@
     }
 
 
-    /// @brief Add or set an annotation by name
+    /// @brief Add or set a string-valued annotation by name


More information about the yoda-svn mailing list