You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0d0a3ca97f
--HG-- branch : develop |
6 years ago | |
---|---|---|
.. | ||
7z.h | 6 years ago | |
7zAlloc.cpp | 6 years ago | |
7zAlloc.h | 6 years ago | |
7zArcIn.cpp | 6 years ago | |
7zBuf.cpp | 6 years ago | |
7zBuf.h | 6 years ago | |
7zBuf2.cpp | 6 years ago | |
7zCrc.cpp | 6 years ago | |
7zCrc.h | 9 years ago | |
7zCrcOpt.cpp | 6 years ago | |
7zDec.cpp | 6 years ago | |
7zFile.cpp | 6 years ago | |
7zFile.h | 6 years ago | |
7zMain.cpp | 6 years ago | |
7zStream.cpp | 6 years ago | |
7zTypes.h | 6 years ago | |
7zVersion.h | 6 years ago | |
7zVersion.rc | 9 years ago | |
Aes.cpp | 6 years ago | |
Aes.h | 9 years ago | |
AesOpt.cpp | 6 years ago | |
Alloc.cpp | 6 years ago | |
Alloc.h | 6 years ago | |
Bcj2.cpp | 6 years ago | |
Bcj2.h | 9 years ago | |
Bcj2Enc.cpp | 6 years ago | |
Bra.cpp | 6 years ago | |
Bra.h | 9 years ago | |
Bra86.cpp | 6 years ago | |
BraIA64.cpp | 6 years ago | |
CMakeLists.txt | 6 years ago | |
Compiler.h | 6 years ago | |
CpuArch.cpp | 6 years ago | |
CpuArch.h | 6 years ago | |
Delta.cpp | 9 years ago | |
Delta.h | 9 years ago | |
LzFind.cpp | 6 years ago | |
LzFind.h | 6 years ago | |
LzHash.h | 9 years ago | |
Lzma2Dec.cpp | 6 years ago | |
Lzma2Dec.h | 6 years ago | |
Lzma2Enc.cpp | 6 years ago | |
Lzma2Enc.h | 6 years ago | |
Lzma86.h | 9 years ago | |
Lzma86Dec.cpp | 8 years ago | |
Lzma86Enc.cpp | 6 years ago | |
LzmaDec.cpp | 6 years ago | |
LzmaDec.h | 6 years ago | |
LzmaEnc.cpp | 6 years ago | |
LzmaEnc.h | 6 years ago | |
LzmaLib.cpp | 9 years ago | |
LzmaLib.h | 9 years ago | |
Ppmd.h | 6 years ago | |
Ppmd7.cpp | 6 years ago | |
Ppmd7.h | 6 years ago | |
Ppmd7Dec.cpp | 6 years ago | |
Ppmd7Enc.cpp | 6 years ago | |
Precomp.cpp | 9 years ago | |
Precomp.h | 6 years ago | |
RotateDefs.h | 9 years ago | |
Sha256.cpp | 6 years ago | |
Sha256.h | 9 years ago | |
Sort.cpp | 9 years ago | |
Sort.h | 9 years ago | |
Xz.cpp | 6 years ago | |
Xz.h | 6 years ago | |
XzCrc64.cpp | 6 years ago | |
XzCrc64.h | 9 years ago | |
XzCrc64Opt.cpp | 6 years ago | |
XzDec.cpp | 6 years ago | |
XzEnc.cpp | 6 years ago | |
XzEnc.h | 6 years ago | |
XzIn.cpp | 6 years ago | |
readme.txt | 13 years ago | |
seven_zip.cpp | 6 years ago | |
seven_zip.h | 9 years ago |
readme.txt
This is an extract of some files from the 7zip SDK. At time of writing (2007-01-12) there is no dll or library project in the 7zip distribution (lzma443), so I build a custum project and copied in the 7zip files needed to do 7zip/lzma extraction. To update this library, download the latest 7zip SDK and copy all file from <lzma-sdk>/C/7zip/Archive/7z_C for the 7zip archive file format support and the 3 files needed from <lzma-sdk>/C/7zip/Compress/LZMA_C (lzmaDecode.h lzmaDecode.cpp lzmaTypes.h) for the lzma decrompression lib. NB : If callback support must be enabled, add "#define _LZMA_IN_CB" in 7zTypes.h