summaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2021-06-21Cast calculation of safe length to unsigned int to avoid compiler warnings.Mika Lindqvist
2021-05-08upgrade links to HTTPSViktor Szakats
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-09-16Optionally include gzguts.h with WITH_GZFILEOP flag.Nathan Moinvaziri
2020-09-14Simplify zng_calloc and zng_cfree.Hans Kristian Rosbach
2020-09-13Enable WITH_GZFILEOP by default in nmake Makefiles.Mika Lindqvist
2020-09-13Add support for ZLIB_COMPĂ…T in nmake Makefiles for ARM/AArch64.Mika Lindqvist
2020-09-11Added AVX support to chunkset functions.Nathan Moinvaziri
2020-08-31Rename ZEXPORT and ZEXTERN for consistency.Nathan Moinvaziri
2020-08-27Rename table headers with tbl suffix.Nathan Moinvaziri
2020-08-20Harmonize the CPU architecture preprocessor definitions.Nathan Moinvaziri
2020-06-28Rename from memchunk to chunkset.Nathan Moinvaziri
2020-06-28Split memcopy by architecture.Nathan Moinvaziri
2020-06-25Separate defines on individual lines to prevent merge conflicts.Nathan Moinvaziri
2020-06-24Fixed deflate_quick missing from Win32 ARM makefile.Nathan Moinvaziri
2020-06-24Fixed missing compare258 object compilation in Win32 ARM makefiles.Nathan Moinvaziri
2020-06-24Removed old references to fill_window in NMake ARM makefiles.Nathan Moinvaziri
2020-06-09Disable unaligned access of > 4 bytes on 32-bit armNiLuJe
2020-06-08For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and crc32_combin...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-25Rename match_p.h to match_tpl.h since it has been converted to a template hea...Nathan Moinvaziri
2020-05-24Added support for AVX2 intrinsics to compare258.Nathan Moinvaziri
2020-05-24Abstracted out architecture specific implementations of 258 byte comparison t...Nathan Moinvaziri
2020-05-02Fix ARM64 build with Visual C++.Mika Lindqvist
2020-05-01Standardize fill_window implementations and abstract out slide_hash_neon for ...Nathan Moinvaziri
2020-04-30Standardize insert_string functionality across architectures. Added unaligned...Nathan Moinvaziri
2020-02-07Add initial AVX2 support.Mika Lindqvist
2019-09-09Removed obsolete text file.Nathan Moinvaziri
2019-09-05Add support for Visual Studio 2019 nmake.Mika Lindqvist
2019-09-04Adds SSE2 optimized slide_hash.Jim Kukunas
2019-08-23Rename #defines for consistency (#378)Nathan Moinvaziri
2019-08-06Rename gzendian to zendian since it is included in more than just the gzip li...Nathan Moinvaziri
2019-07-18Add two new public zng_deflate{Set,Get}Params() functionsIlya Leoshkevich
2019-04-04only call NEON adler32 for more than 16 bytesSebastian Pop
2019-03-06rename X86_SSE2_FILL_WINDOW to X86_SSE2Sebastian Pop
2019-03-01win32: update makefile dependencesSebastian Pop
2019-03-01win32: add missing makefile dependenceSebastian Pop
2019-01-31cleanup: move code from arch/x86/crc_pclmulqdq.c to crc32.cSebastian Pop
2019-01-21Replace the UNROLL_LESS define with UNROLL_MORE, making UNROLL_LESS the default.Hans Kristian Rosbach
2019-01-16Fix win32 makefiles to no longer attempt to build match.obj.Hans Kristian Rosbach
2018-12-12[ARM/AArch64] Add run-time detection of ACLE and NEON instructions under Linux.Mika Lindqvist
2018-11-01Revert "[ARM/AArch64] Add run-time detection of ACLE and NEON instructions un...Hans Kristian Rosbach
2018-10-30[ARM/AArch64] Add run-time detection of ACLE and NEON instructions under Linux.Mika Lindqvist
2018-03-22[MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. (#161)Mika Lindqvist
2018-01-31Adapt code to support PREFIX macros and update build scriptsMika Lindqvist
2017-04-24Merge branch 'hacknslash7' of github.com:Dead2/zlib-ng into hacknslash7Hans Kristian Rosbach
2017-04-24ARM optimizations part 2 (#107)Mika Lindqvist
2017-04-24Add a struct func_table and function functableInit.Hans Kristian Rosbach