Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
+10 -2
View File
@@ -16,8 +16,16 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
19 February, 2020 M. Asai (intercoms-V10-05-10)
- Accept null string as an alias value. Addressing bug report #2208.
18 May, 2020 G. Cosmo (intercoms-V10-06-02)
- Removed unnecessary use of deprecated G4USE_STD11 flag in G4AnyMethod.
Also indicated in GitHub PR#13.
19 February, 2020 M. Asai (intercoms-V10-06-01)
- Accept null string as an alias value. Addessing to bug report #2208.
9 December, 2019 B. Morgan (intercoms-V10-06-00)
- Cleanup CMake build, removing obsolete granular library option and
explicit include_directories.
26 November, 2019 G. Cosmo (intercoms-V10-05-09)
- Fixed more cases of implicit type conversions from size_t to G4int.