[clhep] 01/07: Merge branch 'upstream' into master_new

Ole Streicher olebole at moszumanska.debian.org
Tue Feb 7 11:25:29 UTC 2017


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch master
in repository clhep.

commit 07a5a0d16120384aa19f73c12584c8cd1fab1540
Merge: 206c92b 62564ad
Author: Ole Streicher <olebole at debian.org>
Date:   Tue Feb 7 11:31:45 2017 +0100

    Merge branch 'upstream' into master_new

 CMakeLists.txt                                     |   4 +-
 Cast/Cast-config.in                                |   2 +-
 Cast/configure.ac                                  |   6 +-
 ChangeLog                                          |  40 ++
 Evaluator/ChangeLog                                |  11 +
 Evaluator/Evaluator-config.in                      |   2 +-
 Evaluator/configure.ac                             |   6 +-
 Evaluator/src/setSystemOfUnits.cc                  |  13 +
 Exceptions/ChangeLog                               |   6 +
 Exceptions/Exceptions-config.in                    |   2 +-
 Exceptions/configure.ac                            |   6 +-
 Fields/ChangeLog                                   |   6 +
 Fields/Fields-config.in                            |   2 +-
 Fields/configure.ac                                |   6 +-
 GenericFunctions/ChangeLog                         |   6 +
 GenericFunctions/GenericFunctions-config.in        |   2 +-
 .../GenericFunctions/RungeKuttaClassicalSolver.hh  |   3 +-
 GenericFunctions/configure.ac                      |   6 +-
 GenericFunctions/src/AdaptiveRKStepper.cc          |  12 +-
 GenericFunctions/src/RungeKuttaClassicalSolver.cc  |  19 +-
 Geometry/ChangeLog                                 |   6 +
 Geometry/Geometry-config.in                        |   2 +-
 Geometry/configure.ac                              |   6 +-
 INSTALL.cmake                                      |   3 +
 Matrix/ChangeLog                                   |  11 +
 Matrix/Matrix-config.in                            |   2 +-
 Matrix/Matrix/DiagMatrix.h                         |  66 ++--
 Matrix/Matrix/DiagMatrix.icc                       |   2 +-
 Matrix/Matrix/Matrix.h                             | 118 +++---
 Matrix/Matrix/Matrix.icc                           |  10 +-
 Matrix/Matrix/SymMatrix.h                          |  70 ++--
 Matrix/Matrix/SymMatrix.icc                        |   4 +-
 Matrix/Matrix/Vector.h                             |  20 +-
 Matrix/configure.ac                                |   6 +-
 Matrix/src/DiagMatrix.cc                           | 362 +++++++++---------
 Matrix/src/GenMatrix.cc                            |  41 +-
 Matrix/src/Matrix.cc                               | 232 +++++------
 Matrix/src/MatrixEqRotation.cc                     |  24 +-
 Matrix/src/MatrixLinear.cc                         |  70 ++--
 Matrix/src/SymMatrix.cc                            | 424 ++++++++++-----------
 Matrix/src/Vector.cc                               | 224 +++++------
 Random/ChangeLog                                   |  28 ++
 Random/Random-config.in                            |   2 +-
 Random/Random/CMakeLists.txt                       |   2 +
 Random/Random/Makefile.am                          |   2 +
 Random/Random/RandExpZiggurat.h                    | 174 +++++++++
 Random/Random/RandGaussZiggurat.h                  | 153 ++++++++
 Random/Random/Randomize.h                          |   2 +
 Random/configure.ac                                |   6 +-
 Random/src/CMakeLists.txt                          |   5 +-
 Random/src/Makefile.am                             |   2 +
 Random/src/RandExpZiggurat.cc                      | 178 +++++++++
 Random/src/RandGaussZiggurat.cc                    | 189 +++++++++
 Random/test/CMakeLists.txt                         |  39 +-
 Random/test/Makefile.am                            |   5 +-
 Random/test/testAnonymousEngineRestore.cc          |  12 +-
 Random/test/testInstanceRestore.cc                 |  20 +-
 Random/test/testSaveSharedEngines.cc               |   8 +-
 Random/test/testStaticStreamSave.cc                |  20 +-
 Random/test/testZiggurat.cc                        |  63 +++
 RandomObjects/ChangeLog                            |   6 +
 RandomObjects/RandomObjects-config.in              |   2 +-
 RandomObjects/configure.ac                         |   2 +-
 RefCount/RefCount-config.in                        |   2 +-
 RefCount/configure.ac                              |   6 +-
 Units/ChangeLog                                    |  12 +
 Units/Units-config.in                              |   2 +-
 Units/Units/SystemOfUnits.h                        |  12 +
 Units/configure.ac                                 |   6 +-
 Units/test/testUnits.cc                            |   8 +-
 Utility/ChangeLog                                  |   6 +
 Utility/Utility-config.in                          |   2 +-
 Utility/configure.ac                               |   6 +-
 Vector/ChangeLog                                   |   6 +
 Vector/Vector-config.in                            |   2 +-
 Vector/configure.ac                                |   6 +-
 clhep-config.in                                    |   2 +-
 cmake/Modules/ClhepBuildTest.cmake                 |  25 +-
 cmake/Modules/ClhepBuildTex.cmake                  |   5 +-
 configure.ac                                       |   6 +-
 doxygen.conf                                       |   2 +-
 81 files changed, 1934 insertions(+), 965 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clhep.git



More information about the debian-science-commits mailing list