index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win32
Age
Commit message (
Expand
)
Author
2021-06-21
Cast calculation of safe length to unsigned int to avoid compiler warnings.
Mika Lindqvist
2021-05-08
upgrade links to HTTPS
Viktor Szakats
2020-11-22
Separate crc32 and crc32_combine tables so the crc32_combine tables are not i...
Nathan Moinvaziri
2020-09-16
Move gzclose() to gzlib.c. Modern linkers should be smart enough to link it i...
Nathan Moinvaziri
2020-09-16
Optionally include gzguts.h with WITH_GZFILEOP flag.
Nathan Moinvaziri
2020-09-14
Simplify zng_calloc and zng_cfree.
Hans Kristian Rosbach
2020-09-13
Enable WITH_GZFILEOP by default in nmake Makefiles.
Mika Lindqvist
2020-09-13
Add support for ZLIB_COMPĂ…T in nmake Makefiles for ARM/AArch64.
Mika Lindqvist
2020-09-11
Added AVX support to chunkset functions.
Nathan Moinvaziri
2020-08-31
Rename ZEXPORT and ZEXTERN for consistency.
Nathan Moinvaziri
2020-08-27
Rename table headers with tbl suffix.
Nathan Moinvaziri
2020-08-20
Harmonize the CPU architecture preprocessor definitions.
Nathan Moinvaziri
2020-06-28
Rename from memchunk to chunkset.
Nathan Moinvaziri
2020-06-28
Split memcopy by architecture.
Nathan Moinvaziri
2020-06-25
Separate defines on individual lines to prevent merge conflicts.
Nathan Moinvaziri
2020-06-24
Fixed deflate_quick missing from Win32 ARM makefile.
Nathan Moinvaziri
2020-06-24
Fixed missing compare258 object compilation in Win32 ARM makefiles.
Nathan Moinvaziri
2020-06-24
Removed old references to fill_window in NMake ARM makefiles.
Nathan Moinvaziri
2020-06-09
Disable unaligned access of > 4 bytes on 32-bit arm
NiLuJe
2020-06-08
For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and crc32_combin...
Nathan Moinvaziri
2020-06-08
Make deflate_quick algorithm available to all architectures. #205
Nathan Moinvaziri
2020-05-30
Separate makefile object list on each line for less merge conflicts in the fu...
Nathan Moinvaziri
2020-05-25
Rename match_p.h to match_tpl.h since it has been converted to a template hea...
Nathan Moinvaziri
2020-05-24
Added support for AVX2 intrinsics to compare258.
Nathan Moinvaziri
2020-05-24
Abstracted out architecture specific implementations of 258 byte comparison t...
Nathan Moinvaziri
2020-05-02
Fix ARM64 build with Visual C++.
Mika Lindqvist
2020-05-01
Standardize fill_window implementations and abstract out slide_hash_neon for ...
Nathan Moinvaziri
2020-04-30
Standardize insert_string functionality across architectures. Added unaligned...
Nathan Moinvaziri
2020-02-07
Add initial AVX2 support.
Mika Lindqvist
2019-09-09
Removed obsolete text file.
Nathan Moinvaziri
2019-09-05
Add support for Visual Studio 2019 nmake.
Mika Lindqvist
2019-09-04
Adds SSE2 optimized slide_hash.
Jim Kukunas
2019-08-23
Rename #defines for consistency (#378)
Nathan Moinvaziri
2019-08-06
Rename gzendian to zendian since it is included in more than just the gzip li...
Nathan Moinvaziri
2019-07-18
Add two new public zng_deflate{Set,Get}Params() functions
Ilya Leoshkevich
2019-04-04
only call NEON adler32 for more than 16 bytes
Sebastian Pop
2019-03-06
rename X86_SSE2_FILL_WINDOW to X86_SSE2
Sebastian Pop
2019-03-01
win32: update makefile dependences
Sebastian Pop
2019-03-01
win32: add missing makefile dependence
Sebastian Pop
2019-01-31
cleanup: move code from arch/x86/crc_pclmulqdq.c to crc32.c
Sebastian Pop
2019-01-21
Replace the UNROLL_LESS define with UNROLL_MORE, making UNROLL_LESS the default.
Hans Kristian Rosbach
2019-01-16
Fix 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-01
Revert "[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-31
Adapt code to support PREFIX macros and update build scripts
Mika Lindqvist
2017-04-24
Merge branch 'hacknslash7' of github.com:Dead2/zlib-ng into hacknslash7
Hans Kristian Rosbach
2017-04-24
ARM optimizations part 2 (#107)
Mika Lindqvist
2017-04-24
Add a struct func_table and function functableInit.
Hans Kristian Rosbach
[next]