| 1 | $Id: History,v 1.19 2010/12/15 11:32:48 arce Exp $
|
|---|
| 2 | -------------------------------------------------------------------
|
|---|
| 3 | =========================================================
|
|---|
| 4 | Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|---|
| 5 | =========================================================
|
|---|
| 6 |
|
|---|
| 7 | Category History file
|
|---|
| 8 | ---------------------
|
|---|
| 9 | This file should be used by G4 developers and category coordinators
|
|---|
| 10 | to briefly summarize all major modifications introduced in the code
|
|---|
| 11 | and keep track of all category-tags.
|
|---|
| 12 | It DOES NOT substitute the CVS log-message one should put at every
|
|---|
| 13 | committal in the CVS repository !
|
|---|
| 14 |
|
|---|
| 15 | ----------------------------------------------------------
|
|---|
| 16 | * Reverse chronological order (last date on top), please *
|
|---|
| 17 | ----------------------------------------------------------
|
|---|
| 18 |
|
|---|
| 19 | 15 December, 10 P.Arce (ascii-V09-03-05)
|
|---|
| 20 | - Introduced fixes for Coverity reports...
|
|---|
| 21 |
|
|---|
| 22 | 7 November, 10 G.Cosmo (ascii-V09-03-04)
|
|---|
| 23 | - Removed wrong assumption for NULL pointer condition previously introduced
|
|---|
| 24 | in G4tgbVolume. Fixes crash in example P03.
|
|---|
| 25 |
|
|---|
| 26 | 2 November, 10 G.Cosmo (ascii-V09-03-03)
|
|---|
| 27 | - Fixed minor left Coverity reports.
|
|---|
| 28 |
|
|---|
| 29 | 13 October, 10 G.Cosmo (ascii-V09-03-02)
|
|---|
| 30 | - Synchronised HEAD revision with current production code.
|
|---|
| 31 | - Added missing static data initialisation to constructors in G4tgrFileIn,
|
|---|
| 32 | G4tgbGeometryDumper, G4tgbIsotope, G4tgbMaterial, G4tgbMaterialSimple,
|
|---|
| 33 | G4tgbPlaceParameterisation, G4tgbVolume, G4tgrElementFromIsotopes,
|
|---|
| 34 | G4tgrElementSimple, G4tgrIsotope, G4tgrMaterial, G4tgrMaterialSimple,
|
|---|
| 35 | G4tgrPlace, G4tgrPlaceDivRep, G4tgrRotationMatrix, G4tgrVolume.
|
|---|
| 36 | - Fixed potential cases of dereferencing a NULL pointer in G4tgbMaterialMgr,
|
|---|
| 37 | - Fixed cases of unreachable code in G4tbrVolumeMgr.
|
|---|
| 38 | - Fixed leaks in G4tgrFileReader.
|
|---|
| 39 | - G4tgrUtils: fixed logic in WordIsUnit() and fixed restoring of cout
|
|---|
| 40 | precision in Dump3v().
|
|---|
| 41 |
|
|---|
| 42 | 3 September, 10 G.Cosmo (ascii-V09-03-01)
|
|---|
| 43 | - Fixed signature for std::map in G4tgrVolumeMgr.hh..
|
|---|
| 44 | - Added missing inclusion of <sstream> header in G4tgrFileIn.cc.
|
|---|
| 45 |
|
|---|
| 46 | 14 June, 10 G.Cosmo (ascii-V09-03-00)
|
|---|
| 47 | - Added missing virtual destructor to G4tgbDetectorBuilder.
|
|---|
| 48 |
|
|---|
| 49 | 25 November, 09 G.Cosmo (ascii-V09-02-10)
|
|---|
| 50 | - Fixed compilation warnings on G4tgbVolume detected on MacOS.
|
|---|
| 51 |
|
|---|
| 52 | 24 November, 09 P.Arce (ascii-V09-02-09)
|
|---|
| 53 | - Corrected compilation errors introduced in last tag.
|
|---|
| 54 |
|
|---|
| 55 | 19 November, 09 P.Arce (ascii-V09-02-08)
|
|---|
| 56 | - Small additions in Get and Set methods and constructors
|
|---|
| 57 | - Inclusion of extruded and tessellated solids
|
|---|
| 58 |
|
|---|
| 59 | 17 May, 09 P.Arce (ascii-V09-02-06)
|
|---|
| 60 | - Fix of GNUmakefile
|
|---|
| 61 |
|
|---|
| 62 | 15 May, 09 P.Arce (ascii-V09-02-05)
|
|---|
| 63 | - Added parallel world management
|
|---|
| 64 | - Added G4tgbPlaceParamPhantom
|
|---|
| 65 |
|
|---|
| 66 | 16 February, 09 P.Arce (ascii-V09-02-04)
|
|---|
| 67 | - Removed deprecated class G4tgrFileOut, not used.
|
|---|
| 68 |
|
|---|
| 69 | 5 February, 09 P.Arce (ascii-V09-02-03)
|
|---|
| 70 | - Fix in delta theta for handling of G4Sphere, and renaming 'phiTotal'
|
|---|
| 71 | to 'phiDelta' for the relevant solids in G4tgbVolume implementation.
|
|---|
| 72 |
|
|---|
| 73 | 26 January, 09 G.Cosmo (ascii-V09-02-02)
|
|---|
| 74 | - Correction for use of std:: namespace when calling standard mathematical
|
|---|
| 75 | functions, introduced in previous tag.
|
|---|
| 76 | - Fixed compilation error introduced in previous tag.
|
|---|
| 77 |
|
|---|
| 78 | 6 January, 09 P.Arce (ascii-V09-02-01)
|
|---|
| 79 | - Bug fix in definition of delta angle for all solids with section in Phi
|
|---|
| 80 | in G4tgbVolume. Take into consideration tolerance.
|
|---|
| 81 |
|
|---|
| 82 | 9 December, 08 P.Arce (ascii-V09-01-06)
|
|---|
| 83 | - SUBS -> SUBTRACTION, INTERS -> INTERSECTION
|
|---|
| 84 | - add FindG4PhysVol, delete FindLVs (declared but not defined)
|
|---|
| 85 |
|
|---|
| 86 | 3 December, 08 P.Arce (ascii-V09-01-05)
|
|---|
| 87 | - Include possibility of placements inside divisions
|
|---|
| 88 | - Correct rotation matrix in circular parameterisations
|
|---|
| 89 | - Small output messages changes
|
|---|
| 90 |
|
|---|
| 91 | 26 November, 08 G.Cosmo (ascii-V09-01-04)
|
|---|
| 92 | - Fixed compilation warnings for uninitialised variables.
|
|---|
| 93 |
|
|---|
| 94 | 21 November, 08 G.Cosmo (ascii-V09-01-03)
|
|---|
| 95 | - Corrected GNUmakefile to have ':=' instead of '=' for definition
|
|---|
| 96 | of library name. Required in order to correctly build libname.map!
|
|---|
| 97 | - Use "const G4String&" where possible.
|
|---|
| 98 | - Added missing CVS headers, some code cleanup and formatting...
|
|---|
| 99 |
|
|---|
| 100 | 21 November, 08 P.Arce (ascii-V09-01-02)
|
|---|
| 101 | - Added handling of G4EllipticalCone.
|
|---|
| 102 | - Use G4UIcommand::ConvertToString() in place of custom itoa().
|
|---|
| 103 | - Corrected GNUmakefile to add path to BREPS module.
|
|---|
| 104 |
|
|---|
| 105 | 20 November, 08 P.Arce (ascii-V09-01-01)
|
|---|
| 106 | - Added BREPS reading, support for any kind of parameterisations and
|
|---|
| 107 | dumping abilities.
|
|---|
| 108 | - Corrected handling on strings in error/warnings printouts.
|
|---|
| 109 |
|
|---|
| 110 | 23 October, 08 G.Cosmo (ascii-V09-01-00)
|
|---|
| 111 | - Created from original implementation by P.Arce (CIEMAT).
|
|---|
| 112 | - Reviewed code and formatting. First release.
|
|---|