Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
+9 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.3 2000/06/14 16:13:30 gcosmo Exp $
$Id: History,v 1.4 2000/11/20 18:14:53 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -19,6 +19,14 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
November 20, 2000 Gabriele Cosmo (STEP-V02-00-00)
- Fixes to remove warnings from "-Wall -ansi -pedantic" g++ compiler options:
o commented out variables declared and not used.
o fixed declaration of variables used before being initialised.
o dirobj.h: protected from missing definition of MAXNAMLEN, S_IFMT and
S_IFDIR originally defined in /usr/include/sys/stat.h.
o fixed order of initialisation of member data in constructors.
June 14, 2000 Gabriele Cosmo (STEP-V01-01-00)
- Fixes for porting on Win/NT VC++:
o dirobj[.h.cc]: deactivated Reset() and Home() functions.