Home | History | Annotate | only in /external/chromium_org/third_party/lzma_sdk
Up to higher level directory
NameDateSize
7z.h20-Jun-20144.6K
7zAlloc.c20-Jun-20141.4K
7zAlloc.h20-Jun-2014311
7zBuf.c20-Jun-2014501
7zBuf.h20-Jun-2014649
7zCrc.c20-Jun-20141.7K
7zCrc.h20-Jun-2014610
7zCrcOpt.c20-Jun-2014923
7zDec.c20-Jun-201412.3K
7zFile.c20-Jun-20146.5K
7zFile.h20-Jun-20141.5K
7zIn.c20-Jun-201434K
7zr.exe20-Jun-2014325.5K
7zStream.c20-Jun-20143.9K
Alloc.c20-Jun-20142.6K
Alloc.h20-Jun-2014622
Bcj2.c20-Jun-20143.1K
Bcj2.h20-Jun-2014707
Bra.c20-Jun-20143.1K
Bra.h20-Jun-20141.9K
Bra86.c20-Jun-20142.1K
chromium.patch20-Jun-20147.6K
CpuArch.c20-Jun-20143.6K
CpuArch.h20-Jun-20143.7K
Executable/20-Jun-2014
LICENSE20-Jun-201441
LzFind.c20-Jun-201419.2K
LzFind.h20-Jun-20143.2K
LzHash.h20-Jun-20141.9K
Lzma2Dec.c20-Jun-20149.7K
Lzma2Dec.h20-Jun-20142.2K
lzma_sdk.gyp20-Jun-20141.8K
lzma_sdk.target.darwin-arm.mk20-Jun-20146.3K
lzma_sdk.target.darwin-mips.mk20-Jun-20146.2K
lzma_sdk.target.darwin-x86.mk20-Jun-20146.3K
lzma_sdk.target.linux-arm.mk20-Jun-20146.3K
lzma_sdk.target.linux-mips.mk20-Jun-20146.2K
lzma_sdk.target.linux-x86.mk20-Jun-20146.3K
LzmaDec.c20-Jun-201426.5K
LzmaDec.h20-Jun-20146.7K
LzmaEnc.c20-Jun-201461K
LzmaEnc.h20-Jun-20142.8K
LzmaLib.c20-Jun-20141.4K
LzmaLib.h20-Jun-20144.2K
README.chromium20-Jun-2014801
Types.h20-Jun-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