Import Geant4 3.0.0 source tree
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$Id: History,v 1.10 2000/06/06 13:18:51 gcosmo Exp $
|
||||
$Id: History,v 1.15 2000/11/20 17:31:33 gcosmo Exp $
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=========================================================
|
||||
@@ -17,6 +17,38 @@ committal in the CVS repository !
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
November 20, 2000 G. Cosmo geommng-V02-00-04
|
||||
- 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.
|
||||
|
||||
November 16, 2000 V.Grichine geommng-V02-00-03
|
||||
- Fix in G4VSolid::CalculateClippedPoligonExtent(): removed assumption
|
||||
that pMin<pMax by eliminating "else" condition. (D.Williams)
|
||||
|
||||
November 9, 2000 G.Cosmo geommng-V02-00-02
|
||||
- Included test directory containing "voxel" test by L.Grainac.
|
||||
|
||||
November 1, 2000 G.Cosmo geommng-V02-00-01
|
||||
- QA code revision and cleanup (+fixes from CodeWizard filtering):
|
||||
o Added (private) declarations of copy constructor and assignment
|
||||
operator where needed.
|
||||
o Added "const" qualifier to accessor methods, wherever needed.
|
||||
o Added equality check on operator= where needed.
|
||||
o Made destructor "virtual" for classes having virtual methods,
|
||||
wherever missing.
|
||||
o Changed virtual functions to non-inline wherever's the case.
|
||||
o Added "inline" qualifier to methods' declarations.
|
||||
o Replaced usage of "do-loops" with "while-loops" in
|
||||
G4VoxelLimits::ClipToLimits().
|
||||
o General cosmetics
|
||||
|
||||
September 11, 2000 G.Cosmo geommng-V02-00-00
|
||||
- G4SolidStore.cc: fixed bug in destructor causing memory corruption at
|
||||
application exit when Boolean solids are involved (bug #154).
|
||||
|
||||
June 06, 2000 G.Cosmo geommng-V01-01-00
|
||||
|
||||
- G4DrawVoxels.hh: removed line '#define G4DrawVoxelsDebug' left in place
|
||||
|
||||
Reference in New Issue
Block a user