Geant4 Cross Reference (Editor's cut)

Cross-Referencing   Geant4
Geant4/readout/History

Version: [ ReleaseNotes ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3 ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ]

  1 # Category readout History
  2 
  3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
  4 which **must** added in reverse chronological order (newest at the top).
  5 It must **not** be used as a substitute for writing good git commit messages!
  6 
  7 -------------------------------------------------------------------------------
  8 
  9 ## 2022-12-12 Ben Morgan (readout-V11-01-00)
 10 - Remove obsolete GNUmakefile scripts
 11 
 12 ## 2022-11-17 Gabriele Cosmo (readout-V11-00-02)
 13 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1.
 14 
 15 ## 2022-01-28 Ben Morgan (readout-V11-00-01)
 16 - Replace `geant4_global_library_target` with direct file inclusion and
 17   call to `geant4_add_category` to define library build from source modules.
 18 
 19 ## 2021-12-10 Ben Morgan (readout-V11-00-00)
 20 - Change to new Markdown History format
 21 
 22 ---
 23 
 24 # History entries prior to 11.0
 25 
 26 October 18, 2021 B. Morgan (readout-V10-07-01)
 27 - Use std::string member functions from G4String in place of synonyms
 28 
 29 April 1, 2021 B. Morgan (readout-V10-07-00)
 30 - Migrate build to modular CMake API
 31 
 32 Dec 9, 2019,  B. Morgan (readout-V10-06-00)
 33 - Cleanup CMake build, removing obsolete granular library option and
 34   explicit include_directories.
 35 
 36 Nov 26, 2019,  G.Cosmo (readout-V10-05-01)
 37 - Fixed cases of implicit type conversions from size_t to G4int.
 38 
 39 Jan 31, 2019,  I.Hrivnacova (readout-V10-05-00)
 40 - Merged GitHub PR #4: all Boolean operators now return G4bool.
 41 
 42 Nov 9, 2018, G.Cosmo (readout-V10-04-00)
 43 - G4DigiManager: fixed printout typos.
 44 
 45 May 16, 2014, A.Dotti (readout-V10-00-00)
 46 - Coverity fixes
 47 
 48 Mar 15, 2004, M.Asai (readout-V06-00-00)
 49 - Add some methods in G4DCtable to enhance a verbosity
 50 
 51 Oct 4, 2003, G.Cosmo (readout-V05-02-00)
 52 - GNUmakefile:
 53   o added dependency to new module "geometry/navigation".
 54   o replaced "digits+hits" with "digits_hits".
 55 - Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
 56 
 57 Oct 18, 2001, M.Asai (readout-V03-02-00)
 58 - Correction for warning messages by gcc-2.95.2
 59 
 60 Feb 8, 2001, M.Asai (readout-V03-00-01)
 61 - Migration to STL vector classes
 62   affected files :
 63 ./readout/include/G4DCtable.hh
 64 ./readout/include/G4DigiManager.hh
 65 ./readout/include/G4VDigitizerModule.hh
 66 ./readout/src/G4DCtable.cc
 67 ./readout/src/G4DigiManager.cc
 68 
 69 Nov 4, 99, M.Asai (tag readout-V00-01-00)
 70 - entries() method is added to G4TDigiCollection
 71 - Commecnts are enriched for the software reference manual.
 72 
 73 July 15, 98 M.Asai (tag readout-00-01-02)
 74 
 75 July 4, 98 M.Asai (tag readout-00-01-01)
 76 - Ready for the beta release
 77 
 78 June 30, 98 M.Asai (tag readout-00-07-01)
 79 - G4Allocator is introduced to G4DCofThisEvnet and G4DigiCollection.
 80 
 81 June 11, 98 G.Cosmo (readout-00-06-02)
 82 - removed CR characters from G4DCtable.hh.cc and
 83   G4VDigitizerModule.hh.cc (P.Urban)
 84 
 85 June 8, 98 M.Asai
 86 - tagged as readout-00-06-01
 87 
 88 June 6, 98 M.Asai
 89 - Created.
 90 - Introduce first versions of codes
 91