Warning, /geant4/examples/basic/History is written in an unsupported language. File is not indexed.
0001 # Example basic 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 ## 2024-09-18 I. Hrivnacova (exbasic-V11-02-04)
0009 - Added information about gui.mac and icons.mac
0010 in the USER INTERFACES section in README
0011
0012 ## 2024-09-16 I. Hrivnacova (exbasic-V11-02-03)
0013 - Added information about TSG visualization driver and tsg_offscreen.mac
0014 in the VISUALIZATION section in README
0015
0016 ## 2024-07-01 Ben Morgan (exbasic-V11-02-02)
0017 - Simplify and modernize CMake scripts for all basic examples
0018
0019 ## 2024-06-10 I. Hrivnacova (exbasic-V11-02-01)
0020 - Fix includes, simplified local variables names:
0021 - Applied suggestions of include-what-you-use tools,
0022 - Adjustment for include "globals.hh":
0023 alway prefer "globals.hh" in examples to explicit includes of containing definitions
0024 - Simplified local variables names:
0025 aStep, aTrack, anEvent, aRun -> step, track, event, run
0026
0027 ## 2024-06-01 Ben Morgan (exbasic-V11-02-00)
0028 - Apply clang-format to all basic examples
0029 - Address coding style warnings
0030
0031 ## 2023-10-09 Ben Morgan (exbasic-V11-01-00)
0032 - Bump CMake range to 3.16...3.27 in line with main toolkit
0033
0034 ## 2022-11-04 I. Hrivnacova (exbasic-V11-00-02)
0035 - Fixed Doxygen file descriptions:
0036 since removing class prefixes the filenames must be provided with a path
0037
0038 ## 2022-08-02 I. Hrivnacova (exbasic-V11-00-01)
0039 - Applied clang-tidy checks
0040
0041 ## 2021-12-10 Ben Morgan (exbasic-V11-00-00)
0042 - Change to new Markdown History format
0043
0044 ---
0045
0046 # History entries prior to 11.0
0047
0048 17/11/21, I. Hrivnacova (exbasic-V10-07-02)
0049 - Updated documentation
0050
0051 02/11/21, I. Hrivnacova (exbasic-V10-07-01)
0052 - Moved data members initialization in header files
0053 (to comply new examples coding guidelines)
0054 - Removed trailing whitespaces from the code and README files
0055
0056 24/05/21, B. Morgan (exbasic-V10-07-00)
0057 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0058
0059 06/11/20, I. Hrivnacova (exbasic-V10-06-03)
0060 - Updated category README
0061
0062 02/11/20, B. Morgan (exbasic-V10-06-02)
0063 - Support same CMake version range as core Geant4
0064
0065 30/06/20, G. Cosmo (exbasic-V10-06-01)
0066 - Migrated all basic examples to use G4RunManagerFactory, therefore
0067 implicitly enabling tasking by default in MT builds.
0068
0069 24/01/20, A. Zaborowska (exbasic-V10-06-00)
0070 - Fix suggested in macros command /run/numberOfThreads
0071
0072 31/01/19, I.Hrivnacova (exbasic-V10-05-00)
0073 - Merged GitHub PR #4: all Boolean operators now return G4bool.
0074
0075 30/11/18 I. Hrivnacova (exbasic-V10-04-00)
0076 - Updated README files:
0077 Added info about usage of G4Accumulable and G4StatAnalysis
0078
0079 08/01/16 I. Hrivnacova (exbasic-V10-02-00)
0080 - Updated README files:
0081 Added G4ENSDFSTATEDATA in the lists of mandatory data sets.
0082
0083 29/11/14 I. Hrivnacova (exbasic-V10-00-01)
0084 - Use G4endl instead of \n in G4cout;
0085 this makes each new line in the output on threads preceded with
0086 G4WTN >
0087
0088 06/11/14 I. Hrivnacova (exbasic-V10-00-00)
0089 - Removed G4UI_USE/G4VIS_USE tests from B1-B4 examples and
0090 init.mac macro (not needed)
0091 - Moved G4UIExecutive at the beginning of main() in all examples
0092 - Perform run initialization in macros instead of main()
0093
0094 02/12/13 I. Hrivnacova (exbasic-V09-06-03)
0095 - Fixed gui.mac in B2, B4 and B5:
0096 corrected wireframe parameter, removed run2.mac from gui
0097
0098 30/11/13 I. Hrivnacova (exbasic-V09-06-02)
0099 - Fixes in documentation
0100 - Fixed B2a/gui.mac and obsolete comments in a few more macros
0101
0102 09/11/13 I. Hrivnacova (exbasic-V09-06-01)
0103 - Added B5 in Cmake, GNUmake and README files;
0104 fixed B2/README
0105
0106 28/02/13 I. Hrivnacova (exbasic-V09-06-00)
0107 - When building materials with NistManager
0108 do not set fromIsotopes argument (which was set to false),
0109 as since 9.6 all materials have to be built from isotopes.
0110 Thanks to V. Ivantchenko for pointing at this.
0111
0112 23/11/12 I. Hrivnacova (exbasic-V09-05-05)
0113 - Updated documentation: synchronized with DocBook
0114
0115 22/11/12 I. Hrivnacova (exbasic-V09-05-04)
0116 - Updated gui.mac macros (in B2 and B4):
0117 Added File menu, as it was removed from Qt driver
0118
0119 17/11/12 I. Hrivnacova (exbasic-V09-05-03)
0120 - Updated documentation:
0121 - Fixed .README files for artefacts from Markdown support
0122 - Removed obsolete instructions (how to compile & link)
0123 - Updated info about used physics lists and needed data files
0124
0125 02/11/12 I. Hrivnacova (exbasic-V09-05-02)
0126 - Fixed CMake build for added macros in B2, B4
0127
0128 02/11/12 I. Hrivnacova (exbasic-V09-05-01)
0129 - Improved README (.README); updated sections on visualization
0130 and UI (J. Allison)
0131 - In B2, B4: Adding icons.mac macro for gui with icons of general use;
0132 updated gui.mac with added call to icons.mac and added an example
0133 of user defined icon (L. Garnier)
0134
0135 18/09/12 I. Hrivnacova (exbasic-V09-05-00)
0136 - Adding explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
0137 where needed
0138 - Replaced tabulators with space characters
0139 - Updated .README
0140
0141 29/11/11 B.Morgan (exbasic-V09-04-05)
0142 - Fixed CMakeLists.txt to setup UI and VIS as needed, and copy all macros
0143 to build directory so executable is runnable directly.
0144
0145 23/11/11 I. Hrivnacova (exbasic-V09-04-04)
0146 - Fixed the example name in the top comment line in init.mac and
0147 init_vis.mac
0148
0149 21/11/11 I. Hrivnacova (exbasic-V09-04-03)
0150 - Improved vis.mac
0151 - Removed alternative detector construction class in B3
0152
0153 18/11/11 I. Hrivnacova (exbasic-V09-04-02)
0154 - Fixes in macros and README files
0155
0156 15/11/11 I. Hrivnacova (exbasic-V09-04-01)
0157 - Migration to new G4Exception in B2aDetectorConstruction.cc
0158 and B2bChamberParameterisation.cc.
0159
0160 14/11/11 I. Hrivnacova (exbasic-V09-04-00)
0161 - The first tagged version of the new basic examples.
0162