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
@@ -1,6 +1,9 @@
#----------------------------------------------------------------------------
# Setup the project
cmake_minimum_required(VERSION 2.6 FATAL_ERROR)
cmake_minimum_required(VERSION 3.8...3.18)
if(${CMAKE_VERSION} VERSION_LESS 3.12)
cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
endif()
project(perspective)
#----------------------------------------------------------------------------
@@ -15,6 +15,9 @@ track of all tags.
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
3rd November 2020 B. Morgan (exam-ext-vis-persp-V10-06-00)
- Support same CMake version range as core Geant4
8th January 2017 John Allison (exam-ext-vis-persp-V10-03-00)
- perspective.cc:
o Changed SetUserAction to RegisterRunDurationUserVisAction.
@@ -25,7 +28,7 @@ track of all tags.
19th February 2013 Ivana Hrivnacova (exam-ext-vis-persp-V09-06-00)
- Applied coding guidelines (data members initialization)
11th June 2012 John Allison (exam-ext-vis-persp-V09-05-03)
- Added .README for doxygen.