Geant4 Cross Reference |
1 # Category gpara History << 1 $Id: History,v 1.1 2000/11/14 16:15:01 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 Nov 14th, 2000 G.Cosmo - (parmodels-V02-00-00) 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 --------------------- << 30 - Explicitly use inclusion of headers for syst << 31 constants, in plan to remove implicit inclus << 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 << 39 Oct 4th, 2004 G.Cosmo (gpara-V07-01-00) << 40 --------------------- << 41 - Archived old TRD parameterised models. << 42 Functionality now included in standard EM. << 43 - Includes tag "gflash-V07-01-00". << 44 << 45 Dec 15th, 2004 G.Cosmo (gpara-V06-02-02) << 46 ---------------------- 21 ---------------------- 47 - Corrected library names (global library and << 22 - 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 <<