Skip to content

Commit a499fb8

Browse files
committed
Import Geant4 11.4.0.beta source tree
1 parent 20a218b commit a499fb8

File tree

1,941 files changed

+200760
-93068
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,941 files changed

+200760
-93068
lines changed

.clang-tidy

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ readability-duplicate-include, \
2121
readability-string-compare"
2222
WarningsAsErrors: ''
2323
HeaderFilterRegex: ''
24-
AnalyzeTemporaryDtors: false
2524
FormatStyle: file
2625
CheckOptions:
2726
- key: modernize-use-auto.RemoveStars

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ project(Geant4
3030
DESCRIPTION "C++ toolkit for simulating the passage of particles through matter"
3131
HOMEPAGE_URL "https://geant4.cern.ch")
3232
set(${PROJECT_NAME}_VERSION_MAJOR 11)
33-
set(${PROJECT_NAME}_VERSION_MINOR 3)
34-
set(${PROJECT_NAME}_VERSION_PATCH 2)
33+
set(${PROJECT_NAME}_VERSION_MINOR 4)
34+
set(${PROJECT_NAME}_VERSION_PATCH 0)
3535
set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}")
3636

3737
# - Prepend our own CMake Modules to the search path

ReleaseNotes/Beta4.11.4-1.txt

Lines changed: 802 additions & 0 deletions
Large diffs are not rendered by default.

cmake/History

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@ It must **not** be used as a substitute for writing good git commit messages!
66

77
-------------------------------------------------------------------------------
88

9+
## 2025-06-10 Ben Morgan (cmake-V11-03-06)
10+
- Include external categories (G4zlib etc) in link resolution for unit test
11+
executables
12+
13+
## 2015-06-09 Ben Morgan (cmake-V11-03-05)
14+
- Update G4EMLOW dataset to version 8.7
15+
- Requested in #251 to support microelec physics
16+
17+
## 2025-05-01 Ben Morgan (cmake-V11-03-04)
18+
- Default to using Qt6 when selecting Qt support
19+
- User must set `GEANT4_USE_QT_QT5` to force find/use of Qt5
20+
21+
## 2025-04-24 Igor Semeniouk (cmake-V11-03-03)
22+
- G4ConfigureGNUMakeHelpers.cmake - correction for windows
23+
- add bin for external dll libraries to PATH
24+
- fix path to share/fonts
25+
26+
## 2025-04-04 John Allison (cmake-V11-03-02)
27+
- Co-works: visman-V11-03-07, raytracer-V11-03-00.
28+
- Code for RayTracerQt.
29+
30+
## 2025-04-02 Ben Morgan (cmake-V11-03-01)
31+
- Export CMAKE_EXPORT_COMPILE_COMMANDS setting from toolkit to the build of
32+
any test done by geant4_add_test to assist use of clang-tidy and other tooling.
33+
34+
## 2025-02-18 Ben Morgan (cmake-V11-03-00)
35+
- Add ENVIRONMENT to any build step of geant4_add_test for consistency and to
36+
allow easier propagation of additional build settings.
37+
938
## 2024-11-25 Ben Morgan (cmake-V11-02-30)
1039
- Bump RadioactiveDecay dataset version to 6.1.2
1140
- Fixes Issue #237

0 commit comments

Comments
 (0)