Import Geant4 10.5.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2018-06-29 10:58:11 +02:00
parent fe81a77428
commit 6aa23be517
1581 changed files with 124288 additions and 83758 deletions
+11
View File
@@ -1,3 +1,14 @@
4.2.3 :
- tools/sg/text_freetype : g++-8.1.0 : use the functions introduced below in glutess.
- tools/tess_contour : g++-8.1.0 : use the functions introduced below in glutess.
- tools/glutess/glutess : g++-8.1.0 : introduce five gluTessCallback_<enum>() functions to be able to avoid warnings :
warning :cast between incompatible function types
- test/cpp/test/lego_offscreen_zb.cpp : message about freetype in case of failure.
4.2.2 : g++-8.1.0 : fix warnings.
- forit : (a__it) => a__it.
- xml/tree : two const std::string& atb => const std::string& _atb to avoid shadow warnings.
4.2.1 : fix Coverity notifications.
- wroot/MT_SET_MAX.icc : protect usage of null object in "return false" messages.
- wroot/ntuple : tree : create_branch : add a null pointer check.