summaryrefslogtreecommitdiff
path: root/deps/zlib
Commit message (Expand)AuthorAgeFilesLines
* zlib: Silence some warnings from Visual Studio C.Mark Adler2022-07-122-5/+5
* zlib: slide_hash: add MSAN annotation to suppress known read from uninitialis...Andrzej Hunt2022-07-121-0/+5
* zlib: declare prototypes for new functionsEdward Thomson2022-07-122-1/+10
* zlib: updated bundled zlib to v1.2.12Edward Thomson2022-07-1215-959/+10735
* Make the tests pass cleanly with MemorySanitizerlhchavez2020-06-301-0/+1
* cmake: Sort source files for reproducible buildspks/cmake-sort-reproducible-buildsPatrick Steinhardt2020-05-151-5/+6
* zlib: remove unused functionsEdward Thomson2019-06-242-14/+0
* Attempt at fixing the MingW64 compilationlhchavez2019-01-061-0/+1
* docs: clarify and include licenses of dependenciesPatrick Steinhardt2018-08-301-0/+27
* deps: upgrade embedded zlib to version 1.2.11Patrick Steinhardt2018-03-0715-724/+1816
* cmake: fix static linking for bundled depsPatrick Steinhardt2017-09-201-1/+1
* cmake: move zlib build instructions into subdirectoryPatrick Steinhardt2017-08-161-0/+4
* zlib: include "git2/types.h" instead of "common.h"Patrick Steinhardt2017-07-031-1/+2
* zlib: disable warning 4142 on MSVCcmn/update-zlibCarlos Martín Nieto2014-06-111-0/+1
* zlib: get rid of compress.c and uncompr.cCarlos Martín Nieto2014-06-112-139/+0
* zlib: get rid of gz*Carlos Martín Nieto2014-06-116-2042/+0
* zlib: add a few missing definesCarlos Martín Nieto2014-06-111-0/+3
* Merge branch 'cmn/zlib-128' into cmn/zlib-updateCarlos Martín Nieto2014-06-1121-449/+3527
|\
| * Update zlib to 1.2.8Carlos Martín Nieto2014-06-1122-458/+4502
* | Fix compilation in WindowsVicent Marti2011-08-082-0/+883
* | zlib: Declare preprocessor directives at build timeVicent Marti2011-07-011-4/+0
* | zlib: No visualization attributes.Vicent Marti2011-06-301-0/+1
* | Define NO_GZIP in zconf.h instead of at compile timeVicent Marti2011-03-161-0/+1
* | Fix compilation warnings in ZLib (MSVC)Vicent Marti2011-03-152-5/+5
* | Use a more sane zconf.f when building ZlibVicent Marti2011-03-151-391/+19
|/
* Add ZLib as a built-in dependencyVicent Marti2011-03-1516-0/+8789