Import Geant4 11.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2022-12-09 14:43:28 +01:00
parent c07cea1fe0
commit 9f34590941
3810 changed files with 200490 additions and 182326 deletions
+14 -2
View File
@@ -1,8 +1,20 @@
# Category intercoms History
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
which **must** added in reverse chronological order (newest at the top).
It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2022-11-18 Gabriele Cosmo (intercoms-V11-00-06)
- More compilation warnings fixes for implicit type conversions.
## 2022-11-17 Gabriele Cosmo (intercoms-V11-00-05)
- Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
## 2022-09-23 Ben Morgan (intercoms-V11-00-04)
- Always expand path argument to ExecuteMacroFile using FindMacroPath
- Patch from [GitHub PR 40](https://github.com/Geant4/geant4/pull/40)
## 2022-02-27 Ben Morgan (intercoms-V11-00-03)
- Apply set of clang-tidy modernize, readability and performance fixes