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
+21
View File
@@ -6,6 +6,27 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2023-09-05 Ben Morgan (openinventor-V11-01-10)
- Set AUTOMOC property on module when Qt used.
## 2023-08-18 John Allison (openinventor-V11-01-09)
- G4OpenInventor: fix IsUISessionCompatible.
- An OI driver is not appropriate for a batch session.
- This is a fix to a mistaker in the update openinventor-V11-01-07.
- No longer needs G4UIQt.hh - removed.
## 2023-08-18 Gabriele Cosmo (openinventor-V11-01-08)
- G4OpenInventor: added missing inclusion of G4UIQt.hh header.
## 2023-08-14 John Allison (openinventor-V11-01-07)
- G4OpenInventor: simplify IsUISessionCompatible.
- Exploit new method, G4UImanager::GetBaseSession (intercoms-V11-01-07).
## 2023-07-03 Ben Morgan (openinventor-V11-01-06)
- Address Coverity reports on uninitialized variables and memory leaks.
- Reports 98819, 104820, 104827-104830, 104832, 104834-104837, 104840, 104842-104844,
104846, 104848, 104850, 104851, 104855, 104857-104860.
## 2023-04-27 Ben Morgan (openinventor-V11-01-05)
- Support compilation against Qt5 and Qt6.