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