Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
+14
View File
@@ -16,6 +16,20 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
19 November 2019 - G.Cosmo (externals-V10-05-05)
- CLHEP: Fixed warnings for cases of implicit type conversions in
Rand*Ziggurat classes.
14 October 2019 - E.Tcherniaev (externals-V10-05-04)
- Synchronised with CLHEP-2.4.1.3:
CLHEP/Geometry: Use std::enable_if and std::is_same to explicitly
define constructor for BasicVector<double> from BasicVector<float>.
Added move constructor and move assignment in all classes.
11 October 2019 - E.Tcherniaev (externals-V10-05-03)
- CLHEP/Vector: added move constructor and move assignment in all classes.
- CLHEP/Geometry: added move constructor and move assignment in Transform3D.
20 June 2019 - G.Cosmo (externals-V10-05-02)
- Synchronised with CLHEP-2.4.1.2:
MixMaxRng: throw if seed is zero. Use throw instead of exit() elsewhere.