Searched refs:libzstd (Results 1 – 19 of 19) sorted by relevance
| /freebsd-13.1/sys/contrib/zstd/lib/ |
| H A D | Makefile | 230 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 D | README.md | 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 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 …]
|
| /freebsd-13.1/sys/contrib/zstd/zlibWrapper/ |
| H A D | Makefile | 14 ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.a 110 $(ZSTDLIBDIR)/libzstd.a: 111 $(MAKE) -C $(ZSTDLIBDIR) libzstd.a 113 $(ZSTDLIBDIR)/libzstd.so: 114 $(MAKE) -C $(ZSTDLIBDIR) libzstd
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_version_details.c | 65 const char *libzstd = archive_libzstd_version(); in archive_version_details() local 91 if (libzstd) { in archive_version_details() 93 archive_strcat(&str, libzstd); in archive_version_details()
|
| /freebsd-13.1/sys/contrib/zstd/examples/ |
| H A D | Makefile | 13 LIB = $(LIBDIR)/libzstd.a 27 $(MAKE) -C $(LIBDIR) libzstd.a
|
| /freebsd-13.1/usr.bin/zstd/ |
| H A D | Makefile.depend | 12 lib/libzstd \
|
| /freebsd-13.1/lib/libarchive/ |
| H A D | Makefile.depend | 14 lib/libzstd \
|
| /freebsd-13.1/lib/ |
| H A D | Makefile | 108 libzstd \ 116 SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd
|
| /freebsd-13.1/sys/contrib/openzfs/lib/ |
| H A D | Makefile.am | 3 SUBDIRS = libavl libicp libshare libspl libtpool libzstd subdir
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzstd/ |
| H A D | Makefile.am | 9 noinst_LTLIBRARIES = libzstd.la
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 219 $(abs_top_builddir)/lib/libzstd/libzstd.la
|
| /freebsd-13.1/rescue/rescue/ |
| H A D | Makefile.depend | 49 lib/libzstd \
|
| /freebsd-13.1/lib/libsysdecode/ |
| H A D | Makefile.depend | 121 lib/libzstd \
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | CHANGELOG | 75 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 D | README.md | 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.
|
| H A D | Makefile | 60 .PHONY: lib lib-release libzstd.a
|
| H A D | CONTRIBUTING.md | 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
|
| /freebsd-13.1/targets/pseudo/userland/lib/ |
| H A D | Makefile.depend | 183 lib/libzstd \
|
| /freebsd-13.1/sys/contrib/openzfs/ |
| H A D | configure.ac | 171 lib/libzstd/Makefile
|