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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-12-24
Make integration into bigger projects easier
Dženan Zukić
2021-12-24
Added build system check for posix_memalign support.
Nathan Moinvaziri
2021-12-24
[arm] Disable ACLE, UNALIGNED_OK and UNALIGNED64_OK on armv7 and earlier.
Mika Lindqvist
2021-12-24
Added unit test to ensure that inflate with adler32 hash works on previously ...
Nathan Moinvaziri
2021-12-24
Add new crc32 unit test
Matheus Castanho
2021-06-21
Change WITH_SANITIZER to be a multi-option parameter (for ccmake etc).
Hans Kristian Rosbach
2021-06-11
fix: SSE42CMPSTR compiled even if WITH_SSE4=OFF
Ilya Kurdyukov
2021-05-29
Only when using Visual C++, the static library name should be "zlibstatic"
Mika Lindqvist
2021-05-29
Remove unnecessary test for stdarg.h
Mika Lindqvist
2021-05-29
Handle HAVE_UNISTD_H defined to 0.
Paweł Wegner
2021-05-27
Fix build under Cygwin.
Mika Lindqvist
2021-05-18
Remove redundancy; apple is unix
Greg Sjaardema
2021-05-18
Fix compiler detection to avoid bad mpicc match
Greg Sjaardema
2021-05-16
Spelling fixes
Greg Sjaardema
2021-05-09
[ARM/AArch64] More thorough testing of getauxval() macros and includes
Mika Lindqvist
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-14
Write generated files during tests to CMake's build directory using the name ...
Nathan Moinvaziri
2021-04-09
Changed auto-detection of float-abi support by removing triplet check in favo...
Nathan Moinvaziri
2021-03-22
Detect unsupported VS at configure time (and not at compile time)
tbeu
2021-03-20
Only perform auto-detection of floating point ABI on ARM arch. #895
Nathan Moinvaziri
2021-03-20
Restore hash_head != 0 checks
Ilya Leoshkevich
2021-03-18
Add a CMake macro for simple test executables
Ilya Leoshkevich
2021-03-18
Cmake: Accept custom install dirs in various formats from command line.
Hans Kristian Rosbach
2021-03-17
Remove unused header checks from CMake. These are legacy checks that zlib use...
Nathan Moinvaziri
2021-03-17
Fix .pc file generation in CMakeLists.txt
Victor Westerhuis
2021-03-17
Fix block_open handling in deflate_quick()
Ilya Leoshkevich
2021-03-16
Fix defining HAVE_SYS_SDT_H with CMake
Ilya Leoshkevich iii@linux.ibm.com
2021-03-16
Add testing of minigzip/minideflate --help and invalid parameter
Hans Kristian Rosbach
2021-03-16
Fix bi_valid handling in deflate_quick()
Ilya Leoshkevich iii@linux.ibm.com
2021-03-16
Quote CMAKE_C_FLAGS_RELEASE
Ilya Leoshkevich iii@linux.ibm.com
2021-03-15
[CMake] Add zlibstatic alias when BUILD_SHARED_LIBS is "OFF"
past-due
2021-03-09
Remove misleading manpage.
Hans Kristian Rosbach
2021-02-25
Add porting guide.
Hans Kristian Rosbach
2021-02-17
Use cmake check_c_compiler_flag for -fno-semantic-interposition compiler flag...
Nathan Moinvaziri
2021-02-17
Move code coverage detection into its own cmake file.
Nathan Moinvaziri
2021-02-17
Improve compiler detection of code coverage flags.
Nathan Moinvaziri
2021-01-16
Sync cmake variable names with names already used by %cmake macros in
Hans Kristian Rosbach
2021-01-12
Fix SONAME version
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-11-22
Separate crc32 and crc32_combine tables so the crc32_combine tables are not i...
Nathan Moinvaziri
2020-11-21
CMake: fix 'ALDER32' typo in feature info message
Greg V
2020-10-24
Combine option and add_feature_info in CMake.
Nathan Moinvaziri
2020-10-18
Fixed formatting in check_c_source_compiles checks for consistency.
Nathan Moinvaziri
2020-10-18
Fixed ptrdiff_t redefined static analysis warning on GCC. Failing ptrdiff_t d...
Nathan Moinvaziri
2020-09-23
Added option to normalize line-endings in CMake run-and-compare script.
Nathan Moinvaziri
2020-09-23
Move tests closer to add_executable in CMake to make them easier to find.
Nathan Moinvaziri
2020-09-23
Ignore hidden test files with ctest on macOS.
Nathan Moinvaziri
2020-09-23
Turn off compare and gzip verify in GH-536 tests due to switchlevels.
Nathan Moinvaziri
[next]