Home
last modified time | relevance | path

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

12

/external/zstd/tests/
Dlibzstd_builds.sh1 #!/bin/sh -e
6 RM="rm -f"
8 INTOVOID="/dev/null"
24 # default compilation : all features enabled - no zbuff
26 CFLAGS= make -C $DIR/../lib libzstd libzstd.a > $INTOVOID
27 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog
35 # Check that the exec-stack bit isn't set
36 readelf -lW $DIR/../lib/libzstd.so | $GREP "GNU_STACK" > tmplog
38 $RM $DIR/../lib/libzstd.a $DIR/../lib/libzstd.so* tmplog
42 ZSTD_LIB_COMPRESSION=0 CFLAGS= make -C $DIR/../lib libzstd.a > $INTOVOID
[all …]
DMakefile6 # This source code is licensed under both the BSD-style license (found in the
9 # You may select, at your option, one of the above-listed licenses.
13 # fullbench32: Same as fullbench, but forced to compile in 32-bits mode
15 # fuzzer32: Same as fuzzer, but forced to compile in 32-bits mode
17 # test-zstd-speed.py : script for testing zstd speed difference between commits
20 # zstreamtest32: Same as zstreamtest, but forced to compile in 32-bits mode
27 export DEBUGLEVEL # transmit value to sub-makefiles
30 include $(LIBZSTD_MK_DIR)/libzstd.mk
36 DEBUGFLAGS += -g -Wno-c++-compat
37 CPPFLAGS += -I$(LIB_SRCDIR) -I$(LIB_SRCDIR)/common -I$(LIB_SRCDIR)/compress -I$(LIB_SRCDIR)/legac…
[all …]
/external/zstd/contrib/externalSequenceProducer/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
13 LIBZSTD = $(LIBDIR)/libzstd.a macro
15 CPPFLAGS+= -I$(LIBDIR) -I$(LIBDIR)/compress -I$(LIBDIR)/common
17 CFLAGS ?= -O3
18 CFLAGS += -std=gnu99
19 DEBUGFLAGS= -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
20 -Wstrict-aliasing=1 -Wswitch-enum \
21 -Wstrict-prototypes -Wundef -Wpointer-arith \
22 -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
23 -Wredundant-decls
[all …]
/external/zstd/contrib/seqBench/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
13 LIBZSTD = $(LIBDIR)/libzstd.a macro
15 CPPFLAGS+= -I$(LIBDIR) -I$(LIBDIR)/common -I$(LIBDIR)/dictBuilder -I$(PROGDIR)
17 CFLAGS ?= -O3 -g
18 CFLAGS += -std=gnu99
19 DEBUGFLAGS= -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
20 -Wstrict-aliasing=1 -Wswitch-enum \
21 -Wstrict-prototypes -Wundef -Wpointer-arith \
22 -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
23 -Wredundant-decls
[all …]
/external/zstd/contrib/largeNbDicts/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
13 LIBZSTD = $(LIBDIR)/libzstd.a macro
15 CPPFLAGS+= -I$(LIBDIR) -I$(LIBDIR)/common -I$(LIBDIR)/dictBuilder -I$(PROGDIR)
17 CFLAGS ?= -O3
18 CFLAGS += -std=gnu99
19 DEBUGFLAGS= -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
20 -Wstrict-aliasing=1 -Wswitch-enum \
21 -Wstrict-prototypes -Wundef -Wpointer-arith \
22 -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
23 -Wredundant-decls
[all …]
/external/curl/.github/workflows/
Dtorture.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
18 - 'appveyor.*'
[all …]
Dlinux32.yml3 # SPDX-License-Identifier: curl
5 name: Linux 32-bit
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dlinux-old.yml3 # SPDX-License-Identifier: curl
12 # stretch has ELTS support from Feexian until 2027-06-30
13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/
14 # The Debian key will expire 2025-05-20, after which package signature
24 - master
25 - '*/ci'
26 paths-ignore:
27 - '**/*.md'
28 - '.azure-pipelines.yml'
29 - '.circleci/**'
[all …]
Dosslq-linux.yml3 # SPDX-License-Identifier: curl
5 name: osslq-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
Dquiche-linux.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
18 - 'appveyor.*'
[all …]
Dngtcp2-linux.yml3 # SPDX-License-Identifier: curl
5 name: ngtcp2-linux
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '**/CMakeLists.txt'
15 - '.azure-pipelines.yml'
16 - '.circleci/**'
17 - '.cirrus.yml'
[all …]
/external/zstd/.github/workflows/
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
11 branches: [ dev, release, actionsTest ]
13 permissions: read-all
16 linux-kernel:
17 runs-on: ubuntu-latest
19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20 - name: linux kernel, library + build + test
21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
[all …]
Dcommit.yml5 - dev
6 permissions: read-all
8 short-tests-0:
9 runs-on: ubuntu-latest
12 image: fbopensource/zstd-circleci-primary:0.0.1
13 options: --entrypoint /bin/bash
15 - uses: actions/checkout@v4
16 - name: Install Dependencies
18 sudo apt-get update
19 sudo apt-get install libcurl4-gnutls-dev
[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 …]
DCONTRIBUTING.md6 New versions are being developed in the "dev" branch,
10 As a consequence, all contributions must stage first through "dev"
16 1. Fork the repo and create your branch from `dev`.
30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd
42 * Update your local dev branch
44 git pull https://github.com/facebook/zstd dev
45 git push origin dev
51 git checkout -b <branch-name>
52 git push origin <branch-name>
57 git add -u && git commit -m <message>
[all …]
/external/zstd/examples/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
12 CPPFLAGS += -I$(LIBDIR)
13 LIB = $(LIBDIR)/libzstd.a
27 $(MAKE) -C $(LIBDIR) libzstd.a
71 @echo -- Simple compression tests
75 ./streaming_decompression tmp.zst > /dev/null
76 @echo -- Streaming memory usage
78 @echo -- Streaming compression tests
80 ./streaming_decompression tmp.zst > /dev/null
[all …]
/external/oss-fuzz/projects/casync/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19 apt-get install -y \
20 python3-pip pkg-config wget \
21 liblzma-dev \
22 libzstd-dev \
23 libcurl4-openssl-dev \
24 libssl-dev \
25 libudev-dev \
[all …]
/external/kmod/
D.travis.yml6 - compiler: gcc
8 - compiler: clang
12 - sudo apt-get update -qq
13 - sudo apt-get install -qq libzstd-dev zstd
14 - sudo apt-get install -qq liblzma-dev
15 - sudo apt-get install -qq zlib1g-dev
16 - sudo apt-get install -qq xsltproc docbook-xsl
17 - sudo apt-get install -qq cython
18 - sudo apt-get install -qq linux-headers-generic
21 - unset PYTHON_CFLAGS # hack to broken travis setup
[all …]
/external/mesa3d/.gitlab-ci/container/debian/
Dx86_64_test-vk.sh6 set -e
7 set -o xtrace
11 apt-get install -y libelogind0 # this interfere with systemd deps, install separately
18 glslang-tools
19 libexpat1-dev
21 libdrm-dev
22 libgbm-dev
23 libgles2-mesa-dev
24 liblz4-dev
25 libpciaccess-dev
[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/trace-cmd/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
2 # trace-cmd version
28 MAKEFLAGS += --no-print-directory
35 define allow-override
42 $(call allow-override,CC,$(CROSS_COMPILE)gcc)
43 $(call allow-override,AR,$(CROSS_COMPILE)ar)
44 $(call allow-override,PKG_CONFIG,pkg-config)
45 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
46 $(call allow-override,LDCONFIG,ldconfig)
50 EXT = -std=gnu99
[all …]
/external/zstd/lib/dll/example/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
11 VOID := /dev/null
16 CFLAGS ?= -O3 # can select custom flags. For example : CFLAGS="-O2 -g" make
17 CFLAGS += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum \
18 -Wdeclaration-after-statement -Wstrict-prototypes \
19 -Wpointer-arith -Wstrict-aliasing=1
21 CPPFLAGS:= -I$(ZSTDDIR) -DXXH_NAMESPACE=ZSTD_
32 .PHONY: default fullbench-dll fullbench-lib
37 all: fullbench-dll fullbench-lib
[all …]
/external/zstd/.circleci/
Dconfig.yml5 short-tests-0:
9 - image: fbopensource/zstd-circleci-primary:0.0.1
11 - checkout
12 - run:
15 ./tests/test-license.py
16 cc -v
17 CFLAGS="-O0 -Werror -pedantic" make allmost; make clean
20 make -j regressiontest; make clean
24 short-tests-1:
26 - image: fbopensource/zstd-circleci-primary:0.0.1
[all …]
/external/curl/.github/scripts/
Dspellcheck.words3 # SPDX-License-Identifier: curl
51 AWS-LC
182 dev
450 libzstd
/external/zstd/lib/
Dlibzstd.mk5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
28 # configures a bunch of other variables to space-optimized defaults.
63 # libzstd helpers
66 VOID ?= /dev/null
75 # When cross-compiling from linux to windows,
83 LIBVER_MAJOR_SCRIPT:=`sed -n '/define ZSTD_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < $…
84 LIBVER_MINOR_SCRIPT:=`sed -n '/define ZSTD_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < $…
85 LIBVER_PATCH_SCRIPT:=`sed -n '/define ZSTD_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' <…
91 CCVER := $(shell $(CC) --version)
[all …]

12