Searched refs:libzstd (Results 1 – 23 of 23) sorted by relevance
| /freebsd-14.2/sys/contrib/zstd/lib/ |
| H A D | Makefile | 28 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 D | README.md | 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`. 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 D | module.modulemap | 1 module libzstd [extern_c] {
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_version_details.c | 64 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 D | Makefile | 14 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 D | Makefile | 13 LIB = $(LIBDIR)/libzstd.a 27 $(MAKE) -C $(LIBDIR) libzstd.a
|
| /freebsd-14.2/usr.bin/zstd/ |
| H A D | Makefile.depend | 9 lib/libzstd \
|
| /freebsd-14.2/usr.bin/gzip/ |
| H A D | Makefile.depend | 11 lib/libzstd \
|
| /freebsd-14.2/sbin/savecore/ |
| H A D | Makefile.depend | 12 lib/libzstd \
|
| /freebsd-14.2/lib/libarchive/ |
| H A D | Makefile.depend | 13 lib/libzstd \
|
| /freebsd-14.2/usr.bin/mkuzip/ |
| H A D | Makefile.depend | 13 lib/libzstd \
|
| /freebsd-14.2/lib/ |
| H A D | Makefile | 110 libzstd \ 119 SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd
|
| /freebsd-14.2/rescue/rescue/ |
| H A D | Makefile.depend | 49 lib/libzstd \
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzstd/ |
| H A D | Makefile.am | 6 noinst_LTLIBRARIES += libzstd.la
|
| /freebsd-14.2/sys/contrib/openzfs/lib/ |
| H A D | Makefile.am | 69 include $(srcdir)/%D%/libzstd/Makefile.am
|
| /freebsd-14.2/lib/libsysdecode/ |
| H A D | Makefile.depend | 123 lib/libzstd \
|
| /freebsd-14.2/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
|
| 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 | CONTRIBUTING.md | 256 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 D | Makefile.depend | 189 lib/libzstd \
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 193 libzstd.la \
|
| /freebsd-14.2/sys/contrib/zstd/programs/ |
| H A D | Makefile | 23 include $(LIBZSTD)/libzstd.mk
|
| /freebsd-14.2/ |
| H A D | Makefile.inc1 | 2436 _elftoolchain_libs= lib/libelf lib/libdwarf lib/libzstd 3148 lib/libzstd \
|