Import Geant4 6.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:56:29 +02:00
parent 1d812b78b1
commit e083ffb441
1415 changed files with 111223 additions and 21207 deletions
+39 -1
View File
@@ -1,4 +1,4 @@
$Id: History,v 1.121 2004/03/15 11:23:48 gcosmo Exp $
$Id: History,v 1.128 2004/06/11 15:11:14 gcosmo Exp $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,44 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
Jun 11, 2004 G.Cosmo (global-V06-01-02c)
- Use global flag G4IOS_EXPORT to export extern symbols for DLLs.
Modified granular GNUmakefiles and corrected G4ios.cc to the new scheme.
- Does NOT include developments introduced in "global-V06-01-02".
Jun 9, 2004 G.Cosmo (global-V06-01-02b)
- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
allowing support of DLLs on Windows.
- Does NOT include developments introduced in "global-V06-01-02".
Jun 7, 2004 G.Cosmo (global-V06-01-02a)
- Added support for building DLLs on Windows:
o Added macros for importing symbols.
o Migrated G4ios and G4strstreambuf.
- Does NOT include developments introduced in "global-V06-01-02".
May 26, 2004 G.Cosmo (global-V06-01-02)
- New implementation of the G4Allocator based on a pool of memory-chunks.
The size of a single chunk is kept at 1Kb as for the old allocator.
This implementation replaces the old G4Allocator based on pages and no
longer portable on the new gcc-3.4.0 compiler.
The new allocator also supports the standard interface required for STL
containers, in case it will be used as alternative allocator instead of
the default std::allocator.
o New classes: G4AllocatorPool
o Removed classes: G4AllocatorPage, G4AllocatorUnit.
- Added unit test for allocation of std::vector collections.
May 14, 2004 G.Cosmo (global-V06-01-01)
- G4Allocator: added utility methods for explicitely deallocate storage
and print total allocated pages size:
ResetStorage(), GetAllocatedSize().
- Added unit test for deallocation.
April 23, 2004 G.Cosmo (global-V06-01-00)
- Fixed bug in HEPNumerics/G4DataInterpolation::PolynomInterpolation()
for indexing in a for-loop. (V.Grichine)
March 15, 2004 G.Cosmo (global-V06-00-01)
- Removed obsolete "includes" target in management/GNUmakefile.
- Corrected comments in G4UserLimits.hh.