| 1 | $Id: History,v 1.13 2008/01/16 16:12:11 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 | January 16th, 2008 Z.Torszok - exgdml-V09-01-00
|
|---|
| 21 | - Added entity.gdml and materials.xml to demonstrate the ability of the parser
|
|---|
| 22 | of resolving entities.
|
|---|
| 23 | - Fixed axes.gdml and diamond.gdml according to tessellated-solid specifications.
|
|---|
| 24 |
|
|---|
| 25 | December 11th, 2007 G.Cosmo - exgdml-V09-00-02
|
|---|
| 26 | - Protected usage of G4UItcsh in main().
|
|---|
| 27 |
|
|---|
| 28 | December 5th, 2007 Z.Torzsok - exgdml-V09-00-01
|
|---|
| 29 | - Corrected call to parser in main.
|
|---|
| 30 | - Use OGLX instead of OGLXm.
|
|---|
| 31 | - Fixed gun position.
|
|---|
| 32 |
|
|---|
| 33 | November 19th, 2007 Z.Torzsok - exgdml-V09-00-00
|
|---|
| 34 | - Updated to co-work with built-in GDML plugin module GDML-3.
|
|---|
| 35 | - Showing loading of modular GDML files.
|
|---|
| 36 |
|
|---|
| 37 | December 1st, 2006 W.Pokorski - exgdml-V08-01-00
|
|---|
| 38 | - Set schema location to LCG release area in test.gdml.
|
|---|
| 39 | - Updated README and GNUmakefile.
|
|---|
| 40 |
|
|---|
| 41 | June 19th, 2006 W.Pokorski - exgdml-V08-00-00
|
|---|
| 42 | - Added G4Evaluator for new version of GDML.
|
|---|
| 43 | - Updated GNUmakefile.
|
|---|
| 44 |
|
|---|
| 45 | May 3rd, 2005 J.Allison
|
|---|
| 46 | - Replaced vis manager with G4VisExecutive.
|
|---|
| 47 |
|
|---|
| 48 | Dec 7th, 2004 R.Chytracek, W.Pokorski - exgdml-V06-02-00
|
|---|
| 49 | - Archived old example and setup. New example based on GDML-2.0.0
|
|---|
| 50 | demonstrating the abilities of import/export of GDML descriptions.
|
|---|
| 51 |
|
|---|
| 52 | Nov 13th, 2003 John Allison - exgdml-V05-02-01
|
|---|
| 53 | - Removed OPACS from Vis Manager.
|
|---|
| 54 |
|
|---|
| 55 | Oct 27th, 2003 R.Chytracek
|
|---|
| 56 | - Brought up-to-date the makefiles with the latest Geant4 tags.
|
|---|
| 57 | - Updated to adopt XercesC 2.x family.
|
|---|
| 58 | - XERCESCROOT default now points to gcc-3.2 installation only.
|
|---|
| 59 |
|
|---|
| 60 | July 4th, 2003 G.Cosmo - exgdml-V05-02-00
|
|---|
| 61 | - Fixed trivial compilation errors originated by last g4std migration.
|
|---|
| 62 | - Fixed pedantic compilation warnings on Linux-g++.
|
|---|
| 63 |
|
|---|
| 64 | June 3rd, 2002 R.Chytracek - exgdml-V04-00-00
|
|---|
| 65 | - First implementation of GDML example for detector description persistency.
|
|---|
| 66 |
|
|---|
| 67 | June 3rd, 2002 G.Cosmo
|
|---|
| 68 | - Created.
|
|---|