Geant4 Cross Reference |
1 # Category gpara History << 1 $Id: History,v 1.10 2004/06/07 13:36:16 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 Jun 7th, 2004 G.Cosmo (parmodels-V06-01-00) 8 - Add new submodule G4channeling << 21 - GNUmakefile: added definition of GLOBLIBS for DLLs support on Windows. 9 22 10 ## 2022-12-12 Ben Morgan (gpara-V11-01-00) << 23 Oct 4th, 2003 G.Cosmo (parmodels-V05-02-01) 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 --------------------- 24 --------------------- 30 - Explicitly use inclusion of headers for syst << 25 - GNUmakefile: 31 constants, in plan to remove implicit inclus << 26 o replaced "digits+hits" with "digits_hits". >> 27 o added dependency to new module "geometry/navigation". >> 28 - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00". >> 29 >> 30 Sep 25th, 2003 H.Kurashige (parmodels-V05-02-00) >> 31 -------------------------- >> 32 - Modify GNUmakefile to use processes/cuts category 32 33 33 November 4th 2005 J.Weng (gpara-V07-01-01) << 34 May 21st, 2003 G.Cosmo - (parmodels-V05-01-00) 34 ------------------------ << 35 ---------------------- 35 - Porting to new scheme for G4Region as envelo << 36 - Fixed pedantic warnings in G4IrregularXrayTRmodel.cc and G4VXrayTRmodel.cc. 36 Coworks with: run-V07-01-03, geommng-V07-01- << 37 param-V07-01-01, raytracer-V07 << 38 37 39 Oct 4th, 2004 G.Cosmo (gpara-V07-01-00) << 38 Feb 12th, 2003 G.Cosmo - (parmodels-V05-00-01) 40 --------------------- << 39 ---------------------- 41 - Archived old TRD parameterised models. << 40 - Replaced call to RandPoisson::shoot() with G4Poisson(), more performant. 42 Functionality now included in standard EM. << 41 Affected files: G4IrregularXrayTRmodel.cc, G4VXTRdEdx.cc, G4VXrayTRadModel.cc. 43 - Includes tag "gflash-V07-01-00". << 44 42 45 Dec 15th, 2004 G.Cosmo (gpara-V06-02-02) << 43 Jan 23rd, 2003 G.Cosmo - (parmodels-V05-00-00) 46 ---------------------- 44 ---------------------- 47 - Corrected library names (global library and << 45 - Updated header files to remove redundant header inclusions 48 to allow DLL build on Windows. << 46 and properly order inclusion for complex numbers, to allow >> 47 porting on Windows .NET VC++ compiler. >> 48 >> 49 Nov 8th, 2001 M.Verderi - (parmodels-V03-02-02) >> 50 ----------------------- >> 51 - Minor change in G4VClusterModel.cc 49 52 50 Dec 7th, 2004 G.Cosmo (gpara-V06-02-01) << 53 Nov 8th, 2001 G.Cosmo - (parmodels-V03-02-01) 51 --------------------- 54 --------------------- 52 - Implemented migration to <cmath>. << 55 - Introduced changes in G4VClusterModel[.hh.cc] for reference-counted >> 56 touchables (R.Chytracek). 53 57 54 Nov 26th, 2004 H.P.Wellisch (gpara-V06-02-00) << 58 Sep 18th, 2001 V.Grichine - (parmodels-V03-02-00) 55 --------------------------- << 59 ------------------------- 56 - New 'gflash' submodule, contribution of CMS << 60 - Added new classes describing X-ray transition radiation generation 57 - Moved original TRD classes to 'trd_models' s << 61 inside radiators (i.e. just along incident particle track): 58 - Created History file << 62 G4FoamXTRdEdx[.hh.cc], G4GamDistrXTRdEdx[.hh.cc], G4IrregularXTRdEdx[.hh.cc], >> 63 G4PlateIrrGasXTRdEdx[.hh.cc], G4RegularXTRdEdx[.hh.cc], G4VXTRdEdx[.hh.cc] >> 64 and G4VXrayTRadModel[.hh.cc] >> 65 - Modifications in existing classes, introducing some new parameters, >> 66 class fields and methods. >> 67 >> 68 Nov 14th, 2000 G.Cosmo - (parmodels-V02-00-00) >> 69 ---------------------- >> 70 - Created.