Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/processes/hadronic/History

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 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 ] [ 11.3.0 ]

  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.