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