Searched refs:libzstd (Results 1 – 25 of 30) sorted by relevance
12
| /src/sys/contrib/zstd/lib/ |
| H A D | Makefile | 28 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 D | README.md | 15 `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 D | module.modulemap | 1 module libzstd [extern_c] {
|
| /src/sys/contrib/zstd/zlibWrapper/ |
| H A D | Makefile | 14 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 D | Makefile | 13 LIB = $(LIBDIR)/libzstd.a 27 $(MAKE) -C $(LIBDIR) libzstd.a
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_version_details.c | 178 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 D | Makefile.depend | 9 lib/libzstd \
|
| /src/usr.bin/gzip/ |
| H A D | Makefile.depend | 11 lib/libzstd \
|
| /src/sbin/savecore/ |
| H A D | Makefile.depend | 12 lib/libzstd \
|
| /src/lib/libarchive/ |
| H A D | Makefile.depend | 13 lib/libzstd \
|
| /src/usr.bin/mkuzip/ |
| H A D | Makefile.depend | 13 lib/libzstd \
|
| /src/usr.bin/clang/llvm-min-tblgen/ |
| H A D | Makefile.depend | 15 lib/libzstd \
|
| /src/usr.bin/clang/llvm-objdump/ |
| H A D | Makefile.depend | 15 lib/libzstd \
|
| /src/usr.bin/clang/clang-tblgen/ |
| H A D | Makefile.depend | 16 lib/libzstd \
|
| /src/usr.bin/clang/clang/ |
| H A D | Makefile.depend | 16 lib/libzstd \
|
| /src/usr.bin/clang/lld/ |
| H A D | Makefile.depend | 15 lib/libzstd \
|
| /src/usr.bin/clang/llvm-tblgen/ |
| H A D | Makefile.depend | 15 lib/libzstd \
|
| /src/usr.bin/clang/lldb/ |
| H A D | Makefile.depend | 21 lib/libzstd \
|
| /src/usr.bin/clang/lldb-server/ |
| H A D | Makefile.depend | 20 lib/libzstd \
|
| /src/lib/ |
| H A D | Makefile | 116 libzstd \ 125 SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd
|
| /src/rescue/rescue/ |
| H A D | Makefile.depend | 47 lib/libzstd \
|
| /src/sys/contrib/openzfs/lib/ |
| H A D | Makefile.am | 68 include $(srcdir)/%D%/libzstd/Makefile.am
|
| /src/sys/contrib/openzfs/lib/libzstd/ |
| H A D | Makefile.am | 9 noinst_LTLIBRARIES += libzstd.la
|
| /src/lib/libsysdecode/ |
| H A D | Makefile.depend | 122 lib/libzstd \
|
| /src/sys/contrib/zstd/ |
| H A D | CHANGELOG | 95 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