Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
+9 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.12 2002/02/26 13:21:03 gcosmo Exp $
$Id: History,v 1.14 2002/11/21 16:50:13 gcosmo Exp $
----------------------------------------------------------------------------
=========================================================
@@ -17,6 +17,14 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
21st November 2002 Gabriele Cosmo (stepinterface-V04-01-01)
- Made all static inline methods not inlined, to allow porting on
Windows DLLs.
4th July 2002 Gabriele Cosmo (stepinterface-V04-01-00)
- GNUmakefile: parse 'g++' string in G4SYSTEM to detect non-ISO setup for
gcc-2.95 and higher.
26th February 2002 Gabriele Cosmo (stepinterface-V04-00-00)
- G4RepresentationRelationshipCreator.cc: fixed unsafe usage of '<' operator.