Warning, /geant4/examples/extended/persistency/History is written in an unsupported language. File is not indexed.
0001 # Example persistency 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 (exPersistency-V11-01-00)
0009 - Updated vis.mac and other macros:
0010 - Changed "/vis/open XYZ [600x600-0+0]" to "/vis/open" to allow run-time choices
0011 and simplified comments.
0012
0013 ## 2021-12-10 Ben Morgan (exPersistency-V11-00-00)
0014 - Change to new Markdown History format
0015
0016 ---
0017
0018 # History entries prior to 11.0
0019
0020 May 24th, 2021, B. Morgan (exPersistency-V10-07-00)
0021 - Bump required CMake version range to 3.12...3.20, matching core Geant4
0022
0023 November 13th, 2020 Ben Morgan (exPersistency-V10-06-02)
0024 - Enforce use of Serial RunManager for serial-only examples.
0025
0026 November 10th, 2020 Ben Morgan (exPersistency-V10-06-01)
0027 - Migration to G4RunManagerFactory.
0028
0029 November 03, 2020 B. Morgan (exPersistency-V10-06-00)
0030 - Support same CMake version range as core Geant4
0031
0032 January 31, 2019 I. Hrivnacova (exPersistency-V10-05-00)
0033 - Merged GitHub PR #4: all Boolean operators now return G4bool.
0034
0035 November 11, 2015 W. Pokorski (exPersistency-V10-01-01)
0036 - Adding ROOT6 as minimal version
0037
0038 November 02, 2015 W. Pokorski (exPersistency-V10-01-00)
0039 - Removing obsolete check for GCCXML
0040
0041 May 27th, 2013 I. Hrivnacova (exPersistency-V09-06-01)
0042 - Fixed handling required packages/options in CMake files
0043
0044 February 15th, 2013 I. Hrivnacova (exPersistency-V09-06-00)
0045 - Applied coding guidelines in gdml (virtual keyword, data members
0046 initialization)
0047
0048 November 17th, 2012 I. Hrivnacova (exPersistency-V09-05-08)
0049 - Fixed .README files for artefacts from Markdown support
0050 - Removed/updated obsolete instructions (how to compile & link)
0051
0052 November 15th, 2012 I. Hrivnacova (exPersistency-V09-05-07)
0053 - Fixes in files descriptions (for Doxygen)
0054
0055 October 22th, 2012 I. Hrivnacova (exPersistency-V09-05-06)
0056 - Fixed handling GDML option in CMake build:
0057 The "gdml" component is added to find_package call in G0*/CMakeLists.txt
0058 examples (Ben Morgan); check on existence of Geant4_gdml_FOUND only in the
0059 persistency/CMakeLists.txt
0060
0061 October 18th, 2012 I. Hrivnacova (exPersistency-V09-05-05)
0062 - Adding a test for GEANT4_USE_GDML option in CMake files
0063
0064 October 1st, 2012 I. Hrivnacova (exPersistency-V09-05-04)
0065 - The same version as in previous tag
0066
0067 September 28th, 2012 I. Hrivnacova (exPersistency-V09-05-03)
0068 - Adding back visualization drivers in GDML CMake build and keeping
0069 off only UI drivers.
0070
0071 September 27th, 2012 I. Hrivnacova (exPersistency-V09-05-02)
0072 - Temporarily removed visualization from GDML CMake build
0073 (causing a name clash when compiling examples on Windows)
0074
0075 September 25th, 2012 I. Hrivnacova (exPersistency-V09-05-01)
0076 - Fixed P01 for renaming of the dictionary;
0077 Fixed GNUmake build in P01, P02
0078
0079 Sep 24th, 2012 Ivana Hrivnacova (exPersistency-V09-05-00)
0080 - Updated CMakeLists.txt files:
0081 adding visualization, copying macros, install target and comment lines
0082 - Added explicit includes of G4SystemOfUnits.hh and G4PhysicalConstants.hh
0083 - Replaced tabulators with space characters
0084
0085 Aug 27th, 2008 Gabriele Cosmo (persistencyEx-V09-01-00)
0086 - Added examples set for GDML plugin module.
0087 - Imported old GDML example placed inside extended/gdml.
0088
0089 Jun 16th, 2006 Witold Pokorski (persistencyEx-V08-00-00)
0090 - Archived old PersEx01 example based on CINT dictionary.
0091 - Introduced new example P01 for persistency using the Reflex tool.
0092
0093 Dec 6th, 2005 Gabriele Cosmo
0094 - Trivial changes for support of CLHEP-2.0.X series.
0095
0096 Jul 5th, 2005 Gabriele Cosmo (persistencyEx-V07-01-00)
0097 - Added missing ESTRALIBS to link list for specialised setup.
0098
0099 May 3rd, 2005 John Allison (examples-V07-00-03)
0100 - Replaced vis manager with G4VisExecutive.
0101
0102 May 27th, 2005 Gabriele Cosmo (persistencyEx-V07-00-01)
0103 - Fixed trivial compilation errors for utility HitsAnalyzer.
0104
0105 Mar 3rd, 2005 Gabriele Cosmo (persistencyEx-V07-00-00)
0106 - Brought up-to-date ...
0107
0108 Nov 13th, 2003 John Allison
0109 - Removed OPACS from Vis Manager.
0110
0111 30 May, 03 G.Cosmo (persistencyEx-V05-01-00)
0112 - Tagged and included updates to README and scripts which were on the HEAD.
0113
0114 17 March, 03 J.Allison
0115 - Added HepRep to Pers01VisManager.cc.
0116
0117 06 December, 02 G.Cosmo (persistencyEx-V04-01-01)
0118 - Migration to new G4ApplicationState for messengers.
0119
0120 05 December, 02 Y.Morita (persistencyEx-V04-01-00)
0121 - Initial creation of Geant4 ROOT I/O examples
0122