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