Commit 534162f
authored
Bump to lz4/lz4@d4437184 [v1.9.3] (#5420)
Bump from lz4 v1.9.2 to v1.9.3.
Changes: lz4/lz4@fdf2ef5...d443718
% git diff --shortstat fdf2ef58...d4437184
94 files changed, 2917 insertions(+), 1377 deletions(-)
Note: lz4/lz4 has no `master` branch. Release tags are for commits
on the `release` branch. Update `.gitmodules` accordingly.1 parent 425fc07 commit 534162f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
- .cirrus.yml+5
- .github/ISSUE_TEMPLATE/bug_report.md+32
- .github/ISSUE_TEMPLATE/feature_request.md+20
- .gitignore+3
- .travis.yml+25-9
- Makefile+10-5
- NEWS+36
- README.md+11-12
- appveyor.yml+21-15
- build/.gitignore+16
- build/README.md+10-8
- 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+10
- build/VS2017/lz4/lz4.rc+51
- build/VS2017/lz4/lz4.vcxproj+164
- build/cmake/.gitignore
- build/cmake/CMakeLists.txt+13-6
- contrib/debian/copyright+2-2
- contrib/debian/rules+1-2
- contrib/gen_manual/gen_manual.cpp+2-3
- contrib/meson/meson.build+5-109
- contrib/meson/meson/GetLz4LibraryVersion.py
- contrib/meson/meson/InstallSymlink.py
- contrib/meson/meson/contrib/gen_manual/meson.build+1-1
- contrib/meson/meson/contrib/meson.build
- contrib/meson/meson/examples/meson.build+1-1
- contrib/meson/meson/lib/meson.build+1-1
- contrib/meson/meson/meson.build+117
- contrib/meson/meson/programs/meson.build+1-1
- contrib/meson/meson/tests/meson.build+1-1
- doc/lz4_Frame_format.md+30-19
- doc/lz4_manual.html+83-46
- doc/lz4frame_manual.html+7-5
- examples/Makefile+1-1
- examples/frameCompress.c+2-2
- examples/streaming_api_basics.md+6-6
- lib/Makefile+1-1
- lib/README.md+27-10
- lib/lz4.c+327-230
- lib/lz4.h+80-70
- lib/lz4frame.c+93-54
- lib/lz4frame.h+22-14
- lib/lz4hc.c+192-115
- lib/lz4hc.h+15-40
- ossfuzz/Makefile+12-8
- ossfuzz/compress_frame_fuzzer.c+11-5
- ossfuzz/compress_fuzzer.c+9-2
- ossfuzz/compress_hc_fuzzer.c+10-3
- ossfuzz/decompress_frame_fuzzer.c+11-3
- ossfuzz/decompress_fuzzer.c+6-2
- ossfuzz/fuzz_data_producer.c+77
- ossfuzz/fuzz_data_producer.h+36
- ossfuzz/round_trip_frame_fuzzer.c+8-4
- ossfuzz/round_trip_fuzzer.c+9-2
- ossfuzz/round_trip_hc_fuzzer.c+7-2
- ossfuzz/travisoss.sh+6-1
- programs/.gitignore+1
- programs/Makefile+21-7
- programs/bench.c+233-43
- programs/bench.h+2-1
- programs/lz4cli.c+32-18
- programs/lz4io.c+316-248
- programs/lz4io.h+9-9
- programs/platform.h+6-5
- programs/util.h+74-22
- tests/.gitignore+1
- tests/Makefile+150-85
- tests/checkFrame.c+1-9
- tests/decompress-partial.c+49
- tests/frametest.c+60-24
- tests/fullbench.c+64-15
- tests/fuzzer.c+243-60
- tests/test_install.sh+8
- tmp
- tmpsparse
- visual/.gitignore-10
0 commit comments