[clhep] branch master updated (5f74987 -> caaf56f)

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 change to branch master
in repository clhep.

      from  5f74987   Remove psfig.sty from Cmakefile
      adds  62564ad   New upstream version 2.1.4.1
       new  07a5a0d   Merge branch 'upstream' into master_new
       new  3e89d6d   * New upstream release. (Closes: #713377) * Bump Standards-Version to 3.9.4. * Remove obsolte DM-Upload-Allowed field. * Canonical VCS-* fields.
       new  5c24836   Fix broken double comparision in a testcase. (Closes: #733301)
       new  a85b690   Rename library packages for g++5 ABI transition (closes: 791001)
       new  26b7809   Merge branch 'master_new'
      adds  d7ef2fc   New upstream version 2.1.4.1+dfsg
       new  82ca811   Merge branch 'upstream'
       new  caaf56f   Finalize d/changelog

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 debian/changelog                                   |  28 +-
 debian/control                                     |  13 +-
 .../{libclhep2.1.install => libclhep2.1v5.install} |   0
 .../fix-double-comparision-in-testBug58950.patch   |  35 ++
 debian/patches/series                              |   2 +
 debian/patches/tests.patch                         |  11 +
 doxygen.conf                                       |   2 +-
 87 files changed, 2015 insertions(+), 973 deletions(-)
 create mode 100644 Random/Random/RandExpZiggurat.h
 create mode 100644 Random/Random/RandGaussZiggurat.h
 create mode 100644 Random/src/RandExpZiggurat.cc
 create mode 100644 Random/src/RandGaussZiggurat.cc
 create mode 100644 Random/test/testZiggurat.cc
 rename debian/{libclhep2.1.install => libclhep2.1v5.install} (100%)
 create mode 100644 debian/patches/fix-double-comparision-in-testBug58950.patch
 create mode 100644 debian/patches/tests.patch

-- 
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