[yoda-svn] yoda: 2 new changesets

YODA Mercurial yoda at projects.hepforge.org
Thu Nov 5 12:45:02 GMT 2015


details:   https://yoda.hepforge.org/hg/yoda/rev/96991c805a87
branches:  
changeset: 1171:96991c805a87
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Nov 05 12:33:21 2015 +0000
description:
Add missing (?) climits header include for INT_MAX

details:   https://yoda.hepforge.org/hg/yoda/rev/676238de987c
branches:  
changeset: 1172:676238de987c
user:      Andy Buckley <andy at insectnation.org>
date:      Thu Nov 05 12:34:16 2015 +0000
description:
Bump version number for approaching 1.5.6 release

diffs (21 lines):

--- a/configure.ac	Thu Nov 05 12:08:41 2015 +0000
+++ b/configure.ac	Thu Nov 05 12:34:16 2015 +0000
@@ -1,7 +1,7 @@
 ## Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT([YODA],[1.5.5],[yoda at projects.hepforge.org],[YODA])
+AC_INIT([YODA],[1.5.6],[yoda at projects.hepforge.org],[YODA])
 
 ## Check and block installation into the src/build dir
 if test "$prefix" = "$PWD"; then
--- a/include/YODA/Utils/MathUtils.h	Thu Nov 05 12:08:41 2015 +0000
+++ b/include/YODA/Utils/MathUtils.h	Thu Nov 05 12:34:16 2015 +0000
@@ -23,6 +23,7 @@
 #include <numeric>
 #include <cassert>
 #include <limits>
+#include <climits>
 #include <cfloat>
 
 namespace YODA {


More information about the yoda-svn mailing list