Home
last modified time | relevance | path

Searched full:clean (Results 1 – 20 of 20) sorted by relevance

/lz4-3.4.0-2.7.6/.circleci/
Dconfig.yml46 - run: CFLAGS= make clangtest && make clean
47 - run: g++ -v; make cxxtest && make clean
48 - run: gcc -v; g++ -v; make ctocpptest && make clean
49 - run: gcc-5 -v; CC=gcc-5 CFLAGS="-O2 -Werror" make check && make clean
50 …C=gcc-5 CFLAGS="-O2 -m32 -Werror" CPPFLAGS=-I/usr/include/x86_64-linux-gnu make check && make clean
51 - run: gcc-6 -v; CC=gcc-6 MOREFLAGS="-O2 -Werror" make check && make clean
52 - run: make cmake && make clean
56 - run: make -C tests test-fuzzer && make clean
57 - run: make -C lib all && make clean
58 … run: pyenv global 3.4.4; make versionsTest MOREFLAGS=-I/usr/include/x86_64-linux-gnu && make clean
[all …]
/lz4-3.4.0-2.7.6/
DMakefile78 .PHONY: clean
79 clean: target
142 clangtest: clean
150 clangtest-native: clean
160 usan: clean
166 usan32: clean
172 staticAnalyze: clean
180 platformTest: clean
189 versionsTest: clean
196 cxxtest cxx32test: clean
[all …]
D.travis.yml12 - make clean
37 - make clean
39 - make clean
41 - make clean
48 - make clean
50 - make clean cmake
51 - make clean travis-install
52 - make clean clangtest
146 - make -C tests test-lz4 clean test-lz4c32 MOREFLAGS=-Werror
188 - make clean all CC=gcc-4.4 MOREFLAGS=-Werror
[all …]
Dappveyor.yml89 …%ADDITIONALPARAM% /m /verbosity:minimal /property:PlatformToolset=v100 /t:Clean,Build /p:Platform=…
93 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v110 /t:Clean,Build…
97 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v120 /t:Clean,Build…
101 …msbuild "build\VS2010\lz4.sln" /m /verbosity:minimal /property:PlatformToolset=v140 /t:Clean,Build…
DNEWS289 Makefile : clean also delete local package .tar.gz
/lz4-3.4.0-2.7.6/ossfuzz/
DMakefile73 .PHONY: clean
74 clean: compress_fuzzer_clean decompress_fuzzer_clean \ target
78 $(MAKE) -C $(LZ4DIR) clean
/lz4-3.4.0-2.7.6/contrib/gen_manual/
DMakefile73 .PHONY: clean
74 clean: target
/lz4-3.4.0-2.7.6/programs/
DMakefile121 clean-man:
124 preview-man: clean-man man
127 clean: target
DREADME.md9 including standard targets (`all`, `install`, `clean`, etc.)
Dbench.c519 /* clean up */ in BMK_benchMem()
652 /* clean up */ in BMK_benchFileTable()
675 /* clean up */ in BMK_syntheticTest()
/lz4-3.4.0-2.7.6/tests/
Dtest-lz4-versions.py89 make(['clean', 'lz4c'], False)
91 make(['clean', 'lz4c32'], False)
Dfuzzer.c878 FUZ_CHECKTEST(LZ4dictHC->internal_donotuse.dirty, "Context should be clean"); in FUZ_test()
891 FUZ_CHECKTEST(LZ4dictHC->internal_donotuse.dirty, "Context should be clean"); in FUZ_test()
913 FUZ_CHECKTEST(LZ4_streamHC->internal_donotuse.dirty, "Context should be clean"); in FUZ_test()
928 FUZ_CHECKTEST(LZ4_streamHC->internal_donotuse.dirty, "Context should be clean"); in FUZ_test()
937 FUZ_CHECKTEST(LZ4_streamHC->internal_donotuse.dirty, "Context should be clean"); in FUZ_test()
1279 FUZ_CHECKTEST(sHC.internal_donotuse.dirty, "Context should be clean"); in FUZ_unitTests()
1331 LZ4_resetStreamHC_fast(&sHC, 3); /* make sure the context is clean after the test */ in FUZ_unitTests()
1344 FUZ_CHECKTEST(sHC.internal_donotuse.dirty, "Context should be clean"); in FUZ_unitTests()
1362 FUZ_CHECKTEST(sHC.internal_donotuse.dirty, "Context should be clean"); in FUZ_unitTests()
1365 FUZ_CHECKTEST(sHC.internal_donotuse.dirty, "Context should be clean"); in FUZ_unitTests()
[all …]
Dtest-lz4-speed.py207 …execute('make -C programs clean lz4 CC=clang MOREFLAGS="-Werror -Wconversion -Wno-sign-conversion …
209 'make -C programs clean lz4 lz4c32 MOREFLAGS="-DLZ4_GIT_COMMIT=%s"' % version)
DMakefile115 .PHONY: clean
116 clean: target
/lz4-3.4.0-2.7.6/lib/dll/example/
DMakefile61 clean: target
/lz4-3.4.0-2.7.6/lib/
DMakefile132 .PHONY: clean
133 clean: target
Dlz4frame.h461 * Use LZ4F_resetDecompressionContext() to return to clean state.
/lz4-3.4.0-2.7.6/examples/
DMakefile98 clean: target
/lz4-3.4.0-2.7.6/contrib/djgpp/
DMakefile72 clean: target
/lz4-3.4.0-2.7.6/doc/
Dlz4frame_manual.html329 Use LZ4F_resetDecompressionContext() to return to clean state.