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
/
configure
Age
Commit message (
Expand
)
Author
2021-12-24
Added build system check for posix_memalign support.
Nathan Moinvaziri
2021-05-29
Handle HAVE_UNISTD_H defined to 0.
Paweł Wegner
2021-05-27
Fix warnings in configure
Mika Lindqvist
2021-05-09
[ARM/AArch64] More thorough testing of getauxval() macros and includes
Mika Lindqvist
2021-05-08
Don't check for SSSE3 on non-x86 architectures.
Hans Kristian Rosbach
2021-04-29
Detect hwcap flags needed for runtime detection on ARM Linux
Josh Triplett
2021-04-27
Fix build with LTO on GCC
Victor Westerhuis
2021-04-09
Changed auto-detection of float-abi support by removing triplet check in favo...
Nathan Moinvaziri
2021-02-26
Only set CPU feature flags in configure script if not using native instructions.
Nathan Moinvaziri
2021-01-12
Fix SONAME version
Hans Kristian Rosbach
2021-01-11
Version 2.0.0 Release Candidate 1
Hans Kristian Rosbach
2021-01-11
Disallow semantic interposition in ELF shared libraries if supported by the c...
Hans Kristian Rosbach
2020-12-12
Separate sanitizers so they can be run independently.
Nathan Moinvaziri
2020-09-11
Added AVX support to chunkset functions.
Nathan Moinvaziri
2020-09-11
Enable gzfileops by default when compiling using Cmake or configure.
Hans Kristian Rosbach
2020-08-31
Rename ZLIB_INTERNAL to Z_INTERNAL for consistency.
Nathan Moinvaziri
2020-08-20
Harmonize the CPU architecture preprocessor definitions.
Nathan Moinvaziri
2020-07-17
CMakeLists.txt, configure: match source order; .so's now identical on more pl...
Dan Kegel
2020-07-17
configure: move config.sub to tools subdir
Dan Kegel
2020-07-17
configure: canonicalize CHOST.
Dan Kegel
2020-07-17
configure: don't link shared libraries explicitly with -lc
Dan Kegel
2020-07-10
Added missing switch for configure script --native to readme.
Nathan Moinvaziri
2020-07-10
Added SSE4.2 inline assembly check for configure script.
Nathan Moinvaziri
2020-07-10
Merge pull request #683 from nmoinvaz/fixes/config-cwd-lib-path
Hans Kristian Rosbach
2020-07-10
configure: fix typo (.o in shared library)
Dan Kegel
2020-07-05
Remove current directory library include path in configure not present in cmake.
Nathan Moinvaziri
2020-07-03
Fixed configure applying -march flags globally for ARM.
Nathan Moinvaziri
2020-07-02
Added powerpc instances to CI for configure.
Nathan Moinvaziri
2020-07-01
Apply neonflag only to files using neon instructions with configure.
Nathan Moinvaziri
2020-06-28
Rename from memchunk to chunkset.
Nathan Moinvaziri
2020-06-28
Split memcopy by architecture.
Nathan Moinvaziri
2020-06-27
Add POWER8_VSX_SLIDEHASH macro
Matheus Castanho
2020-06-25
Adler32 vector optimization for Power.
Rogerio Alves
2020-06-22
Enable NEON-optimized slide_hash on aarch64 if NEON-optimizations are enabled.
Mika Lindqvist
2020-06-09
Disable unaligned access of > 4 bytes on 32-bit arm
NiLuJe
2020-06-08
Added Adler32 SSSE3 and AVX2 implementations to functable.
Nathan Moinvaziri
2020-06-08
Removed example64 and minigzip64 since large file support is now natively sup...
Nathan Moinvaziri
2020-06-08
Make deflate_quick algorithm available to all architectures. #205
Nathan Moinvaziri
2020-06-08
Add optimized slide_hash for POWER processors
Matheus Castanho
2020-06-08
Preparation for POWER optimizations
Matheus Castanho
2020-05-24
Added support for AVX2 intrinsics to compare258.
Nathan Moinvaziri
2020-05-24
Removed fallback for __builtin_ctzl since it is no longer used.
Nathan Moinvaziri
2020-05-24
Abstracted out architecture specific implementations of 258 byte comparison t...
Nathan Moinvaziri
2020-05-01
Standardize fill_window implementations and abstract out slide_hash_neon for ...
Nathan Moinvaziri
2020-04-16
Fixed crc and simd march flags not be applied to CFLAGS in configure script f...
Nathan Moinvaziri
2020-02-07
Add initial AVX2 support.
Mika Lindqvist
2020-02-07
Fix double specification of -O2
Gabriel A. Devenyi
2020-02-07
Fixed configure script use of sed on macOS. #427
Nathan Moinvaziri
2019-11-25
configure: relax arm detection
MilhouseVH
2019-09-26
travis.yml changes:
Hans Kristian Rosbach
[next]