summaryrefslogtreecommitdiff
path: root/deps/zlib
Commit message (Collapse)AuthorAgeFilesLines
* zlib: disable warning 4142 on MSVCcmn/update-zlibCarlos Martín Nieto2014-06-111-0/+1
| | | | This is about benign redefinition of types. We're not interested in it.
* 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
|\ | | | | | | | | | | | | Conflicts: deps/zlib/crc32.c deps/zlib/crc32.h deps/zlib/zconf.h
| * 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
| | | | | | | | | | The visibility attribute is a headache on many platforms like Solaris, and not even supported on Windows.
* | 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
| | | | | | | | | | Yes, we are changing the Zlib code. This is dangerous and uncool. Fortunately, these are just some implicit casts.
* | 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
I don't know if this is good or bad. This lets libgit2 compile cleanly on any platforms without any external dependencies, but adds a little bit of bloat... Let's test this out and see what happens.