0
0
mirror of https://github.com/madler/zlib.git synced 2026-01-18 17:11:27 +01:00

9 Commits

Author SHA1 Message Date
Mark Adler
c715ad71fe Restore zconf.h to distribution. 2025-02-05 16:10:11 -08:00
Mark Adler
ec346f1c39 Update Makefile to not recreate zconf.h and zconf.h.cmakein.
Both were removed as zconf.h.cmakein is no longer needed, and
zconf.h is made from zconf.h.in.
2025-01-31 20:18:50 -08:00
Josh Varga
2359cd3d60 Add Bazel targets. 2025-01-21 23:29:35 -05:00
Ram Shanker
534864bccd Add build folder to .gitignore.
A library is usually expected to be built in a folder /build at
its root. Whenever this repository is added as a submodule of
another project and compiled, git shows all the generated files as
changes. To suppress those git messages, this ignores the build
folder.
2024-06-28 23:03:38 -05:00
AraHaan
4a47c1bf3d Add project and solution files for building a nuget package. 2023-08-19 10:57:26 -07:00
Mark Adler
2bcfc31188 Add configure.log to .gitignore. 2016-06-17 19:36:10 -07:00
Mark Adler
0b16609409 zlib 1.2.7.1 2013-03-24 22:47:59 -07:00
Mark Adler
d66a307941 Add --cover option to ./configure for gcc coverage testing.
This adds the -fprofile-arcs and -ftest-coverage options when compiling
the source code for the static library.  Those same options must then be
used when linking the static library into an executable.  This updates
Makefile.in to remove and .gitignore to ignore the files generated when
testing coverage.
2011-10-09 10:25:15 -07:00
Mark Adler
06223a362e Add .gitignore [Frysinger] 2011-09-11 11:50:36 -07:00