| [807] | 1 | $Id: History,v 1.10 2005/11/15 14:15:25 gcosmo Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 |
|
|---|
| 4 | =========================================================
|
|---|
| 5 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 6 | =========================================================
|
|---|
| 7 |
|
|---|
| 8 | Category History file
|
|---|
| 9 | ---------------------
|
|---|
| 10 | This file should be used by G4 developers and category coordinators
|
|---|
| 11 | to briefly summarize all major modifications introduced in the code
|
|---|
| 12 | and keep track of all category-tags.
|
|---|
| 13 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 14 | committal in the CVS repository !
|
|---|
| 15 |
|
|---|
| 16 | ----------------------------------------------------------
|
|---|
| 17 | * Reverse chronological order (last date on top), please *
|
|---|
| 18 | ----------------------------------------------------------
|
|---|
| 19 |
|
|---|
| 20 | November 15th, 2005 G.Cosmo - olapex-V07-01-00
|
|---|
| 21 | - migration to <sstream> from deprecated <strstream>.
|
|---|
| 22 |
|
|---|
| 23 | May 3rd, 2005 J.Allison
|
|---|
| 24 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 25 |
|
|---|
| 26 | June 28th, 2004 G.Cosmo - olapex-V06-02-00
|
|---|
| 27 | - Reordered storage of parameters for solids according to arguments order
|
|---|
| 28 | in construction in SolidAnalyser.cc. Resolving issue in problem report
|
|---|
| 29 | #635.
|
|---|
| 30 |
|
|---|
| 31 | November 13th, 2003 J.Allison - olapex-V05-02-00
|
|---|
| 32 | - Reconstructed Vis Manager.
|
|---|
| 33 |
|
|---|
| 34 | June 12th, 2003 G.Cosmo - olapex-V05-01-00
|
|---|
| 35 | - Fixed pedantic warnings on Linux-g++.
|
|---|
| 36 |
|
|---|
| 37 | February 19th, 2003 G.Cosmo - olapex-V05-00-00
|
|---|
| 38 | - Removed redundant inclusion of SystemOfUnits.h.
|
|---|
| 39 | Now using CLHEP headers.
|
|---|
| 40 |
|
|---|
| 41 | June 5th, 2002 M.Liendl - olapex-V04-00-01
|
|---|
| 42 | - Updated README.
|
|---|
| 43 |
|
|---|
| 44 | June 4th, 2002 G.Cosmo - olapex-V04-00-00
|
|---|
| 45 | - Some general code cleanup.
|
|---|
| 46 | - Added disclaimer of liability.
|
|---|
| 47 | - Fixed usage of G4 types (G4int, G4double, G4bool).
|
|---|
| 48 | - Fixed usage of namespace (G4std::, G4endl, #include "g4std/...")
|
|---|
| 49 | - Fixed warnings and porting on supported platforms.
|
|---|
| 50 |
|
|---|
| 51 | June 3rd, 2002 M.Liendl
|
|---|
| 52 | - First implementation of the CMS tool for debugging overlapping geometries.
|
|---|
| 53 |
|
|---|
| 54 | June 3rd, 2002 G.Cosmo
|
|---|
| 55 | - Created.
|
|---|