Geant4 Cross Reference |
1 # Category readout History << 1 ------------------------------------------------------------------- 2 2 3 See `CONTRIBUTING.rst` for details of **requir << 3 ========================================================= 4 which **must** added in reverse chronological << 4 Geant4 - an Object-Oriented Toolkit for Simulation in HEP 5 It must **not** be used as a substitute for wr << 5 ========================================================= 6 << 6 7 ---------------------------------------------- << 7 Category History file 8 << 8 --------------------- 9 ## 2024-07-15 Gabriele Cosmo (readout-V11-02-0 << 9 This file should be used by G4 developers and category coordinators 10 - Fixed reported Coverity defects, use consist << 10 to briefly summarize all major modifications introduced in the code 11 avoid implicit copy. << 11 and keep track of all category-tags. 12 << 12 It DOES NOT substitute the CVS log-message one should put at every 13 ## 2022-12-12 Ben Morgan (readout-V11-01-00) << 13 committal in the CVS repository ! 14 - Remove obsolete GNUmakefile scripts << 14 15 << 15 ---------------------------------------------------------- 16 ## 2022-11-17 Gabriele Cosmo (readout-V11-00-0 << 16 * Reverse chronological order (last date on top), please * 17 - Fixed compilation warnings for implicit type << 17 ---------------------------------------------------------- 18 << 19 ## 2022-01-28 Ben Morgan (readout-V11-00-01) << 20 - Replace `geant4_global_library_target` with << 21 call to `geant4_add_category` to define libr << 22 << 23 ## 2021-12-10 Ben Morgan (readout-V11-00-00) << 24 - Change to new Markdown History format << 25 << 26 --- << 27 << 28 # History entries prior to 11.0 << 29 << 30 October 18, 2021 B. Morgan (readout-V10-07-01) << 31 - Use std::string member functions from G4Stri << 32 << 33 April 1, 2021 B. Morgan (readout-V10-07-00) << 34 - Migrate build to modular CMake API << 35 << 36 Dec 9, 2019, B. Morgan (readout-V10-06-00) << 37 - Cleanup CMake build, removing obsolete granu << 38 explicit include_directories. << 39 18 40 Nov 26, 2019, G.Cosmo (readout-V10-05-01) 19 Nov 26, 2019, G.Cosmo (readout-V10-05-01) 41 - Fixed cases of implicit type conversions fro 20 - Fixed cases of implicit type conversions from size_t to G4int. 42 21 43 Jan 31, 2019, I.Hrivnacova (readout-V10-05-00 22 Jan 31, 2019, I.Hrivnacova (readout-V10-05-00) 44 - Merged GitHub PR #4: all Boolean operators n 23 - Merged GitHub PR #4: all Boolean operators now return G4bool. 45 24 46 Nov 9, 2018, G.Cosmo (readout-V10-04-00) 25 Nov 9, 2018, G.Cosmo (readout-V10-04-00) 47 - G4DigiManager: fixed printout typos. 26 - G4DigiManager: fixed printout typos. 48 27 49 May 16, 2014, A.Dotti (readout-V10-00-00) 28 May 16, 2014, A.Dotti (readout-V10-00-00) 50 - Coverity fixes 29 - Coverity fixes 51 30 52 Mar 15, 2004, M.Asai (readout-V06-00-00) 31 Mar 15, 2004, M.Asai (readout-V06-00-00) 53 - Add some methods in G4DCtable to enhance a v 32 - Add some methods in G4DCtable to enhance a verbosity 54 33 55 Oct 4, 2003, G.Cosmo (readout-V05-02-00) 34 Oct 4, 2003, G.Cosmo (readout-V05-02-00) 56 - GNUmakefile: 35 - GNUmakefile: 57 o added dependency to new module "geometry/n 36 o added dependency to new module "geometry/navigation". 58 o replaced "digits+hits" with "digits_hits". 37 o replaced "digits+hits" with "digits_hits". 59 - Coworks with "geometry-V05-02-00" and "digit 38 - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00". 60 39 61 Oct 18, 2001, M.Asai (readout-V03-02-00) 40 Oct 18, 2001, M.Asai (readout-V03-02-00) 62 - Correction for warning messages by gcc-2.95. 41 - Correction for warning messages by gcc-2.95.2 63 42 64 Feb 8, 2001, M.Asai (readout-V03-00-01) 43 Feb 8, 2001, M.Asai (readout-V03-00-01) 65 - Migration to STL vector classes 44 - Migration to STL vector classes 66 affected files : 45 affected files : 67 ./readout/include/G4DCtable.hh 46 ./readout/include/G4DCtable.hh 68 ./readout/include/G4DigiManager.hh 47 ./readout/include/G4DigiManager.hh 69 ./readout/include/G4VDigitizerModule.hh 48 ./readout/include/G4VDigitizerModule.hh 70 ./readout/src/G4DCtable.cc 49 ./readout/src/G4DCtable.cc 71 ./readout/src/G4DigiManager.cc 50 ./readout/src/G4DigiManager.cc 72 51 73 Nov 4, 99, M.Asai (tag readout-V00-01-00) 52 Nov 4, 99, M.Asai (tag readout-V00-01-00) 74 - entries() method is added to G4TDigiCollecti 53 - entries() method is added to G4TDigiCollection 75 - Commecnts are enriched for the software refe 54 - Commecnts are enriched for the software reference manual. 76 55 77 July 15, 98 M.Asai (tag readout-00-01-02) 56 July 15, 98 M.Asai (tag readout-00-01-02) 78 57 79 July 4, 98 M.Asai (tag readout-00-01-01) 58 July 4, 98 M.Asai (tag readout-00-01-01) 80 - Ready for the beta release 59 - Ready for the beta release 81 60 82 June 30, 98 M.Asai (tag readout-00-07-01) 61 June 30, 98 M.Asai (tag readout-00-07-01) 83 - G4Allocator is introduced to G4DCofThisEvnet 62 - G4Allocator is introduced to G4DCofThisEvnet and G4DigiCollection. 84 63 85 June 11, 98 G.Cosmo (readout-00-06-02) 64 June 11, 98 G.Cosmo (readout-00-06-02) 86 - removed CR characters from G4DCtable.hh.cc a 65 - removed CR characters from G4DCtable.hh.cc and 87 G4VDigitizerModule.hh.cc (P.Urban) 66 G4VDigitizerModule.hh.cc (P.Urban) 88 67 89 June 8, 98 M.Asai 68 June 8, 98 M.Asai 90 - tagged as readout-00-06-01 69 - tagged as readout-00-06-01 91 70 92 June 6, 98 M.Asai 71 June 6, 98 M.Asai 93 - Created. 72 - Created. 94 - Introduce first versions of codes 73 - Introduce first versions of codes 95 74