History log of /aosp_15_r20/external/lz4/ (Results 1 – 1 of 1)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
27162e4e03-Oct-2024 Android Build Coastguard Worker <[email protected]>

Snap for 12445464 from f2a717445d3a8a1aaa5aeef1cb2e9a4bc739e9b1 to 25Q1-release

Change-Id: I44add8c8aa4c55bd46ad8d6183610c27b29f36be


.circleci/config.yml
.circleci/images/primary/Dockerfile
.cirrus.yml
.clang-format
.gitattributes
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/dependabot.yaml
.github/workflows/README.md
.github/workflows/ci.yml
.github/workflows/scorecard.yml
.gitignore
CODING_STYLE
INSTALL
LICENSE
METADATA
MODULE_LICENSE_GPL
Makefile
Makefile.inc
NEWS
OWNERS
README.md
SECURITY.md
appveyor.yml
build/.gitignore
build/README.md
build/VS2022/_build.bat
build/VS2022/_setup.bat
build/VS2022/_test.bat
build/VS2022/build-and-test-win32-debug.bat
build/VS2022/build-and-test-win32-release.bat
build/VS2022/build-and-test-x64-debug.bat
build/VS2022/build-and-test-x64-release.bat
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/VS2022/lz4/lz4.rc
build/VS2022/lz4/lz4.vcxproj
build/cmake/.gitignore
build/cmake/CMakeLists.txt
build/cmake/lz4Config.cmake.in
build/meson/GetLz4LibraryVersion.py
build/meson/README.md
build/meson/meson.build
build/meson/meson/contrib/gen_manual/meson.build
build/meson/meson/contrib/meson.build
build/meson/meson/examples/meson.build
build/meson/meson/lib/meson.build
build/meson/meson/meson.build
build/meson/meson/ossfuzz/meson.build
build/meson/meson/programs/meson.build
build/meson/meson/tests/meson.build
build/meson/meson_options.txt
build/visual/README.md
build/visual/generate_solution.cmd
build/visual/generate_vs2015.cmd
build/visual/generate_vs2017.cmd
build/visual/generate_vs2019.cmd
build/visual/generate_vs2022.cmd
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/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/Makefile
examples/README.md
examples/bench_functions.c
examples/blockStreaming_doubleBuffer.c
examples/blockStreaming_doubleBuffer.md
examples/blockStreaming_lineByLine.c
examples/blockStreaming_lineByLine.md
examples/blockStreaming_ringBuffer.c
examples/dictionaryRandomAccess.c
examples/dictionaryRandomAccess.md
examples/fileCompress.c
examples/frameCompress.c
examples/print_version.c
examples/simple_buffer.c
examples/streamingHC_ringBuffer.c
examples/streaming_api_basics.md
lib/.gitignore
lib/Android.bp
lib/LICENSE
lib/MODULE_LICENSE_BSD
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/Android.bp
programs/COPYING
programs/Makefile
programs/README.md
programs/bench.c
programs/bench.h
programs/lorem.c
programs/lorem.h
programs/lz4-exe.rc.in
programs/lz4.1
programs/lz4.1.md
programs/lz4cli.c
programs/lz4conf.h
programs/lz4io.c
programs/lz4io.h
programs/platform.h
programs/threadpool.c
programs/threadpool.h
programs/timefn.c
programs/timefn.h
programs/util.c
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/cmake/CMakeLists.txt
tests/datagen.c
tests/datagen.h
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/loremOut.c
tests/loremOut.h
tests/roundTripTest.c
tests/test-lz4-abi.py
tests/test-lz4-basic.sh
tests/test-lz4-contentSize.sh
tests/test-lz4-dict.sh
tests/test-lz4-fast-hugefile.sh
tests/test-lz4-frame-concatenation.sh
tests/test-lz4-list.py
tests/test-lz4-multiple-legacy.sh
tests/test-lz4-multiple.sh
tests/test-lz4-opt-parser.sh
tests/test-lz4-skippable.sh
tests/test-lz4-sparse.sh
tests/test-lz4-speed.py
tests/test-lz4-testmode.sh
tests/test-lz4-versions.py
tests/test-lz4hc-hugefile.sh
tests/test_custom_block_sizes.sh
tests/test_install.sh
tests/unicode_lint.sh