<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/.gitignore, branch master</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2025-02-06T00:10:11+00:00</updated>
<entry>
<title>Restore zconf.h to distribution.</title>
<updated>2025-02-06T00:10:11+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2025-02-05T22:35:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=c715ad71fe514b5e7768b1b334fc0b09f35842a3'/>
<id>urn:sha1:c715ad71fe514b5e7768b1b334fc0b09f35842a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Makefile to not recreate zconf.h and zconf.h.cmakein.</title>
<updated>2025-02-01T04:18:50+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2025-02-01T04:11:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=ec346f1c39aa5569ec899d65ee5bba67a09ae2fc'/>
<id>urn:sha1:ec346f1c39aa5569ec899d65ee5bba67a09ae2fc</id>
<content type='text'>
Both were removed as zconf.h.cmakein is no longer needed, and
zconf.h is made from zconf.h.in.
</content>
</entry>
<entry>
<title>Add Bazel targets.</title>
<updated>2025-01-22T04:29:35+00:00</updated>
<author>
<name>Josh Varga</name>
<email>josh.varga@gmail.com</email>
</author>
<published>2025-01-20T06:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2359cd3d601a15ddafe7137a49651069c95a13c3'/>
<id>urn:sha1:2359cd3d601a15ddafe7137a49651069c95a13c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add build folder to .gitignore.</title>
<updated>2024-06-29T04:03:38+00:00</updated>
<author>
<name>Ram Shanker</name>
<email>182385+ramshankerji@users.noreply.github.com</email>
</author>
<published>2024-06-28T02:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=534864bccd78812648ad1beaccdeec7c9d47aeef'/>
<id>urn:sha1:534864bccd78812648ad1beaccdeec7c9d47aeef</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add project and solution files for building a nuget package.</title>
<updated>2023-08-19T17:57:26+00:00</updated>
<author>
<name>AraHaan</name>
<email>seandhunt_7@yahoo.com</email>
</author>
<published>2022-10-25T04:35:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93'/>
<id>urn:sha1:4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add configure.log to .gitignore.</title>
<updated>2016-06-18T02:36:10+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2016-06-18T02:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=2bcfc31188090093d688404321a2c537f014061c'/>
<id>urn:sha1:2bcfc31188090093d688404321a2c537f014061c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zlib 1.2.7.1</title>
<updated>2013-03-25T05:47:59+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2013-03-25T05:46:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=0b166094092efa2b92200cbb67f390e86c181ab4'/>
<id>urn:sha1:0b166094092efa2b92200cbb67f390e86c181ab4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add --cover option to ./configure for gcc coverage testing.</title>
<updated>2011-10-09T17:25:15+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2011-10-09T17:16:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=d66a30794183e04f121fd1464d7bfcfbbcaf64ed'/>
<id>urn:sha1:d66a30794183e04f121fd1464d7bfcfbbcaf64ed</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Add .gitignore [Frysinger]</title>
<updated>2011-09-11T18:50:36+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2011-09-11T18:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=06223a362e1855302be908e9ececb3c6c90be8ca'/>
<id>urn:sha1:06223a362e1855302be908e9ececb3c6c90be8ca</id>
<content type='text'>
</content>
</entry>
</feed>
