Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
+56 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.295 2007/06/28 17:01:13 gcosmo Exp $
$Id: History,v 1.310 2007/12/11 13:20:28 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -16,6 +16,61 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
11th December 2007 Gabriele Cosmo (config-V09-00-12)
- Corrected setup for GDML on WIN32-VC to allow for building DLLs.
30th November 2007 Ben Morgan (config-V09-00-11)
- Updated Configure script to handle Qt UI build.
- Updated internal scripts for Configure accordingly.
22nd November 2007 Gabriele Cosmo (config-V09-00-10)
- Corrected addition of lXercesC and Zlib libraries in binmake.gmk.
- Added special case for WIN32-VC for names of XercesC libraries in architecture.gmk.
- Use 'gfortran' instead of 'g77' in Darwing-g++.gmk script. (I.McLaren)
19th November 2007 Gabriele Cosmo (config-V09-00-09)
- Added "qmd" hadronic model to binmake.gmk.
16th November 2007 Laurent Garnier (config-V09-00-08)
- Updated setup for Qt in Linux-g++.gmk and Darwin-g++.gmk scripts to
support both Qt3 and Qt4.
15th November 2007 Ben Morgan (config-V09-00-07)
- Updated Configure script to handle new 'gdml' sub-module and new data
libraries (G4ABLADATA and new G4EMLOW version).
- Updated internal scripts for Configure accordingly.
2nd November 2007 Gabriele Cosmo (config-V09-00-06)
- Introduced G4LIB_BUILD_GDML/G4LIB_USE_GDML flags to trigger compilation
of the new persistency/gdml sub-module. Added setup for XERCESC.
Required path XERCESCROOT to XERCESC installation if G4LIB_BUILD_GDML
is set. Added "persistency/gdml" include path to binmake.gmk
- Added setup for QT in UI scripts, and specific QT paths and setup in
Darwin-g++.gmk. (L.Garnier)
10th October 2007 Gunter Folger (config-V09-00-05)
- Added "incl" (Liege cascade) hadronic model module to binmake.gmk.
16th August 2007 Gabriele Cosmo (config-V09-00-04)
- Corrected definition of OUT internal variable to allow for proper
linking also of unit tests.
15th August 2007 Gabriele Cosmo (config-V09-00-03)
- Added "rpg" hadronic model module to binmake.gmk.
13th August 2007 Gabriele Cosmo (config-V09-00-02)
- SUN-CC.gmk: forced -xO2 as optimisation level.
18th July 2007 Gabriele Cosmo (config-V09-00-01)
- liblist.c: fixed problem affecting recent CygWin installations on
Windows in parsing the buffer for the generation of libname.map.
- binmake.gmk: defined OUT internal variable specifying the proper
compilation/linking option to Unix or Windows compilers: '-o '
and '/Fe' respectively.
11th July 2007 Makoto Asai (config-V09-00-00)
- Added digits_hits/scorer sub-directory to binmake.gmk.
28th June 2007 Gabriele Cosmo (config-V08-03-04)
- Updated Configure scripts to fix installation issue when installation
path is different from source path and headers are not installed.