Geant4 Cross Reference |
1 # Category zlib History 1 # Category zlib History 2 2 3 See `CONTRIBUTING.rst` for details of **requir 3 See `CONTRIBUTING.rst` for details of **required** info/format for each entry, 4 which **must** added in reverse chronological 4 which **must** added in reverse chronological order (newest at the top). It must **not** 5 be used as a substitute for writing good git c 5 be used as a substitute for writing good git commit messages! 6 6 7 ## 2023-06-15 Ben Morgan (zlib-V11-01-00) << 8 - Import zlib 1.2.13 sources, retaining prior << 9 << 10 ## 2022-10-08 Ben Morgan (zlib-V11-00-04) 7 ## 2022-10-08 Ben Morgan (zlib-V11-00-04) 11 - Suppress deprecated-non-prototype warnings f 8 - Suppress deprecated-non-prototype warnings for compilers that check this. 12 9 13 ## 2022-10-07 Ben Morgan (zlib-V11-00-03) 10 ## 2022-10-07 Ben Morgan (zlib-V11-00-03) 14 - Import zlib 1.2.12 sources, retaining prior 11 - Import zlib 1.2.12 sources, retaining prior Geant4 patches. 15 12 16 ## 2022-09-22 Ben Morgan (zlib-V11-00-02) 13 ## 2022-09-22 Ben Morgan (zlib-V11-00-02) 17 - Apply patch for Zlib from [GitHub PR 43](htt 14 - Apply patch for Zlib from [GitHub PR 43](https://github.com/Geant4/geant4/pull/43) 18 - Addresses Valgrind warnings that aren't ig 15 - Addresses Valgrind warnings that aren't ignored due to name change of library 19 16 20 ## 2022-01-28 Ben Morgan (zlib-V11-00-01) 17 ## 2022-01-28 Ben Morgan (zlib-V11-00-01) 21 - Replace `geant4_global_library_target` with 18 - Replace `geant4_global_library_target` with direct file inclusion and 22 call to `geant4_add_category` to define libr 19 call to `geant4_add_category` to define library build from source modules. 23 20 24 ## 2021-12-10 Ben Morgan (zlib-V11-00-00) 21 ## 2021-12-10 Ben Morgan (zlib-V11-00-00) 25 - Change to new Markdown History format 22 - Change to new Markdown History format 26 23 27 --- 24 --- 28 25 29 # History entries prior to 11.0 26 # History entries prior to 11.0 30 27 31 29 June 2021 Ben Morgan (zlib-V10-07-01) 28 29 June 2021 Ben Morgan (zlib-V10-07-01) 32 - Remove formatting options from build 29 - Remove formatting options from build 33 30 34 23 February 2021 Ben Morgan (zlib-V10-07-00) 31 23 February 2021 Ben Morgan (zlib-V10-07-00) 35 - Use separate genexes in G4zlib include direc 32 - Use separate genexes in G4zlib include directories to prevent parsing issues 36 33 37 29 October 2020 Ben Morgan (zlib-V10-06-01) 34 29 October 2020 Ben Morgan (zlib-V10-06-01) 38 - sources.cmake: remove include of obsolete CM 35 - sources.cmake: remove include of obsolete CMake module, 39 update for full migration to new CMake syste 36 update for full migration to new CMake system. 40 37 41 28 May 2020 Ben Morgan (zlib-V10-06-00) 38 28 May 2020 Ben Morgan (zlib-V10-06-00) 42 - sources.cmake: Add needed include directorie 39 - sources.cmake: Add needed include directories to G4zlib 43 module when using new cmake system. 40 module when using new cmake system. 44 41 45 21 June 2018 Gunter Folger (zlib-V10-04-03) 42 21 June 2018 Gunter Folger (zlib-V10-04-03) 46 - gzwrite.c: one more cast to int, 43 - gzwrite.c: one more cast to int, 47 44 48 20 June 2018 Gunter Folger (zlib-V10-04-02) 45 20 June 2018 Gunter Folger (zlib-V10-04-02) 49 - fixes in gzread.c/gzwrite.c for Windows 64 b 46 - fixes in gzread.c/gzwrite.c for Windows 64 bit builds. 50 Correctioins taken from https://github.com 47 Correctioins taken from https://github.com/madler/zlib/pull/279 51 48 52 14 June 2018 Gunter Folger (zlib-V10-04-01) 49 14 June 2018 Gunter Folger (zlib-V10-04-01) 53 - move all includes in src/ to include/; This 50 - move all includes in src/ to include/; This helps keep 54 geant4_validate_sources.cmake simpler 51 geant4_validate_sources.cmake simpler 55 52 56 12 June 2018 Gunter Folger (zlib-V10-04-00) 53 12 June 2018 Gunter Folger (zlib-V10-04-00) 57 - addressing compilation warnings from gcc8: 54 - addressing compilation warnings from gcc8: 58 switch back to original source from zlib 1. 55 switch back to original source from zlib 1.2.11, and use C compiler. 59 56 60 18 May 2017 Gunter Folger (zlib-V10-03-01) 57 18 May 2017 Gunter Folger (zlib-V10-03-01) 61 - disable warning on fall-through on many case 58 - disable warning on fall-through on many case statements issued by gcc7 62 add directive -Wno-implicit-fallthrough in 59 add directive -Wno-implicit-fallthrough in CMakeLists.txt, and fix copy-paste typo. 63 60 64 03 February 2017 Ben Morgan (zlib-V10-03-00) 61 03 February 2017 Ben Morgan (zlib-V10-03-00) 65 - Set interface include directories on G4zlib{ 62 - Set interface include directories on G4zlib{-static} targets 66 in CMakeLists.txt. This provides the needed 63 in CMakeLists.txt. This provides the needed interface to allow transparent 67 usage of internal/external zlib via targets 64 usage of internal/external zlib via targets and without needing to use 68 include_directories explicitly. Only set inc 65 include_directories explicitly. Only set include paths in BUILD 69 interface for consistency with other targets 66 interface for consistency with other targets. 70 67 71 19 April 2015 Gunter Folger (zlib-V10-02-01) 68 19 April 2015 Gunter Folger (zlib-V10-02-01) 72 - fix in gzguts.h for Windows; as of Studio 2 69 - fix in gzguts.h for Windows; as of Studio 2015 in 64 bit compilation, 73 _snprintf is no longer provided, but snpri 70 _snprintf is no longer provided, but snprintf finally is available. 74 71 75 15 January 2015Gunter Folger (zlib-V10-02-00 72 15 January 2015Gunter Folger (zlib-V10-02-00) 76 - fix clang compiler warning in inflate.cc: r 73 - fix clang compiler warning in inflate.cc: return explicit value 77 of -1L << 16 (0xffffFFFFffff000L) 74 of -1L << 16 (0xffffFFFFffff000L) 78 75 79 10 July 2015 Gunter Folger (zlib-V10-01-01) 76 10 July 2015 Gunter Folger (zlib-V10-01-01) 80 - Add type casts to fix windows compilations 77 - Add type casts to fix windows compilations errors. 81 78 82 8 July 2015 Gunter Folger (zlib-V10-01-00) 79 8 July 2015 Gunter Folger (zlib-V10-01-00) 83 - Update to zlib-1.2.8, keeping out structure 80 - Update to zlib-1.2.8, keeping out structure. 84 Compare files to new zlib, and transfer ch 81 Compare files to new zlib, and transfer changes, keeping local 85 modifications, like function declarationss, 82 modifications, like function declarationss, and removed register keyword. 86 Note that test06 now contains the test code 83 Note that test06 now contains the test code. 87 84 88 10 April 2014 Gabriele Cosmo (zlib-V10-00-01) 85 10 April 2014 Gabriele Cosmo (zlib-V10-00-01) 89 - Get rid of deprecated 'register' storage cl 86 - Get rid of deprecated 'register' storage class specifier in source files 90 crc32.cc, deflate.cc and trees.cc. 87 crc32.cc, deflate.cc and trees.cc. 91 88 92 18 March 2014 Gabriele Cosmo (zlib-V10-00-00) 89 18 March 2014 Gabriele Cosmo (zlib-V10-00-00) 93 - Fixed compilation warnings from clang-3.4 f 90 - Fixed compilation warnings from clang-3.4 for unused variables in 94 deflate.cc and inftrees.cc 91 deflate.cc and inftrees.cc 95 92 96 7 May 2013 Gunter Folger (zlib-V09-06-03) 93 7 May 2013 Gunter Folger (zlib-V09-06-03) 97 - Fixes for Windows: 94 - Fixes for Windows: 98 - Add few more explicit typecasts, in #ifde 95 - Add few more explicit typecasts, in #ifdef protected code 99 - in inflate.h,.cc an enum used OS, this cl 96 - in inflate.h,.cc an enum used OS, this clashes with a #define, rename OS to 100 OS_ZLIB 97 OS_ZLIB 101 - sources.cmake: add -DZLIB_DLL, to export 98 - sources.cmake: add -DZLIB_DLL, to export symbols, don't rename debug 102 version of G4zlib to G4zlibd. 99 version of G4zlib to G4zlibd. 103 100 104 6 May 2013 Gunter Folger (zlib-V09-06-02) 101 6 May 2013 Gunter Folger (zlib-V09-06-02) 105 - Adapt full zlib to G4 cmake: 102 - Adapt full zlib to G4 cmake: 106 - copied portions of zlib CMakeLists.tzt to 103 - copied portions of zlib CMakeLists.tzt to sources.cmake, 107 using standard G4 CMakeLists.txt 104 using standard G4 CMakeLists.txt 108 - Private header are in src, include only h 105 - Private header are in src, include only has zlib.h. zconf.h is created 109 in build tree from src/zconf.h.cmakein; z 106 in build tree from src/zconf.h.cmakein; zlib.h and zconf.h are installed. 110 107 111 27 March 2013 Gunter Folger (zlib-V09-06-01) 108 27 March 2013 Gunter Folger (zlib-V09-06-01) 112 - Update to zlib 1.2.7 109 - Update to zlib 1.2.7 113 - include complete zlib, not only writer. 110 - include complete zlib, not only writer. 114 111 115 20 March 2013 Gabriele Cosmo (zlib-V09-06-00) 112 20 March 2013 Gabriele Cosmo (zlib-V09-06-00) 116 - Moved from visualization/externals module 113 - Moved from visualization/externals module 117 114 118 25 May 2005 Mark Donszelmann 115 25 May 2005 Mark Donszelmann 119 - zlib version 1.2.2 116 - zlib version 1.2.2