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
+16
View File
@@ -19,6 +19,22 @@ committal in the CVS repository !
History file for G4 zlib package
--------------------------------
21 June 2018 Gunter Folger (zlib-V10-04-03)
- gzwrite.c: one more cast to int,
20 June 2018 Gunter Folger (zlib-V10-04-02)
- fixes in gzread.c/gzwrite.c for Windows 64 bit builds.
Correctioins taken from https://github.com/madler/zlib/pull/279
14 June 2018 Gunter Folger (zlib-V10-04-01)
- move all includes in src/ to include/; This helps keep
geant4_validate_sources.cmake simpler
12 June 2018 Gunter Folger (zlib-V10-04-00)
- addressing compilation warnings from gcc8:
switch back to original source from zlib 1.2.11, and use C compiler.
18 May 2017 Gunter Folger (zlib-V10-03-01)
- disable warning on fall-through on many case statements issued by gcc7
add directive -Wno-implicit-fallthrough in CMakeLists.txt, and fix copy-paste typo.