Searched refs:liblz4 (Results 1 – 25 of 28) sorted by relevance
12
/third_party/lz4/lib/ |
D | Makefile | 68 …SONAME_FLAGS = -install_name $(libdir)/liblz4.$(SHARED_EXT_MAJOR) -compatibility_version $(LIBVER_… 70 SONAME_FLAGS = -Wl,-soname=liblz4.$(SHARED_EXT).$(LIBVER_MAJOR) 86 lib: liblz4.a liblz4 95 liblz4.a: $(SRCFILES) 103 liblz4-dll.rc: liblz4-dll.rc.in 111 liblz4-dll.o: liblz4-dll.rc 112 $(WINDRES) -i liblz4-dll.rc -o liblz4-dll.o 114 $(LIBLZ4): $(SRCFILES) liblz4-dll.o 124 $(LN_SF) $@ liblz4.$(SHARED_EXT_MAJOR) 125 $(LN_SF) $@ liblz4.$(SHARED_EXT) [all …]
|
D | README.md | 133 DLL can be created using MinGW+MSYS with the `make liblz4` command. 134 This command creates `dll\liblz4.dll` and the import library `dll\liblz4.lib`. 141 `dll\liblz4.dll` are required to compile a project using gcc/MinGW. 144 file it should be linked with `dll\liblz4.dll`. For example: 146 $(CC) $(CFLAGS) -Iinclude/ test-dll.c -o test-dll dll\liblz4.dll 148 The compiled executable will require LZ4 DLL which is available at `dll\liblz4.dll`. 157 - `liblz4.pc.in` : for `pkg-config` (used in `make install`)
|
D | .gitignore | 2 liblz4.pc
|
/third_party/lz4/examples/ |
D | Makefile | 46 $(LZ4DIR)/liblz4.a: $(LZ4DIR)/lz4.c $(LZ4DIR)/lz4hc.c $(LZ4DIR)/lz4frame.c $(LZ4DIR)/lz4.h $(LZ4DIR… 47 $(MAKE) -C $(LZ4DIR) liblz4.a 49 printVersion: printVersion.c $(LZ4DIR)/liblz4.a 52 doubleBuffer: blockStreaming_doubleBuffer.c $(LZ4DIR)/liblz4.a 55 dictionaryRandomAccess: dictionaryRandomAccess.c $(LZ4DIR)/liblz4.a 58 ringBuffer : blockStreaming_ringBuffer.c $(LZ4DIR)/liblz4.a 61 ringBufferHC: HCStreaming_ringBuffer.c $(LZ4DIR)/liblz4.a 64 lineCompress: blockStreaming_lineByLine.c $(LZ4DIR)/liblz4.a 67 frameCompress: frameCompress.c $(LZ4DIR)/liblz4.a 70 fileCompress: fileCompress.c $(LZ4DIR)/liblz4.a [all …]
|
/third_party/lz4/ |
D | Makefile.inc | 41 LIBLZ4 = liblz4-$(LIBVER_MAJOR) 42 LIBLZ4_EXP = liblz4.lib 45 LIBLZ4_EXP = liblz4.dll.a 47 LIBLZ4 = liblz4 58 LIBLZ4 = liblz4.$(SHARED_EXT_VER)
|
D | Makefile | 54 .PHONY: lib lib-release liblz4.a 55 lib: liblz4.a 56 lib lib-release liblz4.a: 60 lz4 : liblz4.a 67 examples: liblz4.a
|
/third_party/lz4/contrib/meson/meson/lib/ |
D | meson.build | 33 liblz4 = library( variable 42 link_with: liblz4, 49 objects: liblz4.extract_all_objects(recursive: true), 60 liblz4, 62 filebase: 'liblz4',
|
/third_party/lz4/build/ |
D | README.md | 36 - `liblz4` : A static LZ4 library compiled to `liblz4_static.lib` 37 - `liblz4-dll` : A dynamic LZ4 library (DLL) compiled to `liblz4.dll` with the import library `libl… 44 `build\VS2010\bin\$(Platform)_$(Configuration)\liblz4.lib` are required to 51 If one will provide only the name `liblz4.lib` without a full path to the library 55 `build\VS2010\bin\$(Platform)_$(Configuration)\liblz4.dll`.
|
/third_party/lz4/contrib/debian/ |
D | control | 1 Source: liblz4 14 Package: liblz4 19 Package: liblz4-dev
|
D | liblz4.install | 1 usr/lib/liblz4.so.*
|
D | liblz4-dev.install | 2 usr/lib/liblz4.so
|
D | copyright | 2 Upstream-Name: liblz4
|
D | changelog | 1 liblz4 (1.7.2) unstable; urgency=low
|
/third_party/lz4/ossfuzz/ |
D | Makefile | 56 $(LZ4DIR)/liblz4.a: 57 $(MAKE) -C $(LZ4DIR) CFLAGS="$(LZ4_CFLAGS)" liblz4.a 68 %_fuzzer: %_fuzzer.o lz4_helpers.o fuzz_data_producer.o $(LZ4DIR)/liblz4.a $(LIB_FUZZING_DEPS)
|
/third_party/lz4/build/VS2010/ |
D | lz4.sln | 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4-dll", "liblz4-dll\liblz4-dll.vcxproj", … 7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4", "liblz4\liblz4.vcxproj", "{9092C5CC-3…
|
/third_party/lz4/programs/ |
D | Makefile | 108 lz4-wlib: liblz4 $(OBJFILES) 112 .PHONY:liblz4 113 liblz4: target 114 …PFLAGS="-DLZ4F_PUBLISH_STATIC_FUNCTIONS -DLZ4_PUBLISH_STATIC_FUNCTIONS" $(MAKE) -C $(LZ4DIR) liblz4
|
/third_party/lz4/build/VS2017/ |
D | lz4.sln | 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4-dll", "liblz4-dll\liblz4-dll.vcxproj", … 7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4", "liblz4\liblz4.vcxproj", "{9092C5CC-3…
|
/third_party/lz4/build/VS2022/ |
D | lz4.sln | 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4-dll", "liblz4-dll\liblz4-dll.vcxproj", … 7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liblz4", "liblz4\liblz4.vcxproj", "{9092C5CC-3…
|
/third_party/lz4/build/cmake/ |
D | CMakeLists.txt | 102 # liblz4 209 install(FILES "${CMAKE_CURRENT_BINARY_DIR}/liblz4.pc" 271 # for liblz4.pc substitution 273 configure_file(${LZ4_LIB_SOURCE_DIR}/liblz4.pc.in liblz4.pc @ONLY)
|
D | .gitignore | 7 liblz4.pc
|
/third_party/lz4/contrib/djgpp/ |
D | README.MD | 2 This file details on how to compile lz4.exe, and liblz4.a for use on DOS/djgpp using 15 * `make -f contrib/djgpp/Makefile liblz4.a`
|
/third_party/lz4/lib/dll/example/ |
D | README.md | 8 - `dll\liblz4.dll.a` : The import library of LZ4 library for Visual C++ 59 The header files from `include\` and the import library `dll\liblz4.dll.a` 66 If one will provide only the name `liblz4.dll.a` without a full path to the library
|
D | Makefile | 59 $(CC) $(FLAGS) $^ -o $@$(EXT) -DLZ4_DLL_IMPORT=1 $(DLLDIR)/liblz4.dll
|
/third_party/lz4/tests/ |
D | check_liblz4_version.sh | 5 ldd $1 | grep liblz4
|
D | Makefile | 67 lib liblz4.pc: 83 $(LZ4DIR)/liblz4.a: 84 $(MAKE) -C $(LZ4DIR) liblz4.a 86 fullbench-lib: fullbench.c $(LZ4DIR)/liblz4.a 90 $(MAKE) -C $(LZ4DIR) liblz4 198 test-install: lz4 lib liblz4.pc
|
12