Geant4 Cross Reference |
1 # Category gpara History << 1 $Id: History,v 1.7 2003/05/21 16:40:15 gcosmo Exp $ >> 2 ------------------------------------------------------------------- 2 3 3 See `CONTRIBUTING.rst` for details of **requir << 4 ========================================================= 4 which **must** added in reverse chronological << 5 Geant4 - an Object-Oriented Toolkit for Simulation in HEP 5 be used as a substitute for writing good git c << 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 ---------------------------------------------------------- 6 19 7 ## 2023-05-25 Luciano Pandola (gpara-V11-01-01 << 20 May 21st, 2003 G.Cosmo - (parmodels-V05-01-00) 8 - Add new submodule G4channeling << 21 ---------------------- 9 << 22 - Fixed pedantic warnings in G4IrregularXrayTRmodel.cc and G4VXrayTRmodel.cc. 10 ## 2022-12-12 Ben Morgan (gpara-V11-01-00) << 11 - Remove obsolete GNUmakefile scripts << 12 << 13 ## 2022-01-28 Ben Morgan (gpara-V11-00-01) << 14 - Replace `geant4_global_library_target` with << 15 call to `geant4_add_category` to define libr << 16 << 17 ## 2021-12-10 Ben Morgan (gpara-V11-00-00) << 18 - Change to new Markdown History format << 19 << 20 --- << 21 23 22 # History entries prior to 11.0 << 24 Feb 12th, 2003 G.Cosmo - (parmodels-V05-00-01) >> 25 ---------------------- >> 26 - Replaced call to RandPoisson::shoot() with G4Poisson(), more performant. >> 27 Affected files: G4IrregularXrayTRmodel.cc, G4VXTRdEdx.cc, G4VXrayTRadModel.cc. 23 28 24 April 1st 2021, B. Morgan (gpara-V10-07-00) << 29 Jan 23rd, 2003 G.Cosmo - (parmodels-V05-00-00) 25 ------------------------- << 30 ---------------------- 26 - Migrate build to modular CMake API << 31 - Updated header files to remove redundant header inclusions >> 32 and properly order inclusion for complex numbers, to allow >> 33 porting on Windows .NET VC++ compiler. >> 34 >> 35 Nov 8th, 2001 M.Verderi - (parmodels-V03-02-02) >> 36 ----------------------- >> 37 - Minor change in G4VClusterModel.cc 27 38 28 July 5th 2012 G.Cosmo (gpara-V09-05-00) << 39 Nov 8th, 2001 G.Cosmo - (parmodels-V03-02-01) 29 --------------------- 40 --------------------- 30 - Explicitly use inclusion of headers for syst << 41 - Introduced changes in G4VClusterModel[.hh.cc] for reference-counted 31 constants, in plan to remove implicit inclus << 42 touchables (R.Chytracek). 32 << 33 November 4th 2005 J.Weng (gpara-V07-01-01) << 34 ------------------------ << 35 - Porting to new scheme for G4Region as envelo << 36 Coworks with: run-V07-01-03, geommng-V07-01- << 37 param-V07-01-01, raytracer-V07 << 38 43 39 Oct 4th, 2004 G.Cosmo (gpara-V07-01-00) << 44 Sep 18th, 2001 V.Grichine - (parmodels-V03-02-00) 40 --------------------- << 45 ------------------------- 41 - Archived old TRD parameterised models. << 46 - Added new classes describing X-ray transition radiation generation 42 Functionality now included in standard EM. << 47 inside radiators (i.e. just along incident particle track): 43 - Includes tag "gflash-V07-01-00". << 48 G4FoamXTRdEdx[.hh.cc], G4GamDistrXTRdEdx[.hh.cc], G4IrregularXTRdEdx[.hh.cc], >> 49 G4PlateIrrGasXTRdEdx[.hh.cc], G4RegularXTRdEdx[.hh.cc], G4VXTRdEdx[.hh.cc] >> 50 and G4VXrayTRadModel[.hh.cc] >> 51 - Modifications in existing classes, introducing some new parameters, >> 52 class fields and methods. 44 53 45 Dec 15th, 2004 G.Cosmo (gpara-V06-02-02) << 54 Nov 14th, 2000 G.Cosmo - (parmodels-V02-00-00) 46 ---------------------- 55 ---------------------- 47 - Corrected library names (global library and << 56 - Created. 48 to allow DLL build on Windows. << 49 << 50 Dec 7th, 2004 G.Cosmo (gpara-V06-02-01) << 51 --------------------- << 52 - Implemented migration to <cmath>. << 53 << 54 Nov 26th, 2004 H.P.Wellisch (gpara-V06-02-00) << 55 --------------------------- << 56 - New 'gflash' submodule, contribution of CMS << 57 - Moved original TRD classes to 'trd_models' s << 58 - Created History file <<