Home
last modified time | relevance | path

Searched +full:- +full:dzlib_compat (Results 1 – 9 of 9) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Drelease.yml5 - '*'
7 ci-cmake:
9 runs-on: ${{ matrix.os }}
11 fail-fast: false
14 - name: Windows MSVC Win32
15 os: windows-latest
17 cmake-args: -A Win32
18 deploy-name: win-x86
20 - name: Windows MSVC Win32 Compat
21 os: windows-latest
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
Dlibpng.yml6 runs-on: ubuntu-latest
9 - name: Checkout repository (zlib-ng)
12 - name: Generate project files (zlib-ng)
14 …cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DZLIB_COMPAT=ON -DZLIB_ENABLE_TESTS=OFF
17 CFLAGS: -fPIC
20 - name: Compile source code (zlib-ng)
22 cmake --build . --config Release
24 - name: Checkout repository (libpng)
30 - name: Generate project files (libpng)
33 …cmake . -DCMAKE_BUILD_TYPE=Release -DPNG_TESTS=ON -DPNG_STATIC=OFF -DZLIB_INCLUDE_DIR=.. -DZLIB_LI…
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dpkgcheck.sh5 Usage: sh test/pkgcheck.sh [--zlib-compat]
8 If --zlib-compat, tests with zlib compatible builds.
12 $ sudo apt install ninja-build diffoscope gcc-multilib
13 $ export CMAKE_ARGS="-DCMAKE_C_FLAGS=-m32" CFLAGS=-m32 LDFLAGS=-m32
16 To cross-build, install the appropriate qemu and gcc packages,
21 $ sudo apt install ninja-build diffoscope qemu gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
22 $ export CHOST=arm-linux-gnueabihf
23 $ export CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-arm.cmake -DCMAKE_C_COMPILER_TARGET=${C…
26 $ sudo apt install ninja-build diffoscope qemu gcc-aarch64-linux-gnu libc6-dev-arm64-cross
27 $ export CHOST=aarch64-linux-gnu
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/win32/
DMakefile.a642 # zlib is copyright (C) 1995-2006 Jean-loup Gailly and Mark Adler
5 # nmake -f win32/Makefile.a64 (standard build)
6 # nmake -f win32/Makefile.a64 LOC=-DFOO (nonstandard build)
26 CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC)
28 -D_ARM64_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 \
29 -D_CRT_SECURE_NO_DEPRECATE \
30 -D_CRT_NONSTDC_NO_DEPRECATE \
31 -DARM_NEON_HASLD4 \
32 -DARM_FEATURES \
34 LDFLAGS = -nologo -debug -incremental:no -opt:ref -manifest
[all …]
DMakefile.arm2 # zlib is copyright (C) 1995-2006 Jean-loup Gailly and Mark Adler
5 # nmake -f win32/Makefile.arm (standard build)
6 # nmake -f win32/Makefile.arm LOC=-DFOO (nonstandard build)
26 CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC)
28 -D_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1 \
29 -D_CRT_SECURE_NO_DEPRECATE \
30 -D_CRT_NONSTDC_NO_DEPRECATE \
31 -DARM_FEATURES \
32 -DARM_NEON_HASLD4 \
34 LDFLAGS = -nologo -debug -incremental:no -opt:ref -manifest
[all …]
DMakefile.msc2 # zlib is copyright (C) 1995-2006 Jean-loup Gailly and Mark Adler
5 # nmake -f win32/Makefile.msc (standard build)
6 # nmake -f win32/Makefile.msc LOC=-DFOO (nonstandard build)
26 CFLAGS = -nologo -MD -W3 -O2 -Oy- -Zi -Fd"zlib" $(LOC)
28 -D_CRT_SECURE_NO_DEPRECATE \
29 -D_CRT_NONSTDC_NO_DEPRECATE \
30 -DX86_FEATURES \
31 -DX86_PCLMULQDQ_CRC \
32 -DX86_SSE2 \
33 -DX86_SSE42_ADLER32 \
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
Dconfigure5 # If you want to build just a static library, use: ./configure --static
8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure
10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure)
17 echo -------------------- >> configure.log
24 # set command prefix for cross-compilation
25 if [ -n "${CHOST}" ]; then
28 …"$(echo "${NORM_CHOST}" | sed -e 's/^[^-]*-\([^-]*\)$/\1/' -e 's/^[^-]*-[^-]*-\([^-]*\)$/\1/' -e '…
29 CROSS_PREFIX="${CHOST}-"
30 ARCH="$(echo "${NORM_CHOST}" | sed -e 's/-.*//')"
32 ARCH="$(uname -m)"
[all …]
DCMakeLists.txt30 string(REGEX REPLACE ".*#define[ \t]+ZLIB_VERSION[ \t]+\"([0-9]+.[0-9]+.[0-9]+).*\".*"
32 string(REGEX REPLACE ".*#define[ \t]+ZLIBNG_VERSION[ \t]+\"([-0-9A-Za-z.]+)\".*"
49 include(cmake/detect-arch.cmake)
50 include(cmake/detect-install-dirs.cmake)
51 include(cmake/detect-coverage.cmake)
52 include(cmake/detect-intrinsics.cmake)
53 include(cmake/detect-sanitizer.cmake)
54 include(cmake/fallback-macros.cmake)
61 # this should select the maximum generic optimisation on the current platform (i.e. -O3 for gcc/cla…
87 …"Instruct the compiler to use the full instruction set on this host (gcc/clang -march=native)" OFF)
[all …]