]> git.ipfire.org Git - thirdparty/zstd.git/commit
Move ldm functions to their own file
authorStella Lau <laus@fb.com>
Thu, 7 Sep 2017 00:56:01 +0000 (17:56 -0700)
committerStella Lau <laus@fb.com>
Thu, 7 Sep 2017 01:09:26 +0000 (18:09 -0700)
commit360428c5d94d97bf481227c70eedcf7ddd9a0576
treee7874bab030af7d5e535d000b4e6f1a29761bd7b
parenteeff55dfa8381a295879e9f272e642b1b6359337
Move ldm functions to their own file
13 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
lib/compress/zstd_compress.c
lib/compress/zstd_ldm.c [new file with mode: 0644]
lib/compress/zstd_ldm.h [new file with mode: 0644]