Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
+59 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 2.27 1998/12/02 09:49:24 asaim Exp $
$Id: History,v 1.15 1999/06/21 09:11:14 allison Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,64 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
June 21st J.Allison (global-01-00-05)
- Changed G4Exception to abort, i.e., produce core dump.
- Includes STLInterface-18.
May 24th G.Cosmo (global-01-00-04)
- globals.hh: removed inclusion of G4Timer.hh, left only G4Types.hh.
The attempted solution does not work in situation where STL headers are pulled
in before globals.hh. Several of this cases experienced on HP-aCC.
- STLInterface/rw/tphdict.h: added find() method to retrieve a key.
May 24th G.Cosmo (global-01-00-03)
- G4Timer.hh: removed CPP cludge for the "times" clash in ObjectSpace.
Removed direct inclusion of global.hh to decouple translation unit from
RW/STL headers. (F.Benher)
- Introduced G4Types.hh and replaced basic types definitions in globals.hh
and G4Timer.hh.
- Added inclusion of G4Timer.hh in globals.hh to get rid of clashes about the
order of inclusion. G4Timer.hh must appear -before- STL's <algorithm>.
May 19th G.Cosmo (global-01-00-02)
- templates.hh: added definition of DBL_EPSILON and FLT_EPSILON.
Added 'F' to single precision literal constants.
- Updates to STLInterface wrappers from the STL task-force. Added
AIX-xlC STL wrappers.
May 17th J.Allison
- Added #undef os_times in G4Timer.hh to avoid clash with ObjectSpace when
using STLInterface on Sun.
May 14th G.Cosmo (global-01-00-01)
- Still updates to STLInterface from the STL task-force (internal tag considered
is STLInterface-04). Introduced wrapper files differentiated for each architecture.
May 11th G.Cosmo
- Updates and fixes to STLInterface headers. Input mainly from DEC and HP.
- Added G4Poisson.hh to HEPRandom/include. It includes the implementation
of the global function "G4long G4Poisson(G4double)" which reproduces the
GPOISS algorithm adopted in Geant3. Uses the CLHEP standard engines as
basic random generators.
May 3rd G.Cosmo (global-01-00-00)
- Updates to STL interface ISO/ANSI headers (F.Benher)
- Added G4Exception call with STL strings in globals.hh and G4Exception.cc (F.Benher)
April 29th G.Cosmo
- Moved SystemOfUnits.SI.h to G4UnitsTest.hh in management/include. This file is
used only for test purposes and will not be tagged for public versions.
March 30th M.Maire
- CodeWizard cleanup in G4UnitsTable. Fixed definition of operator=.
March 18th J.Allison
- globals.hh: Added #ifdef G4USE_STL, changed position of
#include <rw/cstring.h>.
December 17th 1998 J.Allison (global-00-04-03)
- Added first version of STL interface.
December 2, 1998 M.Asai (global-00-04-02)
- Remove the construction of G4UnitsMessenger in G4UnitsTable. This messenger is
constructed/destructed by G4UImanager to avoid a loop dependency.