]> git.ipfire.org Git - thirdparty/zstd.git/commit
Restructure the source files 1679/head 1687/head
authorEphraim Park <ephiepark@fb.com>
Wed, 3 Jul 2019 20:40:37 +0000 (13:40 -0700)
committerEphraim Park <ephiepark@fb.com>
Tue, 16 Jul 2019 00:39:18 +0000 (17:39 -0700)
commit1dc98de279189e4d535fa738c989fa0943925214
tree9f799f038b6c148baf671afca33048b87448eb69
parentf57ac7b09ef7be96b598ba905d220214b8d63d4f
Restructure the source files
17 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/cmake/lib/CMakeLists.txt
build/meson/lib/meson.build
lib/compress/zstd_compress.c
lib/compress/zstd_compress_internal.h
lib/compress/zstd_compress_literals.c [new file with mode: 0644]
lib/compress/zstd_compress_literals.h [new file with mode: 0644]
lib/compress/zstd_compress_sequences.c [new file with mode: 0644]
lib/compress/zstd_compress_sequences.h [new file with mode: 0644]