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