Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zlib: disable warning 4142 on MSVCcmn/update-zlib | Carlos Martín Nieto | 2014-06-11 | 1 | -0/+1 |
| | | | | This is about benign redefinition of types. We're not interested in it. | ||||
* | zlib: add a few missing defines | Carlos Martín Nieto | 2014-06-11 | 1 | -0/+3 |
| | |||||
* | zlib: Declare preprocessor directives at build time | Vicent Marti | 2011-07-01 | 1 | -4/+0 |
| | |||||
* | zlib: No visualization attributes. | Vicent Marti | 2011-06-30 | 1 | -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 time | Vicent Marti | 2011-03-16 | 1 | -0/+1 |
| | |||||
* | Use a more sane zconf.f when building Zlib | Vicent Marti | 2011-03-15 | 1 | -391/+19 |
| | |||||
* | Add ZLib as a built-in dependency | Vicent Marti | 2011-03-15 | 1 | -0/+428 |
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. |