Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
+29 -4
View File
@@ -1,4 +1,3 @@
$Id: History 110480 2018-05-25 07:25:18Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,17 +16,43 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
24 May 2015 John Allison (opengl-V10-04-06)
5 October 2018 John Allison (opengl-V10-04-10)
- In all header files, change
#ifdef G4VIS_BUILD_OPENGL_DRIVER
to
#if defined (G4VIS_BUILD_OPENGL_DRIVER) || defined (G4VIS_USE_OPENGL)
and similarly for OPENGLX, XM, QT, WT and WIN32. This is so that a user
may include the OpenGL headers and use the OpenGL library. This will be
useful if a user (or a developer) wishes to write a new vis driver
based on the existing OpenGL code.
11 September 2018 John Allison (opengl-V10-04-09)
- G4OpenGLViewer: Fix shadowing of variable in namespace CLHEP'.
o Need #include <CLHEP/Units/SystemOfUnits.h> instead of
#include "G4SystemOfUnits.hh". Then use, e.g., CLHEP::deg instead
of deg.
12 August 2018 John Allison (opengl-V10-04-08)
- G4OpenGLStoredViewer::DrawDisplayLists:
o Remove redundant calls to glColor.
o Add G4VisAttributes for G4Circle lightFront(circleCentre);
11 August 2018 John Allison (opengl-V10-04-07)
- G4OpenGLStoredSceneHandler::AddPrimitivePreambleInternal
o Disable GL_LIGHTING for 3D markers (It was already disabled for 2D.
The problem was that 3D markers became dark with normal lighting.)
24 May 2018 John Allison (opengl-V10-04-06)
- G4OpenGLStoredQtSceneHandler.cc, G4OpenGLQtViewer.cc:
o Fix gcc-8 warnings.
- G4OpenGLStoredSceneHandler.cc: Cosmetic.
25 April 2015 John Allison (opengl-V10-04-05)
25 April 2018 John Allison (opengl-V10-04-05)
- G4OpenGLStoredViewer::CompareForKernelVisit,
G4OpenGLStoredQtViewer::CompareForKernelVisit:
o Implement comparison for "colour by density".
24 April 2017 John Allison (opengl-V10-04-04)
24 April 2018 John Allison (opengl-V10-04-04)
- Migrate to greps-V10-04-04.
13 February 2018 Jonathan Madsen (opengl-V10-04-03)