Searched refs:libzstd (Results 1 – 12 of 12) sorted by relevance
230 libzstd.a:252 LIBZSTD = dll/libzstd.dll291 .PHONY: libzstd292 libzstd : $(LIBZSTD) target295 lib : libzstd.a libzstd345 $(RM) dll/libzstd.dll dll/libzstd.lib libzstd-nomt*354 all: libzstd.pc399 libzstd.pc:400 libzstd.pc: libzstd.pc.in413 install-pc: libzstd.pc[all …]
29 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 macros94 `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.dll182 This functionality only matters if `libzstd` is compiled multiple times[all …]
14 ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.a110 $(ZSTDLIBDIR)/libzstd.a:111 $(MAKE) -C $(ZSTDLIBDIR) libzstd.a113 $(ZSTDLIBDIR)/libzstd.so:114 $(MAKE) -C $(ZSTDLIBDIR) libzstd
13 LIB = $(LIBDIR)/libzstd.a27 $(MAKE) -C $(LIBDIR) libzstd.a
3 SUBDIRS = libavl libicp libshare libspl libtpool libzstd subdir
9 noinst_LTLIBRARIES = libzstd.la
219 $(abs_top_builddir)/lib/libzstd/libzstd.la
75 build: Generate a single-file libzstd library (#2065, by @cwoffenden)182 build: CMake now creates the libzstd.so.1 symlink245 build: select custom libzstd scope through control macros, by @GeorgeLu97384 API : fix : all symbols properly exposed in libzstd, by Nick Terrell421 Changed : libzstd on Windows supports legacy formats, by Christophe Chevalier525 Changed : Dictionary builder integrated into libzstd and zstd cli
140 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.
60 .PHONY: lib lib-release libzstd.a
220 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
170 lib/libzstd/Makefile