Warning, /geant4/examples/extended/common/History is written in an unsupported language. File is not indexed.
0001 # Example common 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 ## 2023-11-15 I. Hrivnacova (excommon-V11-01-02)
0009 - Updated vis.mac macros:
0010 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0011 and simplified comments.
0012
0013 ## 2023-11-14 I. Hrivnacova (excommon-V11-01-01)
0014 - Fixes for Doxygen:
0015 Move class description comments after namespace
0016
0017 ## 2023-11-09 I. Hrivnacova (excommon-V11-01-00)
0018 - Coding guidelines - document macros in README files
0019
0020 ## 2022-11-09 I. Hrivnacova (excommon-V11-00-02)
0021 - Fixed file descriptions in the top directory
0022
0023 ## 2022-11-07 I. Hrivnacova (excommon-V11-00-01)
0024 New coding guidelines, added tests:
0025 - Added exampleCommon.cc and exampleCommonNoVis.cc
0026 - Added namespace Common
0027 - Override keywords
0028 - Data members initialization in .hh
0029 - Updated README files
0030 - Removed trailing whitespaces
0031
0032 ## 2021-12-10 Ben Morgan (excommon-V11-00-00)
0033 - Change to new Markdown History format
0034
0035 ---
0036
0037 # History entries prior to 11.0
0038
0039 24/05/21 B. Morgan (excommon-V10-07-00)
0040 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0041
0042 03/11/20 B. Morgan (excommon-V10-06-00)
0043 - Support same CMake version range as core Geant4
0044
0045 29/09/17 I. Hrivnacova (excommon-V10-03-00,01)
0046 - Removed generic class names prefix (ExG4) and introduced a meaningful one
0047 when appropriate
0048 - Removed event and run action classes which are now obsolete
0049 - Replaced explicit messengers with use of G4GenericMessenger
0050 - C++11 (nullptr, auto)
0051
0052 20/07/16 I. Hrivnacova (excommon-V10-02-01)
0053 - Coding guidelines (redundant empty lines)
0054
0055 04/07/16 I. Hrivnacova (excommon-V10-02-00)
0056 - Fix for Doxygen documentation
0057
0058 09/06/15 I. Hrivnacova (excommon-V10-01-00)
0059 - Added a client-specific prefix to common library and test
0060 to avoid name clashes when building all extended examples at once
0061
0062 06/11/14 I. Hrivnacova (excommon-V10-00-06)
0063 - Fixed CMakeLists.txt for removal of analysis directory
0064
0065 05/11/14 I. Hrivnacova (excommon-V10-00-05)
0066 - Restoring back GNUmakefile (lost with previous update)
0067
0068 05/11/14 I. Hrivnacova (excommon-V10-00-04)
0069 - Moved analysis subdirectory in extended/analysis/AnaEx01/hbook,
0070 as it is not used anywhere else
0071
0072 05/11/14 I. Hrivnacova (excommon-V10-00-03)
0073 - Removed sub-directories with user classes and scripts (now obsolete)
0074
0075 04/11/14 I. Hrivnacova (excommon-V10-00-02)
0076 - Added GNUmakefile in top directory
0077
0078 04/11/14 I. Hrivnacova (excommon-V10-00-01)
0079 - Modifications to facilitate use of common directory via svn:externals:
0080 merging user classes in the top directoy (include and src),
0081 added testCommon.cc for all classes altogether and
0082 added building common library
0083
0084 28/05/14 I. Hrivnacova (excommon-V10-00-00)
0085 - Removed fPrintModulo from ExG4EventAction01
0086 and fSetPrintModuloCmd from ExG4EventAction01Messenger,
0087 now obsolete.
0088 - Fixed long lines, separators in userActions classes
0089
0090 28/02/13 I. Hrivnacova (excommon-V09-06-00)
0091 - When building materials with NistManager
0092 do not set fromIsotopes argument (which was set to false),
0093 as since 9.6 all materials have to be built from isotopes.
0094 Thanks to V. Ivantchenko for pointing at this.
0095
0096 26/09/2012 I. Hrivnacova (excommon-V09-05-02)
0097 - Added/updated CMakeLists.txt files:
0098 adding copying macros, install target, comment lines
0099 and HBOOK external package in analysis
0100 - Added explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
0101 - Replaced tabulators with space characters
0102 - Updated script for generating CMakeLists.txt files
0103
0104 19/07/2012 I. Hrivnacova (excommon-V09-05-01)
0105 - Fix in the scripts (copying files from shared with an extension)
0106
0107 05/06/2012 I. Hrivnacova (excommon-V09-05-00)
0108 - Updated scripts for copying shared files; the shared files are now
0109 defined in the SharedFilesList.txt file
0110
0111 23/11/2011 I. Hrivnacova (excommon-V09-04-01)
0112 - Addded physicsList directory with a physics list with genatino
0113 and charged geantino
0114
0115 15/11/2011 I. Hrivnacova (excommon-V09-04-00)
0116 - First version of the common classes for the extended examples.