Warning, /geant4/examples/extended/geometry/vecGeomNavigation/History is written in an unsupported language. File is not indexed.
0001 # Example vecGeomNavigation 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).
0005 It must **not** be used as a substitute for writing good git commit messages!
0006
0007 -------------------------------------------------------------------------------
0008
0009 ## 2023-11-10 I. Hrivnacova (VecGeomNavigation-V11-01-01)
0010 - Coding guidelines: split long lines, added separators in
0011 VG01ActionInitialization.cc
0012 - Remove run-ntst.mac
0013
0014 ## 2023-01-09 Ben Morgan (VecGeomNavigation-V11-01-00)
0015 - Use PROJECT_ scoped _SOURCE/BINARY_DIR variables in place of CMAKE_
0016 scope version to ease use of Geant4 as a CMake subproject.
0017 - Fixes [GitHub PR #52](https://github.com/Geant4/geant4/pull/52)
0018
0019 ## 2022-11-04 I. Hrivnacova (VecGeomNavigation-V11-00-03)
0020 - Fixed Doxygen file descriptions
0021
0022 ## 2022-04-07 Ben Morgan (VecGeomNavigation-V11-00-02)
0023 - Build g4vecgeomnav as a static library if only Geant4 static libs are available
0024
0025 ## 2022-03-25 Gabriele Cosmo (VecGeomNavigation-V11-00-01)
0026 - Removed unused setting of threads causing compilation warning.
0027
0028 ## 2021-12-10 Ben Morgan (VecGeomNavigation-V11-00-00)
0029 - Change to new Markdown History format
0030
0031 ---
0032
0033 # History entries prior to 11.0
0034
0035 09/07/2021 G.Cosmo (VecGeomNavigation-V10-07-02)
0036 - Switched to use "master" for G4VecGeomNav package (instead of hardcoded
0037 hashed tag "1a002fbf2bccd81827b6100f86e2ad82433a75e9", used for 11.0-beta),
0038 to constantly test development version.
0039
0040 25/06/2021 B.Morgan (VecGeomNavigation-V10-07-01)
0041 - Fix build of builtin G4VecGeomNav
0042
0043 24/06/2021 J.Apostolakis (VecGeomNavigation-V10-07-00)
0044 - First version of example interfacing VecGeom navigation with Geant4.