Skip to content

Commit

Permalink
src: Update lz4 zlib zstd [250126]
Browse files Browse the repository at this point in the history
Signed-off-by: sekaiacg <[email protected]>
  • Loading branch information
sekaiacg committed Jan 26, 2025
1 parent 1ea9d92 commit 620bf01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lz4
Submodule lz4 updated 81 files
+1 −1 .cirrus.yml
+103 −77 .github/workflows/ci.yml
+4 −4 .github/workflows/scorecard.yml
+1 −0 .gitignore
+57 −0 CODING_STYLE
+1 −1 LICENSE
+20 −5 NEWS
+1 −1 README.md
+3 −33 appveyor.yml
+3 −15 build/README.md
+0 −173 build/VS2010/datagen/datagen.vcxproj
+0 −176 build/VS2010/frametest/frametest.vcxproj
+0 −180 build/VS2010/fullbench-dll/fullbench-dll.vcxproj
+0 −176 build/VS2010/fullbench/fullbench.vcxproj
+0 −173 build/VS2010/fuzzer/fuzzer.vcxproj
+0 −51 build/VS2010/liblz4-dll/liblz4-dll.rc
+0 −179 build/VS2010/liblz4-dll/liblz4-dll.vcxproj
+0 −175 build/VS2010/liblz4/liblz4.vcxproj
+0 −98 build/VS2010/lz4.sln
+0 −51 build/VS2010/lz4/lz4.rc
+0 −192 build/VS2010/lz4/lz4.vcxproj
+0 −177 build/VS2017/datagen/datagen.vcxproj
+0 −180 build/VS2017/frametest/frametest.vcxproj
+0 −184 build/VS2017/fullbench-dll/fullbench-dll.vcxproj
+0 −180 build/VS2017/fullbench/fullbench.vcxproj
+0 −177 build/VS2017/fuzzer/fuzzer.vcxproj
+0 −51 build/VS2017/liblz4-dll/liblz4-dll.rc
+0 −183 build/VS2017/liblz4-dll/liblz4-dll.vcxproj
+0 −179 build/VS2017/liblz4/liblz4.vcxproj
+0 −103 build/VS2017/lz4.sln
+0 −51 build/VS2017/lz4/lz4.rc
+0 −175 build/VS2017/lz4/lz4.vcxproj
+66 −53 build/cmake/CMakeLists.txt
+9 −1 build/cmake/lz4Config.cmake.in
+1 −1 build/meson/README.md
+0 −1 build/meson/meson.build
+4 −4 build/meson/meson/programs/meson.build
+1 −1 build/meson/meson/tests/meson.build
+5 −0 build/visual/README.md
+55 −0 build/visual/generate_solution.cmd
+3 −0 build/visual/generate_vs2015.cmd
+3 −0 build/visual/generate_vs2017.cmd
+3 −0 build/visual/generate_vs2019.cmd
+3 −0 build/visual/generate_vs2022.cmd
+49 −33 doc/lz4_manual.html
+65 −63 doc/lz4frame_manual.html
+83 −339 examples/COPYING
+2 −0 examples/Makefile
+1 −1 examples/dictionaryRandomAccess.c
+15 −7 examples/fileCompress.c
+2 −1 lib/Makefile
+46 −39 lib/lz4.h
+1 −1 lib/lz4file.c
+26 −22 lib/lz4frame.c
+106 −98 lib/lz4frame.h
+439 −225 lib/lz4hc.c
+42 −41 lib/lz4hc.h
+83 −339 programs/COPYING
+11 −5 programs/Makefile
+31 −17 programs/README.md
+29 −28 programs/bench.c
+93 −27 programs/lorem.c
+13 −2 programs/lz4.1
+16 −1 programs/lz4.1.md
+54 −21 programs/lz4cli.c
+22 −6 programs/lz4conf.h
+423 −125 programs/lz4io.c
+178 −39 programs/threadpool.c
+15 −14 programs/threadpool.h
+5 −2 programs/timefn.h
+9 −87 programs/util.c
+83 −339 tests/COPYING
+3 −2 tests/Makefile
+5 −0 tests/cmake/CMakeLists.txt
+50 −25 tests/frametest.c
+1 −1 tests/freestanding.c
+1 −1 tests/fullbench.c
+141 −95 tests/fuzzer.c
+1 −1 tests/loremOut.c
+7 −3 tests/test-lz4-basic.sh
+1 −23 tests/test-lz4-list.py
2 changes: 1 addition & 1 deletion src/zlib
Submodule zlib updated from b34cd2 to 811347
2 changes: 1 addition & 1 deletion src/zstd
Submodule zstd updated 144 files

0 comments on commit 620bf01

Please sign in to comment.