| /freebsd-12.1/sys/contrib/zstd/programs/ |
| H A D | Makefile | 136 all: zstd 139 allVariants: zstd zstd-compress zstd-decompress zstd-small zstd-nolegacy 158 zstd-release: zstd 175 zstd-nomt : zstd 180 zstd-nogz : zstd 185 zstd-noxz : zstd 189 zstd-pgo : clean zstd 223 zstd$(EXT) zstd32$(EXT) zstd-compress$(EXT) zstd-decompress$(EXT) \ 224 zstd-small$(EXT) zstd-frugal$(EXT) zstd-nolegacy$(EXT) zstd4$(EXT) \ 231 zstd.1: zstd.1.md ../lib/zstd.h [all …]
|
| H A D | README.md | 7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats 8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor… 9 - `zstd-compress` : version of CLI which can only compress into zstd format 10 - `zstd-decompress` : version of CLI which can only decompress zstd format 18 Example : `make zstd HAVE_THREAD=0` 23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`. 39 Example : `make zstd HAVE_ZLIB=0` 49 Example : `make zstd HAVE_LZMA=0` 59 Example : `make zstd HAVE_LZ4=0` 70 It's possible to invoke `zstd` through a symlink. [all …]
|
| H A D | .gitignore | 2 zstd 5 zstd-compress 6 zstd-decompress 7 zstd-frugal 8 zstd-small 9 zstd-nolegacy
|
| H A D | zstd.1.md | 1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files 9 `zstdmt` is equivalent to `zstd -T0` 11 `unzstd` is equivalent to `zstd -d` 13 `zstdcat` is equivalent to `zstd -dcf` 34 - `zstd` does not accept input from console, 187 `zstd` offers _dictionary_ compression, 243 `zstd --train-cover FILEs` 245 `zstd --train-cover=k=50,d=8 FILEs` 249 `zstd --train-cover=k=50 FILEs` 260 `zstd --train-legacy FILEs` [all …]
|
| /freebsd-12.1/usr.bin/zstd/ |
| H A D | Makefile | 3 PROG= zstd 11 -I${SRCTOP}/sys/contrib/zstd/lib/common \ 12 -I${SRCTOP}/sys/contrib/zstd/lib/compress \ 14 -I${SRCTOP}/sys/contrib/zstd/lib \ 18 LINKS= ${BINDIR}/zstd ${BINDIR}/unzstd \ 19 ${BINDIR}/zstd ${BINDIR}/zstdcat \ 20 ${BINDIR}/zstd ${BINDIR}/zstdmt 21 MLINKS= zstd.1 unzstd.1 \ 22 zstd.1 zstdcat.1 \ 23 zstd.1 zstdmt.1 [all …]
|
| /freebsd-12.1/sys/contrib/zstd/tests/ |
| H A D | Makefile | 91 zstd: target 97 zstd-nolegacy: 103 .PHONY: zstd-dll 104 zstd-dll : 108 zstd-staticLib : 326 test-zstd: ZSTD = $(PRGDIR)/zstd 327 test-zstd: zstd zstd-playTests 332 test-zstd-nolegacy: ZSTD = $(PRGDIR)/zstd-nolegacy 333 test-zstd-nolegacy: zstd-nolegacy zstd-playTests 336 $(PRGDIR)/zstd -f README.md test-zstd-speed.py [all …]
|
| H A D | README.md | 7 - `fuzzer` : Test tool, to check zstd integrity on target platform 8 - `paramgrill` : parameter tester for zstd 9 - `test-zstd-speed.py` : script for testing zstd speed difference between commits 10 - `test-zstd-versions.py` : compatibility test between zstd versions stored on Github (v0.1+) 12 - `zstreamtest` : Fuzzer test tool for zstd streaming API 13 - `legacy` : Test tool to test decoding of legacy zstd frames 17 #### `test-zstd-versions.py` - script for testing zstd interoperability between versions 20 Then all tagged (released) versions of zstd are compiled. 24 #### `test-zstd-speed.py` - script for testing zstd speed difference between commits 48 nohup ./test-zstd-speed.py testFileNames emails & [all …]
|
| H A D | playTests.sh | 43 rm -f tmp.zstd tmp.md5.1 tmp.md5.2 234 $ZSTD -c hello.tmp > hello.zstd 235 $ZSTD -c world.tmp > world.zstd 236 cat hello.zstd world.zstd > helloworld.zstd 237 $ZSTD -dc helloworld.zstd > result.tmp 243 cat hello.zstd world.zstd > helloworld.zstd 244 $ZSTD -dc helloworld.zstd > result.tmp 248 ./zstdcat helloworld.zstd > result.tmp 254 ./zcat helloworld.zstd > result.tmp 257 rm ./*.tmp ./*.zstd [all …]
|
| /freebsd-12.1/sys/contrib/zstd/zlibWrapper/ |
| H A D | README.md | 4 …e main objective of creating a zstd wrapper for [zlib](http://zlib.net/) is to allow a quick and s… 8 To build the zstd wrapper for zlib the following files are required: 15 - a static or dynamic zstd library 18 The further files are supplied with the zstd distribution. 21 #### Embedding the zstd wrapper within your project 26 To compile the zstd wrapper with your project you have to do the following: 28 - compile your project with `zstd_zlibwrapper.c`, `gz*.c` and a static or dynamic zstd library 34 #### Enabling zstd compression within your project 36 After embedding the zstd wrapper within your project the zstd library is turned off by default. 37 Your project should work as before with zlib. There are two options to enable zstd compression: [all …]
|
| /freebsd-12.1/sys/contrib/zstd/ |
| H A D | appveyor.yml | 77 ECHO Building zstd && 85 make -C programs DEBUGFLAGS= clean zstd && 86 cd programs\ && 7z a -tzip -mx9 zstd-win-binary-%PLATFORM%.zip zstd.exe && 88 cp zstd.exe ..\bin\zstd.exe && 90 cd zstd && 91 git archive --format=tar master -o zstd-src.tar && 92 ..\zstd -19 zstd-src.tar && 93 appveyor PushArtifact zstd-src.tar.zst && 94 certUtil -hashfile zstd-src.tar.zst SHA256 > zstd-src.tar.zst.sha256.sig && 95 appveyor PushArtifact zstd-src.tar.zst.sha256.sig && [all …]
|
| H A D | README.md | 3 __Zstandard__, or `zstd` as short version, is a fast lossless compression algorithm, 15 [travisLink]: https://travis-ci.org/facebook/zstd 17 [AppveyorLink]: https://ci.appveyor.com/project/YannCollet/zstd-p0yf0 19 [CircleLink]: https://circleci.com/gh/facebook/zstd 36 | **zstd 1.3.4 -1** | 2.877 | 470 MB/s | 1380 MB/s | 96 `zstd --train FullPathToTrainingSet/* -o dictionaryName` 100 `zstd -D dictionaryName FILE` 104 `zstd -D dictionaryName --decompress FILE.zst` 115 - `make install` : create and install zstd cli, library and man pages 116 - `make check` : create and run `zstd`, tests its behavior on local platform [all …]
|
| H A D | Makefile | 27 default: lib-release zstd-release 56 .PHONY: zstd 57 zstd: target 59 cp $(PRGDIR)/zstd$(EXT) . 61 .PHONY: zstd-release 62 zstd-release: 64 cp $(PRGDIR)/zstd$(EXT) . 69 cp $(PRGDIR)/zstd$(EXT) ./zstdmt$(EXT) 116 @$(RM) zstd$(EXT) zstdmt$(EXT) tmp* 228 …$(MAKE) -C $(PRGDIR) clean zstd CC=arm-linux-gnueabi-gcc QEMU_SYS=qemu-arm-static ZSTDRTTEST= MORE… [all …]
|
| H A D | NEWS | 87 cli : new : zstdmt symlink hardwired to `zstd -T0` 123 cli : zstd can decompress .gz files (can be disabled with `make zstd-nogz` or `make HAVE_ZLIB=0`) 164 Fixed : zstd-small, zstd-compress and zstd-decompress compilation targets 167 New : contrib/pzstd, parallel version of zstd, by Nick Terrell 178 Fixed : zstd-pgo, reported by octoploid (#329) 209 changed : zstd.h moved to /lib directory 276 Changed (!) : zstd cli now uses "multiple input files" as default mode. See `zstd -h`. 278 New : zstd cli : `-t` | `--test` command 307 new : zstd-frugal 315 removed `zstd.c` [all …]
|
| /freebsd-12.1/sys/contrib/zstd/tests/gzip/ |
| H A D | Makefile | 21 .PHONY: zstd 22 zstd: target 23 $(MAKE) -C $(PRGDIR) zstd 24 ln -sf $(PRGDIR)/zstd gzip 40 test-%: zstd
|
| /freebsd-12.1/sys/contrib/zstd/contrib/gen_html/ |
| H A D | gen-zstd-manual.sh | 3 …RIPT=`sed -n '/define ZSTD_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/zstd.h` 4 …RIPT=`sed -n '/define ZSTD_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/zstd.h` 5 …PT=`sed -n '/define ZSTD_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/zstd.h` 9 ./gen_html $LIBVER_SCRIPT ../../lib/zstd.h ./zstd_manual.html
|
| H A D | README.md | 1 gen_html - a program for automatic generation of zstd manual 6 This simple C++ program generates a single-page HTML manual from `zstd.h`. 27 To compile program and generate zstd manual we have used: 30 ./gen_html.exe 1.1.1 ../../lib/zstd.h zstd_manual.html
|
| /freebsd-12.1/sys/contrib/zstd/lib/ |
| H A D | README.md | 21 Zstandard's stable API is exposed within [lib/zstd.h](zstd.h). 30 - `ZSTD_STATIC_LINKING_ONLY` : if this macro is defined _before_ including `zstd.h`, 32 exposed in second part of `zstd.h`. 49 - `lib/legacy` : source code to decompress legacy zstd formats, starting from `v0.1.0`. 56 Starting v0.8.0, all versions of `zstd` produce frames compliant with specification. 78 … API `ZSTD_compress_generic()` defined in `lib/zstd.h`](https://github.com/facebook/zstd/blob/dev/… 88 The header file `zstd.h` and the dynamic library `dll\libzstd.dll` are required to 104 Consider migrating code towards supported streaming API exposed in `zstd.h`. 112 - `Makefile` : `make` script to build and install zstd library (static and dynamic)
|
| H A D | BUCK | 2 name='zstd', 18 ('compress', 'zstd*.h'), 20 srcs=glob(['compress/zstd*.c']), 31 srcs=glob(['decompress/zstd*.c']), 195 ('', 'zstd.h'),
|
| H A D | Makefile | 11 …AJOR_SCRIPT:=`sed -n '/define ZSTD_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./zstd.h` 12 …INOR_SCRIPT:=`sed -n '/define ZSTD_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./zstd.h` 13 …CH_SCRIPT:=`sed -n '/define ZSTD_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./zstd.h` 171 @$(INSTALL_DATA) zstd.h $(DESTDIR)$(INCLUDEDIR) 175 @echo zstd static and shared library installed 183 @$(RM) $(DESTDIR)$(INCLUDEDIR)/zstd.h 187 @echo zstd libraries successfully uninstalled
|
| H A D | libzstd.pc.in | 9 Name: zstd 11 URL: http://www.zstd.net/
|
| /freebsd-12.1/sys/contrib/zstd/doc/ |
| H A D | README.md | 5 as well as detailed instructions to use `zstd` library. 7 __`zstd_manual.html`__ : Documentation of `zstd.h` API, in html format. 8 Click on this link: [http://zstd.net/zstd_manual.html](http://zstd.net/zstd_manual.html) 23 [__`decode_corpus`__](https://github.com/facebook/zstd/tree/dev/tests#decodecorpus---tool-to-genera…
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | compress | 221 0 name zstd-dictionary-id 244 !:mime application/x-zstd 246 !:mime application/x-zstd 248 !:mime application/x-zstd 250 !:mime application/x-zstd 252 !:mime application/x-zstd 254 !:mime application/x-zstd 255 >4 use zstd-dictionary-id 257 !:mime application/x-zstd 258 >4 use zstd-dictionary-id [all …]
|
| /freebsd-12.1/lib/libzstd/ |
| H A D | Makefile | 3 LIB= zstd 29 INCS= zstd.h 36 ZSTDDIR= ${SRCTOP}/sys/contrib/zstd
|
| /freebsd-12.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | Makefile | 25 @zstd README.md -o tmp.zst 29 @zstd --train harness.c zstd_decompress.c zstd_decompress.h README.md 30 @zstd -D dictionary README.md -o tmp.zst
|
| H A D | README.md | 13 [Zstandard format specification]: https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_fo… 14 [format specification]: https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md 29 [tests]: https://github.com/facebook/zstd/blob/dev/tests/
|