$Id: History,v 1.19 2010/12/15 11:32:48 arce Exp $ ------------------------------------------------------------------- ========================================================= Geant4 - an Object-Oriented Toolkit for Simulation in HEP ========================================================= Category History file --------------------- This file should be used by G4 developers and category coordinators to briefly summarize all major modifications introduced in the code and keep track of all category-tags. It DOES NOT substitute the CVS log-message one should put at every committal in the CVS repository ! ---------------------------------------------------------- * Reverse chronological order (last date on top), please * ---------------------------------------------------------- 15 December, 10 P.Arce (ascii-V09-03-05) - Introduced fixes for Coverity reports... 7 November, 10 G.Cosmo (ascii-V09-03-04) - Removed wrong assumption for NULL pointer condition previously introduced in G4tgbVolume. Fixes crash in example P03. 2 November, 10 G.Cosmo (ascii-V09-03-03) - Fixed minor left Coverity reports. 13 October, 10 G.Cosmo (ascii-V09-03-02) - Synchronised HEAD revision with current production code. - Added missing static data initialisation to constructors in G4tgrFileIn, G4tgbGeometryDumper, G4tgbIsotope, G4tgbMaterial, G4tgbMaterialSimple, G4tgbPlaceParameterisation, G4tgbVolume, G4tgrElementFromIsotopes, G4tgrElementSimple, G4tgrIsotope, G4tgrMaterial, G4tgrMaterialSimple, G4tgrPlace, G4tgrPlaceDivRep, G4tgrRotationMatrix, G4tgrVolume. - Fixed potential cases of dereferencing a NULL pointer in G4tgbMaterialMgr, - Fixed cases of unreachable code in G4tbrVolumeMgr. - Fixed leaks in G4tgrFileReader. - G4tgrUtils: fixed logic in WordIsUnit() and fixed restoring of cout precision in Dump3v(). 3 September, 10 G.Cosmo (ascii-V09-03-01) - Fixed signature for std::map in G4tgrVolumeMgr.hh.. - Added missing inclusion of header in G4tgrFileIn.cc. 14 June, 10 G.Cosmo (ascii-V09-03-00) - Added missing virtual destructor to G4tgbDetectorBuilder. 25 November, 09 G.Cosmo (ascii-V09-02-10) - Fixed compilation warnings on G4tgbVolume detected on MacOS. 24 November, 09 P.Arce (ascii-V09-02-09) - Corrected compilation errors introduced in last tag. 19 November, 09 P.Arce (ascii-V09-02-08) - Small additions in Get and Set methods and constructors - Inclusion of extruded and tessellated solids 17 May, 09 P.Arce (ascii-V09-02-06) - Fix of GNUmakefile 15 May, 09 P.Arce (ascii-V09-02-05) - Added parallel world management - Added G4tgbPlaceParamPhantom 16 February, 09 P.Arce (ascii-V09-02-04) - Removed deprecated class G4tgrFileOut, not used. 5 February, 09 P.Arce (ascii-V09-02-03) - Fix in delta theta for handling of G4Sphere, and renaming 'phiTotal' to 'phiDelta' for the relevant solids in G4tgbVolume implementation. 26 January, 09 G.Cosmo (ascii-V09-02-02) - Correction for use of std:: namespace when calling standard mathematical functions, introduced in previous tag. - Fixed compilation error introduced in previous tag. 6 January, 09 P.Arce (ascii-V09-02-01) - Bug fix in definition of delta angle for all solids with section in Phi in G4tgbVolume. Take into consideration tolerance. 9 December, 08 P.Arce (ascii-V09-01-06) - SUBS -> SUBTRACTION, INTERS -> INTERSECTION - add FindG4PhysVol, delete FindLVs (declared but not defined) 3 December, 08 P.Arce (ascii-V09-01-05) - Include possibility of placements inside divisions - Correct rotation matrix in circular parameterisations - Small output messages changes 26 November, 08 G.Cosmo (ascii-V09-01-04) - Fixed compilation warnings for uninitialised variables. 21 November, 08 G.Cosmo (ascii-V09-01-03) - Corrected GNUmakefile to have ':=' instead of '=' for definition of library name. Required in order to correctly build libname.map! - Use "const G4String&" where possible. - Added missing CVS headers, some code cleanup and formatting... 21 November, 08 P.Arce (ascii-V09-01-02) - Added handling of G4EllipticalCone. - Use G4UIcommand::ConvertToString() in place of custom itoa(). - Corrected GNUmakefile to add path to BREPS module. 20 November, 08 P.Arce (ascii-V09-01-01) - Added BREPS reading, support for any kind of parameterisations and dumping abilities. - Corrected handling on strings in error/warnings printouts. 23 October, 08 G.Cosmo (ascii-V09-01-00) - Created from original implementation by P.Arce (CIEMAT). - Reviewed code and formatting. First release.