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
+22 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.5 2000/02/25 16:36:16 gcosmo Exp $
$Id: History,v 1.8 2000/11/20 18:17:25 gcosmo Exp $
----------------------------------------------------------------------------
=========================================================
@@ -17,6 +17,27 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
20th November 2000 Gabriele Cosmo (stepinterface-V02-00-02)
- 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 fixed order of initialisation of member data in constructors.
o fixed usage of unsigned-int (size_t) for array indeces.
10th November 2000 Gabriele Cosmo (stepinterface-V02-00-01)
- Added GetInstanceManager() method to G4GeometryCreator.
09th November 2000 Gabriele Cosmo (stepinterface-V02-00-00)
- QA code revision and cleanup (+fixes from CodeWizard filtering):
o Changed return value to "const char*" to method Name() and made
post-const in all creator classes.
o Made virtual methods not inlined in G4GeometryCreator.
o Moved public data members to protected/private in G4GeometryCreator
and G4AssemblyCreator.
o G4AssemblyCreator: defined private copy-constructor and operator=.
o Fix in G4Axis2Placement3dCreator::CreateSTEPGeometry(void*) where
G4Point3D was casted to G4Vector3D by mistake (!).
25th February 2000 Gabriele Cosmo (stepinterface-V01-00-01)
- Improved overall diagnostics.
- Fixed internal memory-leaks.