Home
last modified time | relevance | path

Searched full:c (Results 1 – 25 of 106) sorted by relevance

12345

/lz4-3.4.0-2.7.6/
DMakefile3 # Copyright (C) Yann Collet 2011-2020
57 $(MAKE) -C $(LZ4DIR) $@
63 $(MAKE) -C $(PRGDIR) $@
68 $(MAKE) -C $(EXDIR) all
72 $(MAKE) -C contrib/gen_manual $@
76 $(MAKE) -C $(TESTDIR) all
80 $(MAKE) -C $(LZ4DIR) $@ > $(VOID)
81 $(MAKE) -C $(PRGDIR) $@ > $(VOID)
82 $(MAKE) -C $(TESTDIR) $@ > $(VOID)
83 $(MAKE) -C $(EXDIR) $@ > $(VOID)
[all …]
Dappveyor.yml28 SET "PATH_MINGW32=c:\MinGW\bin;c:\MinGW\usr\bin" &&
29 SET "PATH_MINGW64=c:\msys64\mingw64\bin;c:\msys64\usr\bin" &&
30 COPY C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe &&
31 COPY C:\MinGW\bin\gcc.exe C:\MinGW\bin\cc.exe
33C:\Program Files\Microsoft SDKs\Windows\v7.1\lib\x64;c:\Program Files (x86)\Microsoft Visual Studi…
50 make -C programs lz4 &&
51 make -C tests fullbench &&
52 make -C tests fuzzer &&
53 make -C lib lib V=1
55 …make -C programs lz4 CC=clang MOREFLAGS="--target=x86_64-w64-mingw32 -Werror -Wconversion -Wno-sig…
[all …]
D.travis.yml1 language: c
19 - make -C tests test-lz4 test-lz4c test-fullbench
26 - make -C tests test-frametest test-fuzzer
32 - CC=clang MOREFLAGS=-fsanitize=address make -C tests test-frametest test-fuzzer
38 - make -C programs lz4-wlib
40 - make -C tests fullbench-wmalloc # test LZ4_USER_MEMORY_FUNCTIONS
42 … - CC="c++ -Wno-deprecated" make -C tests fullbench-wmalloc # stricter function signature check
60 - make -C tests test MOREFLAGS=-mx32
76 - make -C tests test-lz4 test-mem
78 - name: (Trusty) c-to-c++ test
[all …]
DNEWS39 api : fix : lz4frame initializers compatibility with c++, reported by @degski
80 perf : fix bad degenerative case, reported by @c-morgenstern
273 Separated IO routines from command line (lz4io.c)
292 lz4.c : corrected issue 98 (LZ4_compress_limitedOutput())
296 lz4.c : corrected compression efficiency issue 97 in 64-bits chained mode (-BD) for streams > 4 GB …
302 lz4cli.c : include <stduni.h> for isatty() (Luca Barbato)
306 lz4.c : LZ4_compress() verify input size condition (Shay Green)
307 bench.c : corrected a bug in free memory size evaluation
309 cmake : check for just C compiler (Elan Ruusamae)
313 lz4cli.c : corrected small display bug in HC mode
[all …]
/lz4-3.4.0-2.7.6/contrib/meson/meson/examples/
Dmeson.build2 # Copyright (c) 2018-present lzutao <taolzu(at)gmail.com>
15 join_paths(lz4_root_dir, 'examples/printVersion.c'),
19 join_paths(lz4_root_dir, 'examples/blockStreaming_doubleBuffer.c'),
23 join_paths(lz4_root_dir, 'examples/dictionaryRandomAccess.c'),
27 join_paths(lz4_root_dir, 'examples/blockStreaming_ringBuffer.c'),
31 join_paths(lz4_root_dir, 'examples/HCStreaming_ringBuffer.c'),
35 join_paths(lz4_root_dir, 'examples/blockStreaming_lineByLine.c'),
39 join_paths(lz4_root_dir, 'examples/frameCompress.c'),
43 join_paths(lz4_root_dir, 'examples/compress_functions.c'),
47 join_paths(lz4_root_dir, 'examples/simple_buffer.c'),
/lz4-3.4.0-2.7.6/tests/
DMakefile3 # Copyright (C) Yann Collet 2011-2020
65 $(MAKE) -C $(PRGDIR) $@ CFLAGS="$(CFLAGS)"
68 $(MAKE) -C $(LZ4DIR) $@ CFLAGS="$(CFLAGS)"
74 $(MAKE) -C $(PRGDIR) $@ CFLAGS="-m32 $(CFLAGS)"
76 %.o : $(LZ4DIR)/%.c $(LZ4DIR)/%.h
77 $(CC) -c $(CFLAGS) $(CPPFLAGS) $< -o $@
80 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c
84 $(MAKE) -C $(LZ4DIR) liblz4.a
86 fullbench-lib: fullbench.c $(LZ4DIR)/liblz4.a
89 fullbench-dll: fullbench.c $(LZ4DIR)/xxhash.c
[all …]
Dtest_install.sh5 make="make -C $lz4_root"
8 make="make -C $lz4_root"
10 make="gmake -C $lz4_root"
/lz4-3.4.0-2.7.6/examples/
DMakefile3 # Copyright (C) Yann Collet 2011-2020
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
[all …]
Dstreaming_api_basics.md33 | 4KiB Chunk A | 4KiB Chunk B | C | D |... |
38 | 4KiB Chunk A | 4KiB Chunk B | C | D |... |
48 | 4KiB Chunk A | 4KiB Chunk B | C | D |... |
60 | 4KiB Chunk A | 4KiB Chunk B | C | D |... |
78 In (2), there's no dependency between chunk B and C, but (3) has dependency between B and C.
/lz4-3.4.0-2.7.6/lib/dll/example/
DREADME.md8 - `dll\liblz4.lib` : The import library of LZ4 library for Visual C++
41 It means that if a project that uses LZ4 consists of a single `test-dll.c`
44 gcc $(CFLAGS) -Iinclude\ test-dll.c -o test-dll dll\liblz4.dll
49 #### The example of usage of static and dynamic LZ4 libraries with Visual C++
52 dynamic LZ4 library from the `dll` directory. The solution works with Visual C++
53 2010 or newer. When one will open the solution with Visual C++ newer than 2010
57 #### Using LZ4 DLL with Visual C++
60 are required to compile a project using Visual C++.
63 be found in project properties `C/C++` then `General`.
DMakefile3 # Copyright (C) Yann Collet 2016-2020
55 fullbench-lib: fullbench.c xxhash.c
58 fullbench-dll: fullbench.c xxhash.c
/lz4-3.4.0-2.7.6/contrib/djgpp/
DMakefile1 # Copyright (c) 2015, Louis P. Santillan <lpsantil@gmail.com>
24 SRC = programs/bench.c programs/lz4io.c programs/lz4cli.c
25 OBJ = $(SRC:.c=.o)
26 SDEPS = $(SRC:.c=.d)
32 LSRC = lib/lz4.c lib/lz4hc.c lib/lz4frame.c lib/xxhash.c
33 INC = $(LSRC:.c=.h)
34 LOBJ = $(LSRC:.c=.o)
35 LSDEPS = $(LSRC:.c=.d)
52 %.o: %.c $(INC) Makefile
53 $(CC) $(CFLAGS) -MMD -MP -I$(IDIR) -c $< -o $@
/lz4-3.4.0-2.7.6/lib/
DREADME.md9 The minimum required is **`lz4.c`** and **`lz4.h`**,
18 Add files **`lz4hc.c`** and **`lz4hc.h`**.
31 So it's necessary to include all `*.c` and `*.h` files present in `/lib`.
92 One can combine all source code into `lz4_all.c` by using following command:
94 cat lz4.c lz4hc.c lz4frame.c > lz4_all.c
96 (`cat` file order is important) then compile `lz4_all.c`.
97 All `*.h` files present in `/lib` remain necessary to compile `lz4_all.c`.
108 The import library is only required with Visual C++.
112 It means that if a project that uses LZ4 consists of a single `test-dll.c`
115 $(CC) $(CFLAGS) -Iinclude/ test-dll.c -o test-dll dll\liblz4.dll
/lz4-3.4.0-2.7.6/contrib/meson/meson/tests/
Dmeson.build2 # Copyright (c) 2018-present lzutao <taolzu(at)gmail.com>
26 fullbench_sources = [join_paths(lz4_root_dir, 'tests/fullbench.c')]
33 fuzzer_sources = [join_paths(lz4_root_dir, 'tests/fuzzer.c')]
41 frametest_sources = [join_paths(lz4_root_dir, 'tests/frametest.c')]
48 roundTripTest_sources = [join_paths(lz4_root_dir, 'tests/roundTripTest.c')]
54 datagen_sources = [join_paths(lz4_root_dir, 'tests/datagencli.c')]
57 objects: lz4.extract_objects(join_paths(lz4_root_dir, 'programs/datagen.c')),
62 checkFrame_sources = [join_paths(lz4_root_dir, 'tests/checkFrame.c')]
69 checkTag_sources = [join_paths(lz4_root_dir, 'tests/checkTag.c')]
/lz4-3.4.0-2.7.6/build/cmake/
DCMakeLists.txt29 project(LZ4 C)
34 LANGUAGES C)
84 "${LZ4_LIB_SOURCE_DIR}/lz4.c"
85 "${LZ4_LIB_SOURCE_DIR}/lz4hc.c"
88 "${LZ4_LIB_SOURCE_DIR}/lz4frame.c"
90 "${LZ4_LIB_SOURCE_DIR}/xxhash.c")
92 "${LZ4_PROG_SOURCE_DIR}/bench.c"
93 "${LZ4_PROG_SOURCE_DIR}/lz4cli.c"
94 "${LZ4_PROG_SOURCE_DIR}/lz4io.c"
95 "${LZ4_PROG_SOURCE_DIR}/datagen.c")
/lz4-3.4.0-2.7.6/contrib/meson/meson/lib/
Dmeson.build2 # Copyright (c) 2018-present lzutao <taolzu(at)gmail.com>
13 liblz4_sources = [join_paths(lz4_root_dir, 'lib/lz4.c'),
14 join_paths(lz4_root_dir, 'lib/lz4frame.c'),
15 join_paths(lz4_root_dir, 'lib/lz4hc.c'),
16 join_paths(lz4_root_dir, 'lib/xxhash.c')]
/lz4-3.4.0-2.7.6/contrib/meson/meson/programs/
Dmeson.build2 # Copyright (c) 2018-present lzutao <taolzu(at)gmail.com>
13 lz4_sources = [join_paths(lz4_root_dir, 'programs/bench.c'),
14 join_paths(lz4_root_dir, 'programs/datagen.c'),
15 join_paths(lz4_root_dir, 'programs/lz4cli.c'),
16 join_paths(lz4_root_dir, 'programs/lz4io.c')]
/lz4-3.4.0-2.7.6/build/
DREADME.md41 #### Using LZ4 DLL with Microsoft Visual C++ project
45 compile a project using Visual C++.
48 …be found in Project Properties of Visual Studio IDE in the `C/C++` Property Pages on the `General`…
/lz4-3.4.0-2.7.6/build/VS2017/lz4/
Dlz4.vcxproj150 <ClCompile Include="..\..\..\lib\lz4.c" />
151 <ClCompile Include="..\..\..\lib\lz4frame.c" />
152 <ClCompile Include="..\..\..\lib\lz4hc.c" />
153 <ClCompile Include="..\..\..\lib\xxhash.c" />
154 <ClCompile Include="..\..\..\programs\bench.c" />
155 <ClCompile Include="..\..\..\programs\datagen.c" />
156 <ClCompile Include="..\..\..\programs\lz4cli.c" />
157 <ClCompile Include="..\..\..\programs\lz4io.c" />
/lz4-3.4.0-2.7.6/.circleci/
Dconfig.yml53 - run: make -C tests test-lz4
54 - run: make -C tests test-lz4c
55 - run: make -C tests test-frametest
56 - run: make -C tests test-fuzzer && make clean
57 - run: make -C lib all && make clean
/lz4-3.4.0-2.7.6/build/VS2010/lz4/
Dlz4.vcxproj174 <ClCompile Include="..\..\..\lib\lz4.c" />
175 <ClCompile Include="..\..\..\lib\lz4frame.c" />
176 <ClCompile Include="..\..\..\lib\lz4hc.c" />
177 <ClCompile Include="..\..\..\lib\xxhash.c" />
178 <ClCompile Include="..\..\..\programs\datagen.c" />
179 <ClCompile Include="..\..\..\programs\bench.c" />
180 <ClCompile Include="..\..\..\programs\lz4cli.c" />
181 <ClCompile Include="..\..\..\programs\lz4io.c" />
Dlz4.rc1 // Microsoft Visual C++ generated resource script.
39 VALUE "LegalCopyright", "Copyright (C) 2013-2020, Yann Collet"
/lz4-3.4.0-2.7.6/ossfuzz/
DMakefile56 $(MAKE) -C $(LZ4DIR) CFLAGS="$(LZ4_CFLAGS)" liblz4.a
58 %.o: %.c
59 $(CC) -c $(LZ4_CFLAGS) $(LZ4_CPPFLAGS) $< -o $@
78 $(MAKE) -C $(LZ4DIR) clean
Dfuzz_helpers.h2 * Copyright (c) 2016-present, Facebook, Inc.
24 extern "C" {
29 #include "lz4.c" /* LZ4_count, constants, mem */
/lz4-3.4.0-2.7.6/programs/
DMakefile3 # Copyright (C) Yann Collet 2011-2020
45 LIBFILES = $(wildcard $(LZ4DIR)/*.c)
46 SRCFILES = $(sort $(LIBFILES) $(wildcard *.c))
47 OBJFILES = $(SRCFILES:.c=.o)
98 lz4-wlib: SRCFILES+= $(LZ4DIR)/xxhash.c # benchmark unit needs XXH64()
107 …CPPFLAGS="-DLZ4F_PUBLISH_STATIC_FUNCTIONS -DLZ4_PUBLISH_STATIC_FUNCTIONS" $(MAKE) -C $(LZ4DIR) lib…
131 $(MAKE) -C $(LZ4DIR) $@ > $(VOID)

12345