summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2021-12-24Version 2.0.6Hans Kristian Rosbach
2021-12-24Link crc32_test and infcover with $(CFLAGS)Ilya Leoshkevich
2021-12-24Add new crc32 unit testMatheus Castanho
2021-06-25Version 2.0.5Hans Kristian Rosbach
2021-06-11Version 2.0.4Hans Kristian Rosbach
2021-05-13Version 2.0.3Hans Kristian Rosbach
2021-03-23Version 2.0.2Hans Kristian Rosbach
2021-03-17Version 2.0.1 - HotfixHans Kristian Rosbach
2021-03-16Stable release 2.0.0Hans Kristian Rosbach
2021-03-09Remove misleading manpage.Hans Kristian Rosbach
2021-01-29Version 2.0.0 Release Candidate 2Hans Kristian Rosbach
2021-01-11Version 2.0.0 Release Candidate 1Hans Kristian Rosbach
2020-11-22Separate crc32 and crc32_combine tables so the crc32_combine tables are not i...Nathan Moinvaziri
2020-09-16Move gzclose() to gzlib.c. Modern linkers should be smart enough to link it i...Nathan Moinvaziri
2020-08-19Honor CFLAGS when linkingNiLuJe
2020-07-17configure: don't link shared libraries explicitly with -lcDan Kegel
2020-07-13Make static libraries produced by cmake and configure identical.Dan Kegel
2020-06-28Rename from memchunk to chunkset.Nathan Moinvaziri
2020-06-28Split memcopy by architecture.Nathan Moinvaziri
2020-06-25Add tests for Adler32Rogerio Alves
2020-06-08Removed example64 and minigzip64 since large file support is now natively sup...Nathan Moinvaziri
2020-06-08Make deflate_quick algorithm available to all architectures. #205Nathan Moinvaziri
2020-05-30Separate makefile object list on each line for less merge conflicts in the fu...Nathan Moinvaziri
2020-05-24Abstracted out architecture specific implementations of 258 byte comparison t...Nathan Moinvaziri
2020-04-30Standardize insert_string functionality across architectures. Added unaligned...Nathan Moinvaziri
2019-09-20Split crc table generating code (MAKECRCH) out into separate tool makecrct.Hans Kristian Rosbach
2019-09-20Split maketrees out into a separate toolHans Kristian Rosbach
2019-09-14Added cmake tests to verify output of makefixed (#398)Nathan Moinvaziri
2019-08-08Remove BUILDFIXED and MAKEFIXED. (#375)Hans Kristian Rosbach
2019-06-22Remove duplicate gz functions in test code (#348)Nathan Moinvaziri
2019-03-26automatically update makefile dependencesSebastian Pop
2019-03-21factor out code in arch/{arm,aarch64}Sebastian Pop
2019-01-31cleanup: move code from arch/x86/crc_pclmulqdq.c to crc32.cSebastian Pop
2019-01-24clean up logic of configure and make for sanitizer flagsSebastian Pop
2019-01-22remove unused variablesSebastian Pop
2019-01-17typedef ptrdiff_t when stddef.h does not provide itSebastian Pop
2019-01-16move match.c to match_p.h and remove match.hSebastian Pop
2019-01-09remove unused configure check for HAVE_STDARG_HSebastian Pop
2018-11-07integration of oss-fuzz in make test #204 (#206)sebpop
2018-03-14Fix the problem about rule to make target "zconf.h" on Arm platformsRichael Zhuang
2018-01-31Fix dynamic versioning of libraryHans Kristian Rosbach
2018-01-31Adapt code to support PREFIX macros and update build scriptsMika Lindqvist
2018-01-31Copy zconf.h.in to zconf-ng.h.in and add relevant processing inHans Kristian Rosbach
2018-01-31Add function prefix (zng_) to all exported functions to allow zlib-ngHans Kristian Rosbach
2018-01-31Rename library based on zlib-compat settingHans Kristian Rosbach
2018-01-31Fix .so library permissions on install, needs to be executable for packagingHans Kristian Rosbach
2017-11-27Fix make distclean with non-standard make (#134)Orgad Shaneh
2017-04-24- Add adler32 to functableHans Kristian Rosbach
2017-04-24Merge branch 'hacknslash7' of github.com:Dead2/zlib-ng into hacknslash7Hans Kristian Rosbach
2017-04-24ARM optimizations part 2 (#107)Mika Lindqvist