]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix merge conflicts
authorSen Huang <senhuang96@fb.com>
Tue, 5 Nov 2019 20:51:25 +0000 (15:51 -0500)
committerSen Huang <senhuang96@fb.com>
Tue, 5 Nov 2019 20:51:25 +0000 (15:51 -0500)
commit7ce891870c41fa138c6056eae836638c4b87b13f
tree6fc73014f731a3b6169d5732616ad1c4bff5b8fd
parent73f8905b83e3575c12a380b9f2385b7f23fe779d
Fix merge conflicts
18 files changed:
build/VS2008/fullbench/fullbench.vcproj
build/VS2008/fuzzer/fuzzer.vcproj
build/VS2008/zstd/zstd.vcproj
build/VS2008/zstdlib/zstdlib.vcproj
build/VS2010/fullbench/fullbench.vcxproj
build/VS2010/fuzzer/fuzzer.vcxproj
build/VS2010/libzstd-dll/libzstd-dll.vcxproj
build/VS2010/libzstd/libzstd.vcxproj
build/VS2010/zstd/zstd.vcxproj
build/meson/lib/meson.build
lib/common/huf.h
lib/compress/huf_compress.c
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_compress_sequences.c
lib/compress/zstd_compress_sequences.h
lib/compress/zstd_compress_superblock.c [new file with mode: 0644]
lib/compress/zstd_compress_superblock.h [new file with mode: 0644]