Searched full:clean (Results 1 – 20 of 20) sorted by relevance
/lz4-3.4.0-2.7.6/.circleci/ |
D | config.yml | 46 - 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/ |
D | Makefile | 78 .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.yml | 12 - 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 …]
|
D | appveyor.yml | 89 …%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…
|
D | NEWS | 289 Makefile : clean also delete local package .tar.gz
|
/lz4-3.4.0-2.7.6/ossfuzz/ |
D | Makefile | 73 .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/ |
D | Makefile | 73 .PHONY: clean 74 clean: target
|
/lz4-3.4.0-2.7.6/programs/ |
D | Makefile | 121 clean-man: 124 preview-man: clean-man man 127 clean: target
|
D | README.md | 9 including standard targets (`all`, `install`, `clean`, etc.)
|
D | bench.c | 519 /* 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/ |
D | test-lz4-versions.py | 89 make(['clean', 'lz4c'], False) 91 make(['clean', 'lz4c32'], False)
|
D | fuzzer.c | 878 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 …]
|
D | test-lz4-speed.py | 207 …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)
|
D | Makefile | 115 .PHONY: clean 116 clean: target
|
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | Makefile | 61 clean: target
|
/lz4-3.4.0-2.7.6/lib/ |
D | Makefile | 132 .PHONY: clean 133 clean: target
|
D | lz4frame.h | 461 * Use LZ4F_resetDecompressionContext() to return to clean state.
|
/lz4-3.4.0-2.7.6/examples/ |
D | Makefile | 98 clean: target
|
/lz4-3.4.0-2.7.6/contrib/djgpp/ |
D | Makefile | 72 clean: target
|
/lz4-3.4.0-2.7.6/doc/ |
D | lz4frame_manual.html | 329 Use LZ4F_resetDecompressionContext() to return to clean state.
|