Import Geant4 11.1.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2022-07-01 10:44:02 +02:00
parent b3bf75a2a1
commit c07cea1fe0
2172 changed files with 183300 additions and 123938 deletions
+12 -14
View File
@@ -1,21 +1,19 @@
# Category visexternals History
-------------------------------------------------------------------
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
Category History file
---------------------
This file should be used by G4 developers and category coordinators
to briefly summarize all major modifications introduced in the code
and keep track of all category-tags.
It DOES NOT substitute the CVS log-message one should put at every
committal in the CVS repository !
## 2022-02-01 John Allison (visexternals-V11-00-01)
- gl2ps.cc: Fix Coverity warnings.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
## 2021-12-10 Ben Morgan (visexternals-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
18 August 2021 Laurent Garnier (visexternals-V10-07-04)
- Fix issues with GL lib when building X11 AND Qt. GL libs should be include only once
+2 -2
View File
@@ -1,3 +1,3 @@
# - G4gl2ps category build
geant4_global_library_target(COMPONENTS sources.cmake)
include(sources.cmake)
geant4_add_category(G4gl2ps MODULES G4gl2ps)
+14 -14
View File
@@ -1,20 +1,20 @@
-------------------------------------------------------------------
# Category visexternalsgl2ps History
=========================================================
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
=========================================================
See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
Category History file
---------------------
This file should be used by G4 developers and category coordinators
to briefly summarize all major modifications introduced in the code
and keep track of all category-tags.
It DOES NOT substitute the CVS log-message one should put at every
committal in the CVS repository !
## 2022-01-28 Ben Morgan (visexternalsgl2ps-V11-00-01))
- Replace `geant4_global_library_target` with direct file inclusion and
call to `geant4_add_category` to define library build from source modules.
## 2021-12-10 Ben Morgan (visexternalsgl2ps-V11-00-00)
- Change to new Markdown History format
---
# History entries prior to 11.0
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
12 November 2021 Ben Morgan (visexternalsgl2ps-V10-07-01)
- Retire G4VIS_... preprocessor symbols in toolkit build, only required
by obsolete GNUmake system
+1 -1
View File
@@ -5312,7 +5312,7 @@ static void gl2psPrintSVGPrimitive(void *data)
GL2PSxyz xyz[4];
GL2PSrgba rgba[4];
char col[32];
char lcap[7], ljoin[7];
char lcap[7]="", ljoin[7]="";
int newline;
prim = *(GL2PSprimitive**)data;