Import Geant4 11.2.1 source tree

This commit is contained in:
Gabriele Cosmo
2024-02-16 14:58:45 +01:00
parent 860a2b92bf
commit dda54bbdcf
331 changed files with 48457 additions and 50699 deletions
+6 -1
View File
@@ -6,6 +6,11 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2023-12-11 Vladimir Ivanchenko (tracking-V11-01-03)
- G4TrackingMessenger - fixed Coverity report on memory leak at exit by
move static thread local variable to be class member, because G4TrackingManager
and its messenger are thread local by nature.
## 2023-09-04 Gabriele Cosmo (tracking-V11-01-02)
- Removed references to G4TouchableHistoryHandle, which is now deprecated.
@@ -23,7 +28,7 @@ It must **not** be used as a substitute for writing good git commit messages!
## 2022-11-02 Vladimir Ivanchenko (tracking-V11-00-07)
- G4SteppingManager - removed G4Exception with JustWarning severity
for the case if no active at rest processes exist - fix problem #2493
for the case if no active at rest processes exist - fix problem #2493
## 2022-06-21 Ben Morgan (tracking-V11-00-06)
- Merge `G4SteppingManager` implementation files