Home | History | Annotate | only in /external/chromium_org/third_party/lzma_sdk
Up to higher level directory
NameDateSize
7z.h16-Dec-20144.6K
7zAlloc.c16-Dec-20141.4K
7zAlloc.h16-Dec-2014311
7zBuf.c16-Dec-2014501
7zBuf.h16-Dec-2014649
7zCrc.c16-Dec-20141.7K
7zCrc.h16-Dec-2014610
7zCrcOpt.c16-Dec-2014923
7zDec.c16-Dec-201412.3K
7zFile.c16-Dec-20146.5K
7zFile.h16-Dec-20141.5K
7zIn.c16-Dec-201434K
7zr.exe16-Dec-2014325.5K
7zStream.c16-Dec-20143.9K
Alloc.c16-Dec-20142.6K
Alloc.h16-Dec-2014622
Bcj2.c16-Dec-20143.1K
Bcj2.h16-Dec-2014707
Bra.c16-Dec-20143.1K
Bra.h16-Dec-20141.9K
Bra86.c16-Dec-20142.1K
BUILD.gn10-Mar-20151,021
chromium.patch16-Dec-20147.6K
CpuArch.c16-Dec-20143.6K
CpuArch.h16-Dec-20143.7K
Executable/16-Dec-2014
LICENSE16-Dec-201441
LzFind.c16-Dec-201419.2K
LzFind.h16-Dec-20143.2K
LzHash.h16-Dec-20141.9K
Lzma2Dec.c16-Dec-20149.7K
Lzma2Dec.h16-Dec-20142.2K
lzma_sdk.gyp16-Dec-20141.8K
lzma_sdk.target.darwin-arm.mk10-Mar-20157.2K
lzma_sdk.target.darwin-arm64.mk10-Mar-20156.7K
lzma_sdk.target.darwin-mips.mk10-Mar-20156.8K
lzma_sdk.target.darwin-mips64.mk10-Mar-20156.8K
lzma_sdk.target.darwin-x86.mk10-Mar-20156.8K
lzma_sdk.target.darwin-x86_64.mk10-Mar-20156.8K
lzma_sdk.target.linux-arm.mk10-Mar-20157.2K
lzma_sdk.target.linux-arm64.mk10-Mar-20156.7K
lzma_sdk.target.linux-mips.mk10-Mar-20156.8K
lzma_sdk.target.linux-mips64.mk10-Mar-20156.8K
lzma_sdk.target.linux-x86.mk10-Mar-20156.8K
lzma_sdk.target.linux-x86_64.mk10-Mar-20156.8K
LzmaDec.c16-Dec-201426.5K
LzmaDec.h16-Dec-20146.7K
LzmaEnc.c16-Dec-201461K
LzmaEnc.h16-Dec-20142.8K
LzmaLib.c16-Dec-20141.4K
LzmaLib.h16-Dec-20144.2K
README.chromium16-Dec-2014801
Types.h16-Dec-20145.3K

README.chromium

      1 Name: LZMA SDK
      2 Short Name: lzma
      3 URL: http://www.7-zip.org/sdk.html
      4 Version: 9.20
      5 Security Critical: yes
      6 License: Public domain
      7 
      8 Description:
      9 This contains a part of LZMA SDK 9.20.
     10 
     11 Only the C code required to open 7z archive files and uncompress LZMA
     12 compression has been included. The project files have been rewritten to use
     13 proper file paths and generate a static lib.
     14 
     15 The patch in chromium.patch was applied to CpuArch.c to fix compile error on
     16 32bit Linux (when compiled with -fPIC).
     17 
     18 2013-06-14: The patch was updated to fix register corruption that can occur on
     19 64-bit platforms.
     20 
     21 2013-07-17: The patch was updated to fix register clobbering that occurred on
     22 Mac builds (but in principle can occur anywhere).
     23 
     24 An #include <stdlib.h> needs to be added to CpuArch.h to avoid a warning on
     25 Win32.
     26