Geant4 Cross Reference |
1 # Category hadr 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-11-26 Gabriele Cosmo (hadr-V11-00-02) 10 - Fixed compilation warnings for implicit type conversions on macOS/XCode 14.1. 11 12 ## 2022-05-16 Guilherme Amadio (hadr-V11-00-01) 13 - Replace getenv() calls for data variables with G4FindDataDir() 14 15 ## 2021-12-10 Ben Morgan (hadr-V11-00-00) 16 - Change to new Markdown History format 17 18 --- 19 20 # History entries prior to 11.0 21 22 April 16, 2021 B.Morgan (hadr-V10-07-02) 23 - Migrate hadronic categories to use modular CMake API 24 25 April 13, 2021 A. Ribon (hadr-V10-07-01) 26 - GNUmakefile : removed the subdirectories hadronic/models/management and 27 hadronic/models/util (that have been now deleted, with their classes 28 moved to hadronic/util and hadronic/management). 29 30 March 16, 2021 A. Ribon (hadr-V10-07-00) 31 - GNUmakefile : removed the subdirectory rpg 32 (corresponding to the hadronic model rpg that has been deleted). 33 34 February 1, 2019 I. Hrivnacova (hadr-V10-05-00) 35 - Merged GitHub PR #4: 36 - Improvements to G4HadronicException. 37 - Align the behavior of G4HadronicException with std::exception: what() returns 38 the exception explanation. 39 - Move the member definition to a source file. 40 - Added some consts. 41 - All Boolean operators now return G4bool. 42 43 November 6, 2015 G.Cosmo (hadr-V10-01-01) 44 - Added missing tags: hadr-cross-V10-01-33, hadr-hpp-V10-01-29. 45 46 November 6, 2015 G.Cosmo (hadr-V10-01-00) 47 - Including tags on top of tag "geant4-10-01-ref-10": 48 hadr-cross-V10-01-33, hadr-man-V10-01-06, hadr-abla-V10-01-01, 49 hadr-cohe-V10-01-16, hadr-deex-V10-01-54, hadr-fission-V10-01-07, 50 had-im_r-V10-01-03, hadr-lend-V10-01-07, hadr-modman-V10-01-07, 51 hadr-hpp-V10-01-29, hadr-qmd-V10-01-09, hadr-qelastic-V10-01-03, 52 radioactive_decay-V10-01-21, hadr-mod-util-V10-01-10, hadr-util-V10-01-02. 53 - Removed module 'neutron_hp', now merged in 'particle_hp'. 54 55 November 8, 2013 G.Cosmo (hadr-V09-06-00) 56 - Including tags on top of tag "geant4-09-06-ref-10": 57 hadr-gmk-V09-06-04, hadr-proc-mod-cmk-V09-06-00, hadr-proc-mod-gmk-V09-06-00, 58 hadr-abla-V09-06-03, hadr-deex-V09-06-25, hadr-fission-V09-06-00, 59 hadr-inclxx-V09-06-36, hadr-hpn-V09-06-18, hadr-stopping-V09-06-11. 60 - Removed modules 'high_energy', 'lll_fission' and 'low_energy'. 61 New module 'fission' replaces 'lll_fission'. 62 63 October 4, 2012 G.Cosmo (hadr-V09-05-00) 64 - Removed "photolepton_hadron" module and replaced with "lepto_nuclear". 65 66 October 1, 2012 G.Cosmo 67 - Created.