72 lines
2.9 KiB
Plaintext
72 lines
2.9 KiB
Plaintext
$Id: History 66373 2012-12-18 09:41:34Z gcosmo $
|
|
-------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
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 !
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
History file for G4 zlib package
|
|
--------------------------------
|
|
|
|
19 April 2015 Gunter Folger (zlib-V10-02-01)
|
|
- fix in gzguts.h for Windows; as of Studio 2015 in 64 bit compilation,
|
|
_snprintf is no longer provided, but snprintf finally is available.
|
|
|
|
15 January 2015Gunter Folger (zlib-V10-02-00)
|
|
- fix clang compiler warning in inflate.cc: return explicit value
|
|
of -1L << 16 (0xffffFFFFffff000L)
|
|
|
|
10 July 2015 Gunter Folger (zlib-V10-01-01)
|
|
- Add type casts to fix windows compilations errors.
|
|
|
|
8 July 2015 Gunter Folger (zlib-V10-01-00)
|
|
- Update to zlib-1.2.8, keeping out structure.
|
|
Compare files to new zlib, and transfer changes, keeping local
|
|
modifications, like function declarationss, and removed register keyword.
|
|
Note that test06 now contains the test code.
|
|
|
|
10 April 2014 Gabriele Cosmo (zlib-V10-00-01)
|
|
- Get rid of deprecated 'register' storage class specifier in source files
|
|
crc32.cc, deflate.cc and trees.cc.
|
|
|
|
18 March 2014 Gabriele Cosmo (zlib-V10-00-00)
|
|
- Fixed compilation warnings from clang-3.4 for unused variables in
|
|
deflate.cc and inftrees.cc
|
|
|
|
7 May 2013 Gunter Folger (zlib-V09-06-03)
|
|
- Fixes for Windows:
|
|
- Add few more explicit typecasts, in #ifdef protected code
|
|
- in inflate.h,.cc an enum used OS, this clashes with a #define, rename OS to
|
|
OS_ZLIB
|
|
- sources.cmake: add -DZLIB_DLL, to export symbols, don't rename debug
|
|
version of G4zlib to G4zlibd.
|
|
|
|
6 May 2013 Gunter Folger (zlib-V09-06-02)
|
|
- Adapt full zlib to G4 cmake:
|
|
- copied portions of zlib CMakeLists.tzt to sources.cmake,
|
|
using standard G4 CMakeLists.txt
|
|
- Private header are in src, include only has zlib.h. zconf.h is created
|
|
in build tree from src/zconf.h.cmakein; zlib.h and zconf.h are installed.
|
|
|
|
27 March 2013 Gunter Folger (zlib-V09-06-01)
|
|
- Update to zlib 1.2.7
|
|
- include complete zlib, not only writer.
|
|
|
|
20 March 2013 Gabriele Cosmo (zlib-V09-06-00)
|
|
- Moved from visualization/externals module
|
|
|
|
25 May 2005 Mark Donszelmann
|
|
- zlib version 1.2.2
|