• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

config/mac/H16-Feb-2021-43482

BUILD.gnH A D16-Feb-202111.2 KiB425382

LICENSEH A D16-Feb-202176 21

README.chromiumH A D16-Feb-20211.3 KiB4339

lzma_decompress.exportH A D16-Feb-2021849 2219

README.chromium

1Name: XZ Utils
2URL: http://tukaani.org/xz/
3Source URL: http://git.tukaani.org/xz.git
4Version: 5.0.5 (git tag v5.0.5, a1bfda3214ed4a39a28fe609364be133c9f0f200,
5         2013-06-30 19:55:49 +0300)
6License: Public domain/license grant, LGPL 2.1, GPL 2, GPL 3
7
8Description:
9XZ Utils is general-purpose data compression software implementing the
10modified Lempel-Ziv-Markov chain algorithm (LZMA2).
11
12Local Modifications:
13 - None.
14
15The upstream source is present in the xz directory. Other entries in this
16directory are present for build integration:
17  - README.chromium.
18  - xz.gyp.
19  - config/mac/config.h, the ouptut of a "configure" run. SIZEOF_SIZE_T's
20    definition is made conditional on __LP64__. Various macros are undefined,
21    because feature selection is handled by xz.gyp. These macros are affected:
22     - HAVE_CHECK_CRC32
23     - HAVE_CHECK_CRC64
24     - HAVE_CHECK_SHA256
25     - HAVE_DECODER_ARM
26     - HAVE_DECODER_ARMTHUMB
27     - HAVE_DECODER_DELTA
28     - HAVE_DECODER_IA64
29     - HAVE_DECODER_LZMA1
30     - HAVE_DECODER_LZMA2
31     - HAVE_DECODER_POWERPC
32     - HAVE_DECODER_SPARC
33     - HAVE_DECODER_X86
34     - HAVE_ENCODER_ARM
35     - HAVE_ENCODER_ARMTHUMB
36     - HAVE_ENCODER_DELTA
37     - HAVE_ENCODER_IA64
38     - HAVE_ENCODER_LZMA1
39     - HAVE_ENCODER_LZMA2
40     - HAVE_ENCODER_POWERPC
41     - HAVE_ENCODER_SPARC
42     - HAVE_ENCODER_X86
43