index
:
zlib
develop
master
A mirror of https://github.com/madler/zlib.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
zconf.h.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-13
Allow the use of -Wundef when compiling or using zlib.
Mark Adler
4
-21
/
+45
2012-03-12
Move obsolete emx makefile to old [Truta].
Mark Adler
1
-0
/
+0
2012-03-12
Remove unneeded EXTRA_CFLAGS from win32/Makefile.gcc [Truta].
Mark Adler
1
-4
/
+3
2012-03-12
If using cmake with MSVC, add the source directory to the includes.
Christoph J. Thompson
1
-0
/
+1
2012-03-11
Include version symbols for cmake builds.
Christoph J. Thompson
1
-0
/
+3
2012-03-11
Build both a static and a shared version of zlib with cmake.
Christoph J. Thompson
1
-8
/
+4
2012-03-11
Generate and install the pkg-config file with cmake.
Christoph J. Thompson
3
-2
/
+22
2012-03-11
Allow overriding the default install locations for cmake.
Christoph J. Thompson
1
-5
/
+10
2012-03-10
Update copyright years in gzlib.c.
Mark Adler
1
-1
/
+1
2012-03-10
Fix comments in win32/Makefile.gcc for proper usage.
Mark Adler
1
-8
/
+7
2012-03-10
Avoid warnings when O_CLOEXEC or O_EXCL are not defined.
Mark Adler
1
-1
/
+10
2012-03-09
Add DESTDIR support to mingw32 win32/Makefile.gcc.
Nathan Phillip Brink
1
-15
/
+15
2012-03-09
Add ability to choose the builder in make_vms.com [Schweda].
Mark Adler
1
-36
/
+45
2012-03-04
Make sure that O_EXCL is used portably.
Mark Adler
1
-4
/
+7
2012-03-04
Fix contrib/vstudio project link errors [Mohanathas].
Mark Adler
7
-20
/
+44
2012-03-03
Fix bug in test/minigzip.c for configure --solo.
Mark Adler
1
-1
/
+1
2012-03-03
Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen().
Mark Adler
2
-2
/
+15
2012-03-03
Fix bug in gzclose_w() when gzwrite() fails to allocate memory.
Mark Adler
1
-6
/
+8
2012-03-03
Simplify test and use of gcc hidden attribute.
Mark Adler
3
-9
/
+5
2012-03-03
Don't use library or built-in byte swaps.
Mark Adler
1
-13
/
+2
2012-03-02
Fix make_vms.com for VAX [Zinser].
Mark Adler
1
-20
/
+63
2012-03-02
Cast to char * in gzprintf to avoid warnings [Zinser].
Mark Adler
1
-11
/
+12
2012-02-20
Avoid using __int64 for gcc or solo compilation.
Mark Adler
3
-9
/
+9
2012-02-19
Improve the detection of no hidden visibility attribute.
Mark Adler
3
-6
/
+16
2012-02-19
Do not use the visibility attribute if NO_VIZ defined.
Mark Adler
2
-2
/
+2
2012-02-19
Update version numbers and year in win32/README-WIN32.txt.
Mark Adler
1
-4
/
+4
2012-02-18
Use __WATCOMC__ instead of __WATCOM__.
Mark Adler
3
-3
/
+3
2012-02-18
Include unistd.h for Watcom C.
Mark Adler
3
-0
/
+9
2012-02-18
Require gcc 4.0 or later on Mac OS X to use the hidden attribute.
Mark Adler
2
-2
/
+4
2012-02-18
Fix build with non-GNU make on Solaris.
Török Edwin
1
-5
/
+5
2012-02-18
Restore gzgetc_ for backward compatibility with 1.2.6.
Mark Adler
11
-0
/
+23
2012-02-18
Test for existence of strerror.
Mark Adler
2
-2
/
+16
2012-02-18
Replace use of memmove() with a simple copy for portability.
Mark Adler
1
-3
/
+8
2012-02-13
Expunge gzgetc_ from configuration files.
Mark Adler
9
-16
/
+0
2012-02-13
Remove unnecessary include for byte swap built-in [Bosmans].
Mark Adler
1
-1
/
+0
2012-02-12
Don't use built-in byte swaps if compiled solo.
Mark Adler
1
-9
/
+12
2012-02-12
Change version number to 1.2.7.
Mark Adler
20
-40
/
+43
2012-02-12
zlib 1.2.6.1
v1.2.6.1
Mark Adler
12
-14
/
+25
2012-02-11
Fix minor typo in zlib.h comments [Rześniowiecki].
Mark Adler
1
-3
/
+2
2012-02-11
Use optimized byte swap operations for Microsoft and GNU [Snyder].
Mark Adler
3
-13
/
+19
2012-02-10
Remove unnecessary gzgetc_ function.
Mark Adler
2
-11
/
+4
2012-02-05
Update make_vms.com [Zinser].
Mark Adler
1
-139
/
+150
2012-02-04
Minor cleanup in contrib/minizip/zip.c [Vollant].
Mark Adler
1
-2
/
+2
2012-02-04
Use name in GCC_CLASSIC as C compiler for coverage testing, if set.
Mark Adler
1
-0
/
+3
2012-02-01
Avoid library header include in crc32.c for Z_SOLO.
Mark Adler
1
-0
/
+3
2012-02-01
Put gzflags() functionality back in zutil.c.
Mark Adler
12
-47
/
+26
2012-02-01
Include gz_header definition when compiling zlib solo.
Mark Adler
3
-15
/
+9
2012-01-30
Fix problem with ./configure --prefix and gzgetc macro.
Mark Adler
1
-2
/
+8
2012-01-29
Include io.h in gzguts.h for Microsoft compilers.
Mark Adler
1
-2
/
+1
2012-01-29
Avoid the use of the Objective-C reserved name "id".
Mark Adler
1
-5
/
+5
[prev]
[next]