Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/lib/
H A DMakefile28 include libzstd.mk
106 libzstd.a:
131 LIBZSTD = dll/libzstd.dll
174 .PHONY: libzstd
175 libzstd : $(LIBZSTD) target
178 lib : libzstd.a libzstd
245 $(RM) dll/libzstd.dll dll/libzstd.lib libzstd-nomt*
254 lib: libzstd.pc
299 libzstd.pc: libzstd.pc.in
315 install-pc: libzstd.pc
[all …]
H A DREADME.md33 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`.
174 file it should be linked with `dll\libzstd.dll`. For example:
176 gcc $(CFLAGS) -Iinclude/ test-dll.c -o test-dll dll\libzstd.dll
192 This functionality only matters if `libzstd` is compiled multiple times
[all …]
H A Dmodule.modulemap1 module libzstd [extern_c] {
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_version_details.c64 const char *libzstd = archive_libzstd_version(); in archive_version_details() local
90 if (libzstd) { in archive_version_details()
92 archive_strcat(&str, libzstd); in archive_version_details()
/freebsd-14.2/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
/freebsd-14.2/sys/contrib/zstd/examples/
H A DMakefile13 LIB = $(LIBDIR)/libzstd.a
27 $(MAKE) -C $(LIBDIR) libzstd.a
/freebsd-14.2/usr.bin/zstd/
H A DMakefile.depend9 lib/libzstd \
/freebsd-14.2/usr.bin/gzip/
H A DMakefile.depend11 lib/libzstd \
/freebsd-14.2/sbin/savecore/
H A DMakefile.depend12 lib/libzstd \
/freebsd-14.2/lib/libarchive/
H A DMakefile.depend13 lib/libzstd \
/freebsd-14.2/usr.bin/mkuzip/
H A DMakefile.depend13 lib/libzstd \
/freebsd-14.2/lib/
H A DMakefile110 libzstd \
119 SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd
/freebsd-14.2/rescue/rescue/
H A DMakefile.depend49 lib/libzstd \
/freebsd-14.2/sys/contrib/openzfs/lib/libzstd/
H A DMakefile.am6 noinst_LTLIBRARIES += libzstd.la
/freebsd-14.2/sys/contrib/openzfs/lib/
H A DMakefile.am69 include $(srcdir)/%D%/libzstd/Makefile.am
/freebsd-14.2/lib/libsysdecode/
H A DMakefile.depend123 lib/libzstd \
/freebsd-14.2/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
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 DCONTRIBUTING.md256 3. To benchmark, you will likely end up writing a separate c/c++ program that will link libzstd.
258 definitely some). Statically linking libzstd will be more stable. Static libraries should
431 However, since `libzstd` source code can be amalgamated,
/freebsd-14.2/targets/pseudo/userland/lib/
H A DMakefile.depend189 lib/libzstd \
/freebsd-14.2/sys/contrib/openzfs/lib/libzpool/
H A DMakefile.am193 libzstd.la \
/freebsd-14.2/sys/contrib/zstd/programs/
H A DMakefile23 include $(LIBZSTD)/libzstd.mk
/freebsd-14.2/
H A DMakefile.inc12436 _elftoolchain_libs= lib/libelf lib/libdwarf lib/libzstd
3148 lib/libzstd \