Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
+16
View File
@@ -6,6 +6,22 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2024-09-13 John Allison (greps-V11-02-06)
- G4AttDef.hh: Deprecate output operator<< that uses pointer.
- G4VMarker.cc: Minor improvements to messages in output operator<<.
- G4Visible.cc: Minor improvements to messages in output operator<<.
## 2024-09-02 Evgueni Tcherniaev (greps-V11-02-05)
- BooleanProcessor.src: fixed defect reported by Coverity.
## 2024-07-10 Evgueni Tcherniaev (greps-V11-02-04)
- BooleanProcessor.src, HepPolyhedronProcessor.src:
- Fixed defects reported by Coverity.
## 2024-05-31 Ben Morgan (greps-V11-02-03)
- Provide all base class interfaces in Seq and MT mode, with an empty implementation
modelling the Sequential case.
## 2024-05-30 John Allison (greps-V11-02-02)
- G4VVisManager:
- Add EventReadyForVis, used by G4SubEvtRunManager.