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
+43 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.50 2000/06/26 16:28:55 gcosmo Exp $
$Id: History,v 1.59 2000/12/13 08:22:26 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,48 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
December 13, 2000 G.Folger (global-V02-00-06)
- Added GNUmakefile to HEPRandom to handle "includes" gmake target.
November 20, 2000 G.Cosmo (global-V02-00-05)
- QA code cleanup and fixes to remove warnings from
"-Wall -ansi -pedantic" g++ compiler options:
o added/fixed declaration/implementation of private copy constructor
and assignment operator where needed.
o commented out variables declared and not used.
o fixed declaration of variables used before being initialised.
o fixed order of initialisation of member data in constructors.
o fixed usage of unsigned-int (size_t) for array indeces.
o G4strstreambuf: created .icc file and moved implementation of
inlined functions therein.
November 3, 2000 G.Folger (global-V02-00-04)
- Added rules for "includes" target to GNUmakefile and management/GNUmakefile.
Added GNUmakefile in STLInterface for the "include" target.
November 1, 2000 G.Cosmo (global-V02-00-03)
- Moved geometry constants kHistoryMax, kHistoryStride and
kNavigatorVoxelStackMax to geomdefs.hh.
August 22, 2000 H.P.Wellisch
- Added <list> wrapper in management/g4std.
August 02, 2000 G.Cosmo (global-V02-00-02)
- Added <queue> wrapper in management/g4std.
- Added inclusion of new CLHEP random distributions in
HEPRandom/include/Randomize.hh pending update of Randomize.h in CLHEP.
July 22, 2000 M.Asai (global-V02-00-01)
- Move G4VStateDependent and G4StateManager classes into global/management
from intercoms.
- "Abort" state is added to G4ApplicationState.
- Modify G4Exception to change Geant4 status to "Abort".
- Fix a bug of "double deleting" in the destructor of G4StateManager.
July 21, 2000 G.Cosmo (global-V02-00-00)
- STLInterface/cstring.icc: extended buffer for G4String::readLine from
256 to 1024 characters.
June 26, 2000 G.Cosmo (global-V01-01-05)
- Fixes for problem report #104, STLInterface:
o defs.h: defined G4RWTHROW(a) to abort() in case G4NO_STD_EXCEPTIONS