Home
last modified time | relevance | path

Searched +full:zstd +full:- +full:win +full:- +full:release +full:- (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/zstd/
H A Dappveyor.yml1 # Following tests are run _only_ on `release` branch
4 -
8 - release
9 - master
10 - /appveyor*/
11 - /visual*/
14 - COMPILER: "gcc"
17 SCRIPT: "make allzstd MOREFLAGS=-static"
20 - COMPILER: "gcc"
23 SCRIPT: "make allzstd MOREFLAGS=-static"
[all …]
H A DCONTRIBUTING.md8 When they are deemed ready for a release, they are merged into "release".
30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd
37 * Checkout your fork of zstd if you have not already
39 git checkout https://github.com/<username>/zstd
40 cd zstd
44 git pull https://github.com/facebook/zstd dev
51 git checkout -b <branch-name>
52 git push origin <branch-name>
57 git add -u && git commit -m <message>
58 git push origin <branch-name>
[all …]
/freebsd/sys/contrib/openzfs/module/zstd/
H A Dzfs_zstd.c1 // SPDX-License-Identifier: BSD-3-Clause
3 * BSD 3-Clause New License (https://spdx.org/licenses/BSD-3-Clause.html)
33 * Copyright (c) 2016-2018, Klara Inc.
34 * Copyright (c) 2016-2018, Allan Jude
35 * Copyright (c) 2018-2020, Sebastian Gottschall
36 * Copyright (c) 2019-2020, Michael Niewöhner
48 #include <sys/zstd/zstd.h>
51 #include "lib/zstd.h"
77 * LZ4 first-pass early abort verdict
82 * zstd-1 second-pass early abort verdict
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dlinux2 #------------------------------------------------------------------------------
13 # >0 leshort 0413 demand-paged executable (ZMAGIC)
14 # >0 leshort 0314 demand-paged executable (QMAGIC)
20 0 lelong 0x0064010b Linux/i386 demand-paged executable (ZMAGIC)
22 0 lelong 0x006400cc Linux/i386 demand-paged executable (QMAGIC)
27 # Linux-8086 stuff:
28 0 string \01\03\020\04 Linux-8086 impure executable
30 0 string \01\03\040\04 Linux-8086 executable
33 0 string \243\206\001\0 Linux-8086 object file
35 0 string \01\03\020\20 Minix-386 impure executable
[all …]
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp1 //===- Driver.cpp ---------------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 // be harmful when you are doing cross-linking. Therefore, in LLD, we
23 //===----------------------------------------------------------------------===//
53 #include "llvm/Config/llvm-config.h"
88 if (config->noinhibitExec) in errorOrWarn()
130 // This driver-specific context will be freed later by unsafeLldMain(). in link()
133 ctx->e.initialize(stdoutOS, stderrOS, exitEarly, disableOutput); in link()
134 ctx->e.cleanupCallback = []() { in link()
[all …]