Import Geant4 1.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:34:16 +02:00
parent ca1c8cb059
commit 103bda00c8
2654 changed files with 29719 additions and 20203 deletions
+34 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.35 1999/11/29 10:17:34 gcosmo Exp $
$Id: History,v 1.41 2000/02/11 14:07:19 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,39 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
February 08, 2000 G.Cosmo (global-V01-00-03)
- STLInterface/cstring.icc: fixed yet another bug in G4String::toUpper()
and G4String::toLower(). Loop over the string characters was causing
bounds overflow.
- tpvector[.h.icc]: added resize(size_t) method which was missing!
January 31, 2000 G.Cosmo (global-V01-00-02)
- STLInterface: several fixes.
o Fixed bug in G4String::toUpper().
(bug was introduced inadvertently on 20-Oct-1999).
o Added checks for bound-overflows in G4RWTPtrSortedVector::find().
o Fixed bound-check for operators () and [] in most collections:
() access operators DO NOT perform bound-checking (except if G4DEBUG set);
[] access operators DO perform bound-checking.
o tpvector[.h.icc]: changed 'unsigned int' to 'size_t' in constructors.
Added 'rwsize' and bound-checking for operator[].
o tvvector.icc: added call to std_vector() in default constructor.
o tpordvec.icc: added std_pvector:: scope for calls to [] operator,
where missing.
o tvordvec.icc: added std_vector:: scope for calls to [] operator,
where missing.
January 19, 2000 G.Cosmo (global-V01-00-01)
- G4UnitsTable[.hh.cc]: added constructor to G4BestUnit for 3vectors (M.Maire).
- globals.hh: added check on definition of CLHEP_MAX_MIN_DEFINED.
January 3, 2000 G.Cosmo (global-V01-00-00)
- Syncronized changes with HEAD (mainly CVS headers).
- Fixed truncation problem in G4Poisson.hh.
- Removed tphdict_test.cc and tvhdict_test.cc in STLInterface/test.
- Added wrapper for HP-aCC for missing <fstream> standard header.
- Removed G4USE_STL from globals.hh and G4Timer[.hh.cc].
November 29, 99 G.Cosmo (global-V00-01-14)
- Removed g4std/string wrapper since not anymore needed.
It was previously made available only for Win/NT-VC++.