Home
last modified time | relevance | path

Searched refs:libzstd (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/
H A DMakefile230 libzstd.a:
252 LIBZSTD = dll/libzstd.dll
291 .PHONY: libzstd
292 libzstd : $(LIBZSTD) target
295 lib : libzstd.a libzstd
345 $(RM) dll/libzstd.dll dll/libzstd.lib libzstd-nomt*
354 all: libzstd.pc
399 libzstd.pc:
400 libzstd.pc: libzstd.pc.in
413 install-pc: libzstd.pc
[all …]
H A DREADME.md29 When linking a POSIX program with a multithreaded version of `libzstd`,
59 It's possible to compile only a limited set of features within `libzstd`.
86 - While invoking `make libzstd`, it's possible to define build macros
94 `libzstd`.
131 - While invoking `make libzstd`, the build macro `ZSTD_LEGACY_MULTITHREADED_API=1`
157 DLL can be created using MinGW+MSYS with the `make libzstd` command.
158 This command creates `dll\libzstd.dll` and the import library `dll\libzstd.lib`.
164 file it should be linked with `dll\libzstd.dll`. For example:
166 gcc $(CFLAGS) -Iinclude/ test-dll.c -o test-dll dll\libzstd.dll
182 This functionality only matters if `libzstd` is compiled multiple times
[all …]
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DMakefile14 ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.a
110 $(ZSTDLIBDIR)/libzstd.a:
111 $(MAKE) -C $(ZSTDLIBDIR) libzstd.a
113 $(ZSTDLIBDIR)/libzstd.so:
114 $(MAKE) -C $(ZSTDLIBDIR) libzstd
/f-stack/freebsd/contrib/zstd/examples/
H A DMakefile13 LIB = $(LIBDIR)/libzstd.a
27 $(MAKE) -C $(LIBDIR) libzstd.a
/f-stack/freebsd/contrib/openzfs/lib/
H A DMakefile.am3 SUBDIRS = libavl libicp libshare libspl libtpool libzstd subdir
/f-stack/freebsd/contrib/openzfs/lib/libzstd/
H A DMakefile.am9 noinst_LTLIBRARIES = libzstd.la
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A DMakefile.am219 $(abs_top_builddir)/lib/libzstd/libzstd.la
/f-stack/freebsd/contrib/zstd/
H A DCHANGELOG75 build: Generate a single-file libzstd library (#2065, by @cwoffenden)
182 build: CMake now creates the libzstd.so.1 symlink
245 build: select custom libzstd scope through control macros, by @GeorgeLu97
384 API : fix : all symbols properly exposed in libzstd, by Nick Terrell
421 Changed : libzstd on Windows supports legacy formats, by Christophe Chevalier
525 Changed : Dictionary builder integrated into libzstd and zstd cli
H A DREADME.md140 to create `zstd` binary, and `libzstd` dynamic and static libraries.
172 which will build `zstd` cli and `libzstd` library without any need to open Visual Studio solution.
H A DMakefile60 .PHONY: lib lib-release libzstd.a
H A DCONTRIBUTING.md220 3. To benchmark, you will likely end up writing a separate c/c++ program that will link libzstd.
222 definitely some). Statically linking libzstd will be more stable. Static libraries should
/f-stack/freebsd/contrib/openzfs/
H A Dconfigure.ac170 lib/libzstd/Makefile