Home
last modified time | relevance | path

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

12

/src/sys/contrib/zstd/lib/ !
H A DMakefile28 include libzstd.mk
76 …SONAME_FLAGS = -install_name $(LIBDIR)/libzstd.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER…
81 SONAME_FLAGS = -Wl,-soname=libzstd.$(SHARED_EXT).$(LIBVER_MAJOR)
93 .PHONY: libzstd.a # must be run every time
94 libzstd.a: CPPFLAGS += $(CPPFLAGS_STATLIB)
106 libzstd.a:
113 ZSTD_STATLIB := $(ZSTD_STATLIB_DIR)/libzstd.a
124 libzstd.a: $(ZSTD_STATLIB)
131 LIBZSTD = dll/libzstd.dll
134 $(CC) $(FLAGS) -DZSTD_DLL_EXPORT=1 -Wl,--out-implib,dll/libzstd.dll.a -shared $^ -o $@
[all …]
H A DREADME.md15 `libzstd` default scope is pretty large, including compression, decompression, dictionary builder,
33 When linking a POSIX program with a multithreaded version of `libzstd`,
63 It's possible to compile only a limited set of features within `libzstd`.
90 - While invoking `make libzstd`, it's possible to define build macros
98 `libzstd`.
135 - While invoking `make libzstd`, the build macro `ZSTD_LEGACY_MULTITHREADED_API=1`
167 DLL can be created using MinGW+MSYS with the `make libzstd` command.
168 This command creates `dll\libzstd.dll` and the import library `dll\libzstd.lib`.
170 The header file `zstd.h` and the dynamic library `dll\libzstd.dll` are required to
174 file it should be linked with `dll\libzstd.dll`. For example:
[all …]
H A Dmodule.modulemap1 module libzstd [extern_c] {
/src/sys/contrib/zstd/zlibWrapper/ !
H A DMakefile14 ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.a
111 $(MAKE) -C $(ZSTDLIBDIR) libzstd.a
113 $(ZSTDLIBDIR)/libzstd.so:
114 $(MAKE) -C $(ZSTDLIBDIR) libzstd
/src/sys/contrib/zstd/examples/ !
H A DMakefile13 LIB = $(LIBDIR)/libzstd.a
27 $(MAKE) -C $(LIBDIR) libzstd.a
/src/contrib/libarchive/libarchive/ !
H A Darchive_version_details.c178 const char *libzstd = archive_libzstd_version(); in archive_version_details() local
209 if (libzstd) { in archive_version_details()
211 archive_strcat(&str, libzstd); in archive_version_details()
/src/usr.bin/zstd/ !
H A DMakefile.depend9 lib/libzstd \
/src/usr.bin/gzip/ !
H A DMakefile.depend11 lib/libzstd \
/src/sbin/savecore/ !
H A DMakefile.depend12 lib/libzstd \
/src/lib/libarchive/ !
H A DMakefile.depend13 lib/libzstd \
/src/usr.bin/mkuzip/ !
H A DMakefile.depend13 lib/libzstd \
/src/usr.bin/clang/llvm-min-tblgen/ !
H A DMakefile.depend15 lib/libzstd \
/src/usr.bin/clang/llvm-objdump/ !
H A DMakefile.depend15 lib/libzstd \
/src/usr.bin/clang/clang-tblgen/ !
H A DMakefile.depend16 lib/libzstd \
/src/usr.bin/clang/clang/ !
H A DMakefile.depend16 lib/libzstd \
/src/usr.bin/clang/lld/ !
H A DMakefile.depend15 lib/libzstd \
/src/usr.bin/clang/llvm-tblgen/ !
H A DMakefile.depend15 lib/libzstd \
/src/usr.bin/clang/lldb/ !
H A DMakefile.depend21 lib/libzstd \
/src/usr.bin/clang/lldb-server/ !
H A DMakefile.depend20 lib/libzstd \
/src/lib/ !
H A DMakefile116 libzstd \
125 SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd
/src/rescue/rescue/ !
H A DMakefile.depend47 lib/libzstd \
/src/sys/contrib/openzfs/lib/ !
H A DMakefile.am68 include $(srcdir)/%D%/libzstd/Makefile.am
/src/sys/contrib/openzfs/lib/libzstd/ !
H A DMakefile.am9 noinst_LTLIBRARIES += libzstd.la
/src/lib/libsysdecode/ !
H A DMakefile.depend122 lib/libzstd \
/src/sys/contrib/zstd/ !
H A DCHANGELOG95 build: Zstd CLI Can Now be Linked to Dynamic `libzstd` (#2457, #2454 @Cyan4973)
180 build: Generate a single-file libzstd library (#2065, by @cwoffenden)
287 build: CMake now creates the libzstd.so.1 symlink
350 build: select custom libzstd scope through control macros, by @GeorgeLu97
489 API : fix : all symbols properly exposed in libzstd, by Nick Terrell
526 Changed : libzstd on Windows supports legacy formats, by Christophe Chevalier
630 Changed : Dictionary builder integrated into libzstd and zstd cli

12