| 1 | $Id: History,v 1.13 2007/11/14 17:03:06 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 | 14 November 2007 - G.Cosmo (error_propagation-V09-00-02)
|
|---|
| 21 | - G4ErrorPropagator: removed call to exit() and some cleanup.
|
|---|
| 22 |
|
|---|
| 23 | 24 September 2007 - P.Arce (error_propagation-V09-00-01)
|
|---|
| 24 | - G4ErrorFreeTrajState: corrected bug in one of the transformation matrix
|
|---|
| 25 | terms. Addresses problem report #971.
|
|---|
| 26 | - G4ErrorFreeTrajParam: corrected normalization of Y and Z coordinates.
|
|---|
| 27 |
|
|---|
| 28 | 5 June 2007 - G.Cosmo (error_propagation-V08-03-09)
|
|---|
| 29 | - Added missing definition of GLOBLIBS in GNUmakefile to allow for
|
|---|
| 30 | building DLLs on Windows.
|
|---|
| 31 |
|
|---|
| 32 | 4 June 2007 - G.Cosmo (error_propagation-V08-03-08)
|
|---|
| 33 | - Fixed compilation errors and warnings on WIN32-VC platform: replaced
|
|---|
| 34 | usage of M_PI with CLHEP::pi; replaced usage of 'uint' with 'size_t';
|
|---|
| 35 | fixed boolean operation in conditional statement.
|
|---|
| 36 |
|
|---|
| 37 | 1 June 2007 - G.Cosmo (error_propagation-V08-03-07)
|
|---|
| 38 | - Some cleanup and further simplification of matrices classes.
|
|---|
| 39 |
|
|---|
| 40 | 31 May 2007 - P.Arce (error_propagation-V08-03-06)
|
|---|
| 41 | - Using G4ErrorMatrix instead of CLHEP Matrix.
|
|---|
| 42 |
|
|---|
| 43 | 31 May 2007 - G.Cosmo (error_propagation-V08-03-05)
|
|---|
| 44 | - Fixed compilation problems on Windows/VC++.
|
|---|
| 45 | - Use G4bool for bool and CLHEP::pi for M_PI.
|
|---|
| 46 |
|
|---|
| 47 | 31 May 2007 - P.Arce (error_propagation-V08-03-04)
|
|---|
| 48 | - Fixed problem of uninitialised variables.
|
|---|
| 49 |
|
|---|
| 50 | 29 May 2007 - G.Cosmo (error_propagation-V08-03-03)
|
|---|
| 51 | - Fixed errors for unnecessary inclusion of non-existing headers.
|
|---|
| 52 | - Use G4GeometryTolerance for retrivial of kCarTolerance.
|
|---|
| 53 | - Fixed GNUmakefile for setting of debug verbosity.
|
|---|
| 54 | - Added CVS headers and some cleanup ...
|
|---|
| 55 |
|
|---|
| 56 | 25 May 2007 - P.Arce (error_propagation-V08-03-00, 01, 02)
|
|---|
| 57 | - First version.
|
|---|
| 58 |
|
|---|
| 59 | 12 May 2007 - G.Cosmo
|
|---|
| 60 | - Directory structure created.
|
|---|