Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add project and solution files for building a nuget package. | AraHaan | 2023-08-19 | 1 | -1/+11 |
| | |||||
* | Add configure.log to .gitignore. | Mark Adler | 2016-06-17 | 1 | -0/+1 |
| | |||||
* | zlib 1.2.7.1v1.2.7.1 | Mark Adler | 2013-03-24 | 1 | -0/+2 |
| | |||||
* | Add --cover option to ./configure for gcc coverage testing. | Mark Adler | 2011-10-09 | 1 | -0/+4 |
| | | | | | | | | 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. | ||||
* | Add .gitignore [Frysinger] | Mark Adler | 2011-09-11 | 1 | -0/+19 |