Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CLHEP
CLHEP
Commits
105bff92
Commit
105bff92
authored
Jun 29, 2010
by
Lynn Garren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CLHEP-2
.0.4.7
parent
06e88c33
Changes
23
Hide whitespace changes
Inline
Side-by-side
Showing
23 changed files
with
71 additions
and
14 deletions
+71
-14
Cast/configure.in
Cast/configure.in
+1
-1
ChangeLog
ChangeLog
+28
-0
Evaluator/ChangeLog
Evaluator/ChangeLog
+6
-1
Evaluator/configure.in
Evaluator/configure.in
+1
-1
Exceptions/ChangeLog
Exceptions/ChangeLog
+3
-0
Exceptions/configure.in
Exceptions/configure.in
+1
-1
GenericFunctions/ChangeLog
GenericFunctions/ChangeLog
+3
-0
GenericFunctions/configure.in
GenericFunctions/configure.in
+1
-1
Geometry/ChangeLog
Geometry/ChangeLog
+3
-0
Geometry/configure.in
Geometry/configure.in
+1
-1
Matrix/ChangeLog
Matrix/ChangeLog
+3
-0
Matrix/configure.in
Matrix/configure.in
+1
-1
Random/ChangeLog
Random/ChangeLog
+3
-0
Random/configure.in
Random/configure.in
+1
-1
RandomObjects/ChangeLog
RandomObjects/ChangeLog
+3
-0
RandomObjects/configure.in
RandomObjects/configure.in
+1
-1
RefCount/configure.in
RefCount/configure.in
+1
-1
Units/ChangeLog
Units/ChangeLog
+3
-0
Units/configure.in
Units/configure.in
+1
-1
Vector/ChangeLog
Vector/ChangeLog
+3
-0
Vector/configure.in
Vector/configure.in
+1
-1
configure.in
configure.in
+1
-1
doxygen.conf
doxygen.conf
+1
-1
No files found.
Cast/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Cast, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, Cast)
AC_INIT(CLHEP Cast, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, Cast)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/itos.cc])
...
...
ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
2010-06-29 Mark Fischler <mf@fnal.gov>
* Evaluator/src/Evaluator.cc: Improve the logic so that unary plus
and minus work as expected. See bug report #66214.
2010-06-28 Lynn Garren <garren@fnal.gov>
* Evaluator/Evaluator/Evaluator.h: Add error_name() method to
return the error as a string
* Evaluator/test/testBug66214.cc: Test unary operator bug (report #66214)
2010-06-23 Mark Fischler <mf@fnal.gov> and Lynn Garren <garren@fnal.gov>
* Random/Random/RanecuEngine.h: add a private method (see below)
* Random/src/RanecuEngine.cc: Modify constructor and setSeed to utilize all
info provided and avoid coincidence of same state from different seeds
* Random/test/testRanecuSequence.cc: test for repeating sequences
2010-06-11 Lynn Garren <garren@fnal.gov>
* Matrix/Matrix.h: inline virtual functions are now only virtual and not inline
* Matrix/Vertex.h: inline virtual functions are now only virtual and not inline
==============================
09.03.10 Release CLHEP-2.0.4.6
==============================
...
...
Evaluator/ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
2010-06-29 Mark Fischler <mf@fnal.gov>
* src/Evaluator.cc: Improve the logic so that unary plus and minus
...
...
@@ -5,7 +9,8 @@
2010-06-28 Lynn Garren <garren@fnal.gov>
* Evaluator: Add error_name() method to return the error as a string
* Evaluator/Evaluator.h: Add error_name() method to return
the error as a string
* test/testBug66214.cc: Test unary operator bug (report #66214)
...
...
Evaluator/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Evaluator, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, Evaluator)
AC_INIT(CLHEP Evaluator, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, Evaluator)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Evaluator.cc])
...
...
Exceptions/ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
==============================
09.03.10 Release CLHEP-2.0.4.6
==============================
==============================
...
...
Exceptions/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Exceptions, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, Exceptions)
AC_INIT(CLHEP Exceptions, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, Exceptions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/ZMerrno.cc])
...
...
GenericFunctions/ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
==============================
09.03.10 Release CLHEP-2.0.4.6
==============================
...
...
GenericFunctions/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP GenericFunctions, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, GenericFunctions)
AC_INIT(CLHEP GenericFunctions, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, GenericFunctions)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Abs.cc])
...
...
Geometry/ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
==============================
09.03.10 Release CLHEP-2.0.4.6
==============================
==============================
...
...
Geometry/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Geometry, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, Geometry)
AC_INIT(CLHEP Geometry, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, Geometry)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/Plane3D.cc])
...
...
Matrix/ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
2010-06-11 Lynn Garren <garren@fnal.gov>
...
...
Matrix/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Matrix, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, Matrix)
AC_INIT(CLHEP Matrix, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, Matrix)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/DiagMatrix.cc])
...
...
Random/ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
2010-06-23 Mark Fischler <mf@fnal.gov> and Lynn Garren <garren@fnal.gov>
...
...
Random/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Random, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, Random)
AC_INIT(CLHEP Random, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, Random)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/DRand48Engine.cc])
...
...
RandomObjects/ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
==============================
09.03.10 Release CLHEP-2.0.4.6
==============================
==============================
...
...
RandomObjects/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP RandomObjects, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, RandomObjects)
AC_INIT(CLHEP RandomObjects, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, RandomObjects)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/RandMultiGauss.cc])
...
...
RefCount/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP RefCount, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, RefCount)
AC_INIT(CLHEP RefCount, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, RefCount)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/ZMuseCount.cc])
...
...
Units/ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
==============================
09.03.10 Release CLHEP-2.0.4.6
==============================
==============================
...
...
Units/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Units, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, Units)
AC_INIT(CLHEP Units, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, Units)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE(1.9 foreign)
...
...
Vector/ChangeLog
View file @
105bff92
==============================
29.06.10 Release CLHEP-2.0.4.7
==============================
==============================
09.03.10 Release CLHEP-2.0.4.6
==============================
==============================
...
...
Vector/configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP Vector, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/, Vector)
AC_INIT(CLHEP Vector, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/, Vector)
AC_CONFIG_AUX_DIR(autotools)
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([src/AxisAngle.cc])
...
...
configure.in
View file @
105bff92
...
...
@@ -9,7 +9,7 @@
# ----------------------------------------------------------------------
AC_PREREQ(2.59)
AC_INIT(CLHEP, 2.0.4.
6
, http://savannah.cern.ch/projects/clhep/ )
AC_INIT(CLHEP, 2.0.4.
7
, http://savannah.cern.ch/projects/clhep/ )
AC_CANONICAL_TARGET
AC_CONFIG_SRCDIR([Vector/src/AxisAngle.cc])
AM_INIT_AUTOMAKE(1.9 foreign)
...
...
doxygen.conf
View file @
105bff92
...
...
@@ -4,7 +4,7 @@
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME
=
CLHEP
PROJECT_NUMBER
=
2
.
0
.
4
.
6
PROJECT_NUMBER
=
2
.
0
.
4
.
7
OUTPUT_DIRECTORY
=
CREATE_SUBDIRS
=
NO
OUTPUT_LANGUAGE
=
English
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment