Geant4 Cross Reference |
1 # Category empii 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 ## 2023-08-29 Ben Morgan (empii-V11-01-00) 10 - Fix Coverity warnings 11 12 ## 2022-11-18 Gabriele Cosmo (empii-V11-00-01) 13 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1. 14 15 ## 2021-12-10 Ben Morgan (empii-V11-00-00) 16 - Change to new Markdown History format 17 18 --- 19 20 # History entries prior to 11.0 21 22 09-07-2021 V.Ivanchenko, tag empii-V10-07-01 23 use const pointer to G4Element 24 25 16-04-2021 B.Morgan, tag empii-V10-07-00 26 Migrate build to modular CMake API 27 28 07-06-2013 G.Cosmo, tag empii-V09-06-00 29 Cleanup from MT changes in G4hRDEnergyLoss.cc. 30 31 11-07-2012 G.Cosmo, tag empii-V09-05-02 32 Explicitly use inclusion of headers for system of units and 33 physical constants, in plan to remove implicit inclusion from 34 globals.hh. 35 36 07-06-2012 G.Cosmo, tag empii-V09-05-01 37 Trivial fixes for few cases of variable shadowing in 38 G4hImpactIonisation.cc and G4PixeCrossSectionHandler.cc 39 40 22-03-2012 MGP, tag empii-V09-05-00 41 Added test directory 42 43 14.09.2011, MGP, tag empii-V09-04-03 44 Modified in compliance to G4Exception as announced in Asai's emails 45 on 9 and 16 August 2011 46 47 14.09.2011, MGP, tag empii-V09-04-02 48 Work in progress on beb-dm 49 50 28.06.2011, MGP, tag empii-V09-04-01 51 Workaround in logarithmic interpolator to deal with 52 zeros in new data library G4PII1.3 53 54 20.06.2011, MGP, tag empii-V09-04-00 55 Remove compilation warnings with gcc-4.6.0 notified by G. Cosmo 56 57 25.11.2010, MGP, tag empii-V09-03-05 58 Remove annoying printout 59 60 25.11.2010, MGP, tag empii-V09-03-04 61 Added protections in RDEnergyLoss for unphysical cases of zero energy 62 63 21.11.2010, MGP, tag empii-V09-03-03 64 Removed leftover debug printing 65 66 21.11.2010, MGP, tag empii-V09-03-02 67 Changed the name of the environment variable identifying 68 the associated data library from G4PIXEDATA to G4PIIDATA 69 as imposed by Geant4 spokesman M. Asai (apparently we are 70 not allowed to use the word "PIXE", even if the code in 71 this package simulates the physical phenomenon of PIXE) 72 73 19.11.2010, MGP, tag empii-V09-03-01 74 Some cleaning of comments and aesthetics 75 Files for cmake provided by G. Cosmo 76 77 19.11.2010, MGP, tag empii-V09-03-00 78 Initial code content corresponding to: 79 M.G. Pia et al., 80 PIXE Simulation With Geant4, 81 IEEE Trans. Nucl. Sci., vol. 56, no. 6, pp. 3614-3649, Dec. 2009 82 83 19.11.2010, MGP, created