- 07 6月, 2022 1 次提交
-
-
由 shuaiyutao 提交于
Change-Id: I156b5b16bbd93817ed1f1ad975c1a1dbdfb520f0 Signed-off-by: Nshuaiyutao <shuaiyutao1@huawei.com>
-
- 11 3月, 2021 1 次提交
-
-
由 mamingshuai 提交于
-
- 09 9月, 2020 1 次提交
-
-
由 wenjun 提交于
-
- 16 1月, 2017 2 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 03 1月, 2017 2 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 02 1月, 2017 1 次提交
-
-
由 Mark Adler 提交于
-
- 01 1月, 2017 1 次提交
-
-
由 Mark Adler 提交于
-
- 03 8月, 2015 1 次提交
-
-
由 Mark Adler 提交于
To build, simply run configure from the source directory by specifying its path. That path will be used to find the source files. The source directory will not be touched. All new and modified files will be made in the current directory. Discovered in the process that not all makes understand % or $<, and not all compilers understand -include or -I-. This required a larger Makefile.in with explicit dependencies.
-
- 29 7月, 2015 1 次提交
-
-
由 Mark Adler 提交于
-
- 03 5月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 29 4月, 2013 2 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
- 14 4月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 13 4月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 25 3月, 2013 1 次提交
-
-
由 Mark Adler 提交于
-
- 21 5月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 03 5月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 23 4月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 14 3月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 19 2月, 2012 1 次提交
-
-
由 Török Edwin 提交于
-
- 13 2月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 30 1月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 29 1月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 17 1月, 2012 1 次提交
-
-
由 Mark Adler 提交于
-
- 19 12月, 2011 1 次提交
-
-
由 Mark Adler 提交于
-
- 28 11月, 2011 2 次提交
-
-
由 Mark Adler 提交于
Add a cover target in Makefile and the test/infcover.c test program to cover all of the code lines in the inf*.c source files. The coverage is run with memory allocation checking in order to expose memory leaks. The coverage testing is run using: ./configure --cover && make cover
-
由 Mark Adler 提交于
-
- 14 11月, 2011 1 次提交
-
-
由 Mark Adler 提交于
Adds ARFLAGS variable for options, where AR is now just the command name. So now $(AR) $(ARFLAGS) is used to build the static library.
-
- 10 10月, 2011 2 次提交
-
-
由 Mark Adler 提交于
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.
-
由 Mark Adler 提交于
-
- 07 10月, 2011 1 次提交
-
-
由 Mark Adler 提交于
A common request has been the ability to compile zlib to require no other libraries. This --solo option provides that ability. The price is that the gz*, compress*, and uncompress functions are eliminated, and that the user must provide memory allocation and free routines to deflate and inflate when initializing.
-
- 02 10月, 2011 1 次提交
-
-
由 Mark Adler 提交于
-
- 12 9月, 2011 3 次提交
-
-
由 Mike Frysinger 提交于
The DESTDIR should not be encoded into symlinks as it is only a temporary path. Further, since we install the symlinks into the same dir as the files, let's use relative links so that they can always resolve. Signed-off-by: NMike Frysinger <vapier@gentoo.org>
-
由 Mark Adler 提交于
Also added "-motley" to ZLIB_VERSION in zlib.h, so that versions in-between 1.2.5.1 and 1.2.5.2 that are pulled down from github can be identified as such if bugs are reported on them.
-
由 Mark Adler 提交于
-
- 10 9月, 2011 3 次提交
-
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-
由 Mark Adler 提交于
-