Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
+30 -3
View File
@@ -17,11 +17,38 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
15 November 2012 - G.Cosmo
- Updated to CLHEP-2.1.3.1:
* Vector (L.Garren <garren@fnal.gov>):
o Fixed typo in operator*() for HepRotation.
o Clean up remaining naming overlap between Units and internal variables.
14 November 2012 - G.Cosmo
- Updated to CLHEP-2.1.3.0:
* Vector (L.Garren <garren@fnal.gov>):
o Make the HepLorentzVector(double t) constructor explicit.
5 June 2012 - G.Cosmo
- Updated to CLHEP-2.1.2.3:
* Random, Vector (L.Garren <garren@fnal.gov>):
o More fixes for shadowing when global units used.
* Vector, Evaluator, Random, Geometry (L.Garren <garren@fnal.gov>):
o Use explicit std:: with math functions.
10 May 2012 - G.Cosmo
- Updated to CLHEP-2.1.2.2:
* Random (L.Garren <garren@fnal.gov>):
o Use a template to get rid of the warnings in Ranlux64Engine.
* Vector, Geometry, Random (L.Garren <garren@fnal.gov>):
o Changed names of internal variables so -Wshadow does not complain.
* Evaluator (M.Fischler <mf@fnal.gov>):
o Fixed a problem with unary +/- and exponentials in Evaluator class.
7 November 2011 - G.Cosmo
- Updated to CLHEP-2.1.1.0:
Utility (W.E.Brown <wb@fnal.gov>):
o removing C++0X-like keywords constexpr, noexcept, and nullptr
to avoid collision with similar symbols in other packages.
* Utility (W.E.Brown <wb@fnal.gov>):
o removing C++0X-like keywords constexpr, noexcept, and nullptr
to avoid collision with similar symbols in other packages.
20 September 2011 - G.Cosmo
- Added missing export statements for static symbols required for DLL build.