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