History log of /third_party/lz4/ (Results 1 - 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
27b27ec605-Sep-2024 openharmony_ci <120357966@qq.com>

!26 开启PAC后向CFI选项branch_protector_ret
Merge pull request !26 from zhangcan42/master


.circleci/config.yml
.circleci/images/primary/Dockerfile
.cirrus.yml
.gitattributes
.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md
.gitignore
.travis.yml
BUILD.gn
INSTALL
LICENSE
Makefile
Makefile.inc
NEWS
OAT.xml
README.OpenSource
README.md
appveyor.yml
build/.gitignore
build/README.md
build/VS2010/datagen/datagen.vcxproj
build/VS2010/frametest/frametest.vcxproj
build/VS2010/fullbench-dll/fullbench-dll.vcxproj
build/VS2010/fullbench/fullbench.vcxproj
build/VS2010/fuzzer/fuzzer.vcxproj
build/VS2010/liblz4-dll/liblz4-dll.rc
build/VS2010/liblz4-dll/liblz4-dll.vcxproj
build/VS2010/liblz4/liblz4.vcxproj
build/VS2010/lz4.sln
build/VS2010/lz4/lz4.rc
build/VS2010/lz4/lz4.vcxproj
build/VS2017/datagen/datagen.vcxproj
build/VS2017/frametest/frametest.vcxproj
build/VS2017/fullbench-dll/fullbench-dll.vcxproj
build/VS2017/fullbench/fullbench.vcxproj
build/VS2017/fuzzer/fuzzer.vcxproj
build/VS2017/liblz4-dll/liblz4-dll.rc
build/VS2017/liblz4-dll/liblz4-dll.vcxproj
build/VS2017/liblz4/liblz4.vcxproj
build/VS2017/lz4.sln
build/VS2017/lz4/lz4.rc
build/VS2017/lz4/lz4.vcxproj
build/VS2022/datagen/datagen.vcxproj
build/VS2022/frametest/frametest.vcxproj
build/VS2022/fullbench-dll/fullbench-dll.vcxproj
build/VS2022/fullbench/fullbench.vcxproj
build/VS2022/fuzzer/fuzzer.vcxproj
build/VS2022/liblz4-dll/liblz4-dll.rc
build/VS2022/liblz4-dll/liblz4-dll.vcxproj
build/VS2022/liblz4/liblz4.vcxproj
build/VS2022/lz4.sln
build/cmake/.gitignore
build/cmake/CMakeLists.txt
build/cmake/lz4Config.cmake.in
bundle.json
contrib/debian/changelog
contrib/debian/compat
contrib/debian/control
contrib/debian/copyright
contrib/debian/dirs
contrib/debian/docs
contrib/debian/liblz4-dev.install
contrib/debian/liblz4.install
contrib/debian/rules
contrib/djgpp/LICENSE
contrib/djgpp/Makefile
contrib/djgpp/README.MD
contrib/gen_manual/.gitignore
contrib/gen_manual/Makefile
contrib/gen_manual/README.md
contrib/gen_manual/gen-lz4-manual.sh
contrib/gen_manual/gen_manual.cpp
contrib/meson/README.md
contrib/meson/meson.build
contrib/meson/meson/GetLz4LibraryVersion.py
contrib/meson/meson/contrib/gen_manual/meson.build
contrib/meson/meson/contrib/meson.build
contrib/meson/meson/examples/meson.build
contrib/meson/meson/lib/meson.build
contrib/meson/meson/meson.build
contrib/meson/meson/programs/meson.build
contrib/meson/meson/tests/meson.build
contrib/meson/meson_options.txt
contrib/snap/README.md
contrib/snap/snapcraft.yaml
doc/lz4_Block_format.md
doc/lz4_Frame_format.md
doc/lz4_manual.html
doc/lz4frame_manual.html
examples/.gitignore
examples/COPYING
examples/HCStreaming_ringBuffer.c
examples/Makefile
examples/README.md
examples/blockStreaming_doubleBuffer.c
examples/blockStreaming_doubleBuffer.md
examples/blockStreaming_lineByLine.c
examples/blockStreaming_lineByLine.md
examples/blockStreaming_ringBuffer.c
examples/compress_functions.c
examples/dictionaryRandomAccess.c
examples/dictionaryRandomAccess.md
examples/fileCompress.c
examples/frameCompress.c
examples/printVersion.c
examples/simple_buffer.c
examples/streaming_api_basics.md
lib/.gitignore
lib/LICENSE
lib/Makefile
lib/README.md
lib/dll/example/Makefile
lib/dll/example/README.md
lib/dll/example/fullbench-dll.sln
lib/dll/example/fullbench-dll.vcxproj
lib/liblz4-dll.rc.in
lib/liblz4.pc.in
lib/lz4.c
lib/lz4.h
lib/lz4file.c
lib/lz4file.h
lib/lz4frame.c
lib/lz4frame.h
lib/lz4frame_static.h
lib/lz4hc.c
lib/lz4hc.h
lib/xxhash.c
lib/xxhash.h
ossfuzz/.gitignore
ossfuzz/Makefile
ossfuzz/compress_frame_fuzzer.c
ossfuzz/compress_fuzzer.c
ossfuzz/compress_hc_fuzzer.c
ossfuzz/decompress_frame_fuzzer.c
ossfuzz/decompress_fuzzer.c
ossfuzz/fuzz.h
ossfuzz/fuzz_data_producer.c
ossfuzz/fuzz_data_producer.h
ossfuzz/fuzz_helpers.h
ossfuzz/lz4_helpers.c
ossfuzz/lz4_helpers.h
ossfuzz/ossfuzz.sh
ossfuzz/round_trip_frame_fuzzer.c
ossfuzz/round_trip_frame_uncompressed_fuzzer.c
ossfuzz/round_trip_fuzzer.c
ossfuzz/round_trip_hc_fuzzer.c
ossfuzz/round_trip_stream_fuzzer.c
ossfuzz/standaloneengine.c
ossfuzz/travisoss.sh
programs/.gitignore
programs/COPYING
programs/Makefile
programs/README.md
programs/bench.c
programs/bench.h
programs/datagen.c
programs/datagen.h
programs/lz4-exe.rc.in
programs/lz4.1
programs/lz4.1.md
programs/lz4cli.c
programs/lz4io.c
programs/lz4io.h
programs/platform.h
programs/util.h
tests/.gitignore
tests/COPYING
tests/Makefile
tests/README.md
tests/abiTest.c
tests/checkFrame.c
tests/checkTag.c
tests/check_liblz4_version.sh
tests/datagencli.c
tests/decompress-partial-usingDict.c
tests/decompress-partial.c
tests/frametest.c
tests/freestanding.c
tests/fullbench.c
tests/fuzzer.c
tests/goldenSamples/skip.bin
tests/roundTripTest.c
tests/test-lz4-abi.py
tests/test-lz4-list.py
tests/test-lz4-speed.py
tests/test-lz4-versions.py
tests/test_custom_block_sizes.sh
tests/test_install.sh
tests/unicode_lint.sh
tmp
tmpsparse