Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+60
View File
@@ -16,6 +16,66 @@ commit in the repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
December 2, 2020 Gabriele (global-V10-06-27)
- Removed condition restricting to __x86_64__ architectures for macOS
configuration in tls.hh.
November 21, 2020 Gabriele Cosmo (global-V10-06-26)
- Fixed compilation warnings in G4Profiler.
- Updated tag IDs for release 10.7.
November 12, 2020 Jonathan Madsen (global-V10-06-25)
- Added new G4Profiler.hh header
- Implemented new profiling routines which allow per-{run,event,track,step}
configuration w.r.t. when to profiler, what to collect in the profiler,
and how to label the entries.
Also, includes user-profiling config and macros.
- Use of TIMEMORY_AUTO_TIMER is now deprecated.
October 29, 2020 Ben Morgan (global-V10-06-25)
- Always use new CMake system.
October 30, 2020 Gabriele Cosmo (global-V10-06-24)
- Updated tag IDs for geant4-10-06-ref-10.
October 20, 2020 Jonathan Madsen (global-V10-06-23)
- Added G4Backtrace.hh for printing backtraces from raised signals
- This is a more generic implementation of G4FPEDetection and can
catch FPE issues but, by default, does not interfere with it.
- The default backtraced signals are: SIGQUIT, SIGILL, SIGABRT, SIGKILL,
SIGBUS, SIGSEGV.
- The default signals can be overridden within user-code before and
after the creation of the run-manager (See "Usage" section in G4Backtrace.hh)
- The default signals can be overridden via environment variable
G4BACKTRACE.
September 30, 2020 Gabriele Cosmo (global-V10-06-22)
- Updated tag IDs for geant4-10-06-ref-09.
September 25, 2020 Vladimir Ivanchenko (global-V10-06-21)
- G4PhysicsLinearVector, G4PhysicsLogVector - fixed scale of energy; this
problem does not affect results in general; it fix data table scale
and may change dEdx and cross sections numerically on small level.
September 24, 2020 Gabriele Cosmo (global-V10-06-20)
- Re-instate static pointer for 'masterG4coutDestination' in G4coutDestination
with proper symbol exporting on Windows (necessary for MT builds).
Restores trapping of G4cout from workers in Qt GUI.
August 31, 2020 Gabriele Cosmo (global-V10-06-19)
- Updated tag IDs for geant4-10-06-ref-08.
August 4, 2020 Daren Sawkey (global-V10-06-18)
- New G4PhysicsOrderedFreeVector(std::vector, std::vector) constructor.
July 23, 2020 Gabriele Cosmo (global-V10-06-17)
- Updated tag IDs for geant4-10-06-ref-07.
July 17, 2020 Gabriele Cosmo (global-V10-06-16)
- Updated e_SI value for electron charge in G4SIunits.h, based
on May 2019 redefinition of SI units.
Reference: https://www.britannica.com/science/electron-charge.
June 26, 2020 Gabriele Cosmo (global-V10-06-15)
- Updated tag IDs for geant4-10-06-ref-06.