Home | History | Annotate | only in /external/chromium_org/third_party/lzma_sdk
Up to higher level directory
NameDateSize
7z.h05-Aug-20154.6K
7zAlloc.c05-Aug-20151.4K
7zAlloc.h05-Aug-2015311
7zBuf.c05-Aug-2015501
7zBuf.h05-Aug-2015649
7zCrc.c05-Aug-20151.7K
7zCrc.h05-Aug-2015610
7zCrcOpt.c05-Aug-2015923
7zDec.c05-Aug-201512.3K
7zFile.c05-Aug-20156.5K
7zFile.h05-Aug-20151.5K
7zIn.c05-Aug-201534K
7zr.exe05-Aug-2015325.5K
7zStream.c05-Aug-20153.9K
Alloc.c05-Aug-20152.6K
Alloc.h05-Aug-2015622
Bcj2.c05-Aug-20153.1K
Bcj2.h05-Aug-2015707
Bra.c05-Aug-20153.1K
Bra.h05-Aug-20151.9K
Bra86.c05-Aug-20152.1K
BUILD.gn05-Aug-20151,021
chromium.patch05-Aug-20157.6K
CpuArch.c05-Aug-20153.6K
CpuArch.h05-Aug-20153.7K
Executable/05-Aug-2015
LICENSE05-Aug-201541
LzFind.c05-Aug-201519.2K
LzFind.h05-Aug-20153.2K
LzHash.h05-Aug-20151.9K
Lzma2Dec.c05-Aug-20159.7K
Lzma2Dec.h05-Aug-20152.2K
lzma_sdk.gyp05-Aug-20151.8K
lzma_sdk.target.darwin-arm.mk05-Aug-20157.2K
lzma_sdk.target.darwin-arm64.mk05-Aug-20156.7K
lzma_sdk.target.darwin-mips.mk05-Aug-20156.8K
lzma_sdk.target.darwin-mips64.mk05-Aug-20156.8K
lzma_sdk.target.darwin-x86.mk05-Aug-20156.8K
lzma_sdk.target.darwin-x86_64.mk05-Aug-20156.8K
lzma_sdk.target.linux-arm.mk05-Aug-20157.2K
lzma_sdk.target.linux-arm64.mk05-Aug-20156.7K
lzma_sdk.target.linux-mips.mk05-Aug-20156.8K
lzma_sdk.target.linux-mips64.mk05-Aug-20156.8K
lzma_sdk.target.linux-x86.mk05-Aug-20156.8K
lzma_sdk.target.linux-x86_64.mk05-Aug-20156.8K
LzmaDec.c05-Aug-201526.5K
LzmaDec.h05-Aug-20156.7K
LzmaEnc.c05-Aug-201561K
LzmaEnc.h05-Aug-20152.8K
LzmaLib.c05-Aug-20151.4K
LzmaLib.h05-Aug-20154.2K
README.chromium05-Aug-2015801
Types.h05-Aug-20155.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