Geant4 Cross Reference |
1 # Category gpara History << 1 $Id: History,v 1.4 2001/11/08 13:53:51 mverderi 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 ---------------------------------------------------------- >> 19 >> 20 Nov 8th, 2001 M.Verderi - (parmodels-V03-02-02) >> 21 ----------------------- >> 22 - Minor change in G4VClusterModel.cc 6 23 7 ## 2023-05-25 Luciano Pandola (gpara-V11-01-01 << 24 Nov 8th, 2001 G.Cosmo - (parmodels-V03-02-01) 8 - Add new submodule G4channeling << 9 << 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 << 22 # History entries prior to 11.0 << 23 << 24 April 1st 2021, B. Morgan (gpara-V10-07-00) << 25 ------------------------- << 26 - Migrate build to modular CMake API << 27 << 28 July 5th 2012 G.Cosmo (gpara-V09-05-00) << 29 --------------------- 25 --------------------- 30 - Explicitly use inclusion of headers for syst << 26 - Introduced changes in G4VClusterModel[.hh.cc] for reference-counted 31 constants, in plan to remove implicit inclus << 27 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 28 39 Oct 4th, 2004 G.Cosmo (gpara-V07-01-00) << 29 Sep 18th, 2001 V.Grichine - (parmodels-V03-02-00) 40 --------------------- << 30 ------------------------- 41 - Archived old TRD parameterised models. << 31 - Added new classes describing X-ray transition radiation generation 42 Functionality now included in standard EM. << 32 inside radiators (i.e. just along incident particle track): 43 - Includes tag "gflash-V07-01-00". << 33 G4FoamXTRdEdx[.hh.cc], G4GamDistrXTRdEdx[.hh.cc], G4IrregularXTRdEdx[.hh.cc], >> 34 G4PlateIrrGasXTRdEdx[.hh.cc], G4RegularXTRdEdx[.hh.cc], G4VXTRdEdx[.hh.cc] >> 35 and G4VXrayTRadModel[.hh.cc] >> 36 - Modifications in existing classes, introducing some new parameters, >> 37 class fields and methods. 44 38 45 Dec 15th, 2004 G.Cosmo (gpara-V06-02-02) << 39 Nov 14th, 2000 G.Cosmo - (parmodels-V02-00-00) 46 ---------------------- 40 ---------------------- 47 - Corrected library names (global library and << 41 - 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 <<