Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+14 -3
View File
@@ -16,10 +16,21 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
06 May, 2021 G. Cosmo (intercoms-V10-06-08)
06 May, 2021 G. Cosmo (intercoms-V10-07-05)
- Fixed shadowing compilation warning in G4UImanager reported with gcc-11.
16 January 2020 John Allison (intercoms-V10-06-07)
12 April, 2021 G. Cosmo (intercoms-V10-07-04)
- Fixed leak in G4ProfilerMessenger.
12 March 2021 Ben Morgan (intercoms-V10-07-03)
- Modernize CMake build
10 February 2020 John Allison (intercoms-V10-07-02)
- G4UImanager:
o Set LastCommandOutputTreated=false only for master thread.
Avoids inadvertent "highlighting" in G4UIQt on worker threads.
16 January 2020 John Allison (intercoms-V10-07-01)
- G4UImanager:
o Introduce flag and access functions for LastCommandOutputTreated.
o This flag is set to false at the point in ApplyCommand where, if
@@ -28,7 +39,7 @@ committal in the CVS repository !
o Of course, the UI may simply ignore it.
12 November, 2020 J. Madsen (intercoms-V10-06-06)
- Added G4ProfilerMessenger
- Added G4ProfilerMessenger.
- See examples/extended/parallel/ThreadsafeScorers/run.mac for example usage
30 September, 2020 M. Asai (intercoms-V10-06-05)