Home
last modified time | relevance | path

Searched +full:zlib +full:- +full:dev (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/external/rust/crates/libz-sys/src/zlib/
DMakefile.in1 # Makefile for zlib
2 # Copyright (C) 1995-2017 Jean-loup Gailly, Mark Adler
3 # For conditions of distribution and use, see copyright notice in zlib.h
8 # If you want to build just a static library, use: ./configure --static
12 # make LOC=-DASMV OBJA=match.o
14 # To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type:
21 CFLAGS=-O
22 #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
23 #CFLAGS=-g -DZLIB_DEBUG
24 #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
[all …]
Dconfigure2 # configure script for zlib.
5 # 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
25 ZINCOUT="-I."
28 ZINC='-include zconf.h'
29 ZINCOUT='-I. -I$(SRCDIR)'
33 # set command prefix for cross-compilation
34 if [ -n "${CHOST}" ]; then
[all …]
/external/python/cpython2/Modules/zlib/
DMakefile.in1 # Makefile for zlib
2 # Copyright (C) 1995-2016 Jean-loup Gailly, Mark Adler
3 # For conditions of distribution and use, see copyright notice in zlib.h
8 # If you want to build just a static library, use: ./configure --static
12 # make LOC=-DASMV OBJA=match.o
14 # To install /usr/local/lib/libz.* and /usr/local/include/zlib.h, type:
21 CFLAGS=-O
22 #CFLAGS=-O -DMAX_WBITS=14 -DMAX_MEM_LEVEL=7
23 #CFLAGS=-g -DZLIB_DEBUG
24 #CFLAGS=-O3 -Wall -Wwrite-strings -Wpointer-arith -Wconversion \
[all …]
Dconfigure2 # configure script for zlib.
5 # 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
25 ZINCOUT="-I."
28 ZINC='-include zconf.h'
29 ZINCOUT='-I. -I$(SRCDIR)'
33 # set command prefix for cross-compilation
34 if [ -n "${CHOST}" ]; then
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
31 libcurl4-openssl-dev \
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
31 libcurl4-openssl-dev \
[all …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
32 libcurl4-openssl-dev \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php_32bit/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
25 libsqlite3-dev \
26 && apt-get clean
29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
32 libcurl4-openssl-dev \
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
19 configure-args: --warn
21 - name: Ubuntu GCC OSB
[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 …]
/external/cronet/third_party/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
26 libonig-dev \
27 libsqlite3-dev \
28 && apt-get clean
31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
[all …]
/external/protobuf/kokoro/linux/dockerfile/test/php80/
DDockerfile5 RUN apt-get update && apt-get install -y \
7 autotools-dev \
8 build-essential \
15 libc6-dbg \
16 libc6-dev \
17 libgtest-dev \
26 libonig-dev \
27 libsqlite3-dev \
28 && apt-get clean
31 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/test/
DMakefile.in1 # Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
3 # zlib license, see zlib.h
11 TEST_LDFLAGS=-L.. ../$(LIBNAME).a
14 QEMU_VER:=$(shell command -v $(QEMU_RUN) --version 2> /dev/null)
22 $(error "You need QEMU to run tests on non-native platform")
31 …if echo hello world | ${QEMU_RUN} ../minigzip$(EXE) > $$HELLOST && ${QEMU_RUN} ../minigzip$(EXE) -
32 echo ' *** zlib test OK ***'; \
34 echo ' *** zlib test FAILED ***'; exit 1; \
36 rm -f $$TMPST $$HELLOST
45 …EMU_RUN} ../minigzipsh$(EXE) > $$HELLOSH && ${QEMU_RUN} ../minigzipsh$(EXE) -d < $$HELLOSH && ${QE…
[all …]
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/flate2/
DCargo.toml22 Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
25 homepage = "https://github.com/rust-lang/flate2-rs"
31 "zlib",
32 "zlib-ng",
37 "api-bindings",
39 license = "MIT OR Apache-2.0"
40 repository = "https://github.com/rust-lang/flate2-rs"
43 all-features = true
44 rustdoc-args = [
45 "--cfg",
[all …]
DCargo.toml.orig6 license = "MIT OR Apache-2.0"
8 keywords = ["gzip", "deflate", "zlib", "zlib-ng", "encoding"]
9 categories = ["compression", "api-bindings"]
10 repository = "https://github.com/rust-lang/flate2-rs"
11 homepage = "https://github.com/rust-lang/flate2-rs"
15 Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
20 libz-sys = { version = "1.1.8", optional = true, default-features = false }
21 libz-ng-sys = { version = "1.1.8", optional = true }
22 cloudflare-zlib-sys = { version = "0.3.0", optional = true }
23 miniz_oxide = { version = "0.7.1", optional = true, default-features = false, features = ["with-all…
[all …]
/external/curl/
D.azure-pipelines.yml21 # SPDX-License-Identifier: curl
24 # https://dev.azure.com/daniel0244/curl/_build?view=runs
32 - 'master'
33 - '*/ci'
36 - '.circleci/*'
37 - '.cirrus.yml'
38 - '.github/*'
39 - '.github/workflows/*'
40 - 'appveyor.*'
41 - 'packages/*'
[all …]
/external/rust/crates/libz-sys/src/zlib/qnx/
Dpackage.qpg27 <QPG:Add file="../zlib.h" install="/opt/include/" user="root:sys" permission="644"/>
29 …<QPG:Add file="libz.so" install="/opt/lib/" component="dev" filetype="symlink" linkto="libz.so.1.2…
45 <QPM:ProductName>zlib</QPM:ProductName>
46 <QPM:ProductIdentifier>zlib</QPM:ProductIdentifier>
50 <QPM:VendorURL>www.gzip.org/zlib</QPM:VendorURL>
53 <QPM:AuthorName>Jean-Loup Gailly,Mark Adler</QPM:AuthorName>
54 <QPM:AuthorURL>www.gzip.org/zlib</QPM:AuthorURL>
56 <QPM:AuthorEmail>zlib@gzip.org</QPM:AuthorEmail>
60 …<QPM:ProductDescriptionLong>zlib is designed to be a free, general-purpose, legally unencumbered, …
61 <QPM:ProductDescriptionURL>http://www.gzip.org/zlib</QPM:ProductDescriptionURL>
[all …]
/external/toybox/mkroot/packages/
Ddropbear3 # Example overlay file, adding dropbear (which requires zlib)
8 http://downloads.sf.net/libpng/zlib-1.2.11.tar.gz
11 https://matt.ucc.asn.au/dropbear/releases/dropbear-2022.82.tar.bz2
13 echo === Native build static zlib
15 setupfor zlib
17 rm -f Makefile zconf.h &&
19 make -j $(nproc) || exit 1
21 # do _not_ cleanup zlib, we need the files we just built for dropbear
28 ZLIB="$(echo ../zlib*)" &&
29 CC="$CROSS_COMPILE"cc CFLAGS="-I $ZLIB -O2" LDFLAGS="-L $ZLIB" ./configure --enable-static \
[all …]
/external/zstd/contrib/linux-kernel/
Dbtrfs-extract-benchmark.sh2 set -e
10 # ls -l silesia/
12 # -rwxr-xr-x 1 terrelln 9.8M Apr 12 2002 dickens
13 # -rwxr-xr-x 1 terrelln 49M May 31 2002 mozilla
14 # -rwxr-xr-x 1 terrelln 9.6M Mar 20 2003 mr
15 # -rwxr-xr-x 1 terrelln 32M Apr 2 2002 nci
16 # -rwxr-xr-x 1 terrelln 5.9M Jul 4 2002 ooffice
17 # -rwxr-xr-x 1 terrelln 9.7M Apr 11 2002 osdb
18 # -rwxr-xr-x 1 terrelln 6.4M Apr 2 2002 reymont
19 # -rwxr-xr-x 1 terrelln 21M Mar 25 2002 samba
[all …]
Dbtrfs-benchmark.sh2 set -e
10 # ls -l silesia/
12 # -rwxr-xr-x 1 terrelln 9.8M Apr 12 2002 dickens
13 # -rwxr-xr-x 1 terrelln 49M May 31 2002 mozilla
14 # -rwxr-xr-x 1 terrelln 9.6M Mar 20 2003 mr
15 # -rwxr-xr-x 1 terrelln 32M Apr 2 2002 nci
16 # -rwxr-xr-x 1 terrelln 5.9M Jul 4 2002 ooffice
17 # -rwxr-xr-x 1 terrelln 9.7M Apr 11 2002 osdb
18 # -rwxr-xr-x 1 terrelln 6.4M Apr 2 2002 reymont
19 # -rwxr-xr-x 1 terrelln 21M Mar 25 2002 samba
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/
Drun_distrib_test_cmake.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4}
27 mkdir -p "third_party/abseil-cpp/cmake/build"
28 pushd "third_party/abseil-cpp/cmake/build"
29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install
33 # Install c-ares
34 # If the distribution provides a new-enough version of c-ares,
[all …]
/external/rust/crates/zip/
DCargo.toml14 rust-version = "1.59.0"
18 "Mathijs van de Nes <git@mathijs.vd-nes.nl>",
31 repository = "https://github.com/zip-rs/zip.git"
62 default-features = false
81 default-features = false
87 [dev-dependencies.bencher]
90 [dev-dependencies.getrandom]
93 [dev-dependencies.time]
100 [dev-dependencies.walkdir]
104 aes-crypto = [
[all …]
/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 set -ex
21 apt-get update && apt-get install -y libssl-dev
24 GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS=${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS:-4}
27 mkdir -p "third_party/abseil-cpp/cmake/build"
28 pushd "third_party/abseil-cpp/cmake/build"
29 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../..
30 make "-j${GRPC_CPP_DISTRIBTEST_BUILD_COMPILER_JOBS}" install
33 # Install c-ares
34 # If the distribution provides a new-enough version of c-ares,
[all …]
/external/zstd/
DREADME.md1 <p align="center"><img src="https://raw.githubusercontent.com/facebook/zstd/dev/doc/images/zstd_log…
4 targeting real-time compression scenarios at zlib-level and better compression ratios.
8 This repository represents the reference implementation, provided as an open-source dual [BSD](LICE…
11 …and bindings is provided on [Zstandard homepage](https://facebook.github.io/zstd/#other-languages).
20 [travisDevBadge]: https://api.travis-ci.com/facebook/zstd.svg?branch=dev "Continuous Integration te…
21 [travisLink]: https://travis-ci.com/facebook/zstd
22 [CircleDevBadge]: https://circleci.com/gh/facebook/zstd/tree/dev.svg?style=shield "Short test suite"
24 [CirrusDevBadge]: https://api.cirrus-ci.com/github/facebook/zstd.svg?branch=dev
25 [CirrusLink]: https://cirrus-ci.com/github/facebook/zstd
26 [OSSFuzzBadge]: https://oss-fuzz-build-logs.storage.googleapis.com/badges/zstd.svg
[all …]

12345678910>>...12