Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Bazel targets. | Josh Varga | 2025-01-21 | 1 | -0/+12 |
| | |||||
* | Add build folder to .gitignore. | Ram Shanker | 2024-06-28 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
* | 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 |