Warning, /geant4/examples/extended/errorpropagation/errProp/History is written in an unsupported language. File is not indexed.
0001 # Example errorpropagation History
0002
0003 See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
0004 which **must** added in reverse chronological order (newest at the top). It must **not**
0005 be used as a substitute for writing good git commit messages!
0006
0007
0008 ## 2022-11-04 I. Hrivnacova (exerrprop-V11-00-02)
0009 - Fixed Doxygen file descriptions
0010
0011 ## 2022-13-09 I. Hrivnacova (exerrprop-V11-00-01)
0012 - Moved the example in the new errProp directory and renamed the executable
0013 from errprop in errProp.
0014
0015 ## 2021-12-10 Ben Morgan (exerrprop-V11-00-00)
0016 - Change to new Markdown History format
0017
0018 ---
0019
0020 # History entries prior to 11.0
0021
0022 May 24, 2021 B. Morgan (exerrprop-V10-07-00)
0023 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0024
0025 Nov 03, 2020 B.Morgan (exerrprop-V10-06-00)
0026 - Support same CMake version range as core Geant4
0027
0028 Jun 13, 2018 G.Cosmo (exerrprop-V10-04-00)
0029 - Use implicit destructor in ExErrorMagneticField.
0030 - Updated README.
0031
0032 Oct 16, 2014 I.Hrivnacova (exerrprop-V10-00-00)
0033 - Fixed coding guidelines (long lines) in errprop.cc, ExErrorDetectorConstruction.cc
0034
0035 Feb 13, 2013 I.Hrivnacova (exerrprop-V09-06-00)
0036 - Applied coding guidelines (virtual keyword, data member initialization)
0037
0038 Sep 4, 2012 I.Hrivnacova (exerrprop-V09-05-05)
0039 - Adding explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
0040 where needed
0041 - Replaced tabulators with space characters
0042
0043 Sep 4, 2012 I.Hrivnacova (exerrprop-V09-05-04)
0044 - Updated CMakeLists.txt:
0045 adding copying macros (empty), install target and comment lines
0046
0047 Jul 17, 2012 I.Hrivnacova (exerrprop-V09-05-03)
0048 - Restored files descriptions and moved class descriptions in .hh
0049 at the right place
0050
0051 Jul 17, 2012 I.Hrivnacova (exerrprop-V09-05-02)
0052 - Improved .README file
0053
0054 Jul 6, 2012 P.Arce (exerrprop-V09-05-01)
0055 - Reviewed examples according to coding guidelines
0056
0057 Oct 3, 2011 G.Folger (exerrprop-V09-04-01)
0058 - Fix one left old style G4Exception.
0059
0060 Oct 3, 2011 G.Folger (exerrprop-V09-04-00)
0061 - Fix gcc46 compilation warning in errprop.cc
0062
0063 Mar 6, 2009 G.Barrand (exerrprop-V09-02-00)
0064 - GNUmakefile: removed logic for setting AIDA with G4ANALYSIS_USE.
0065 since it already handled in the internal configuration scripts.
0066 - Replaced usare of 'uint' with 'size_t' in errprop.cc (G.Cosmo).
0067
0068 May 28, 2007 P.Arce
0069 - First version