Import Geant4 11.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2023-12-08 10:43:34 +01:00
parent dd1f179cda
commit 860a2b92bf
3962 changed files with 139318 additions and 164259 deletions
+15 -1
View File
@@ -6,7 +6,21 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
# 2023-05-31 Ben Morgan (opengl-V11-01-09)
## 2023-09-05 Ben Morgan (opengl-V11-01-13)
- Set AUTOMOC property on module when Qt used.
## 2023-08-14 John Allison (opengl-V11-01-12)
- G4OpenGLQt, G4OpenGLXm:
- Simplify IsUISessionCompatible.
- Exploit new method, G4UImanager::GetBaseSession (intercoms-V11-01-07).
## 2023-07-03 Ben Morgan (opengl-V11-01-11)
- Address Coverity reports 56371, 60839
## 2023-07-01 John Allison (opengl-V11-01-10)
- Fix precision-loss warning.
## 2023-05-31 Ben Morgan (opengl-V11-01-09)
- Remove support for Qt < 5.9
- Clarify remaining version checks using QT_VERSION_CHECK instead of raw hex
- Add inclusion of qdesktopwidget header required by Qt < 5.10