aboutsummaryrefslogtreecommitdiff
path: root/CS/7zip/Compress
diff options
context:
space:
mode:
authorDavid Srbecky <dsrbecky@google.com>2015-05-11 12:31:23 +0100
committerDavid Srbecky <dsrbecky@google.com>2015-05-13 01:06:58 +0100
commitcd66d540cead3f8200b0c73bad9c276d67896c3d (patch)
treed25a4a409bd041f18b856e156cf1fa71f6169369 /CS/7zip/Compress
parentb473eaa2840cccf2fef15d53f00bccf92c41b615 (diff)
downloadlzma-cd66d540cead3f8200b0c73bad9c276d67896c3d.tar.gz
Updated LZMA SDK to 9.38 beta.
The webpage says "If you use XZ code from LZMA SDK, it's recommended to upgrade to new XZ code from 7-Zip 9.38 beta. That new code fixes some bugs." and we do use the XZ code. The code is identical to the stock LZMA SDK with the following changes: deleted bin/ added C/Util/Lzma/Android.mk added MODULE_LICENSE_PUBLIC_DOMAIN added NOTICE added xz-embedded/ Change-Id: Ibc5d353748420f7b3ae2877d625d7ddb788bdc6e
Diffstat (limited to 'CS/7zip/Compress')
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LZ/IMatchFinder.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LZ/LzBinTree.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LZ/LzInWindow.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LZ/LzOutWindow.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LZMA/LzmaBase.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LZMA/LzmaDecoder.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LZMA/LzmaEncoder.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LzmaAlone/LzmaAlone.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LzmaAlone/LzmaAlone.sln0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LzmaAlone/LzmaBench.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LzmaAlone/Properties/Resources.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/LzmaAlone/Properties/Settings.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/RangeCoder/RangeCoder.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/RangeCoder/RangeCoderBit.cs0
-rw-r--r--[-rwxr-xr-x]CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs0
17 files changed, 0 insertions, 0 deletions
diff --git a/CS/7zip/Compress/LZ/IMatchFinder.cs b/CS/7zip/Compress/LZ/IMatchFinder.cs
index 30fab86..30fab86 100755..100644
--- a/CS/7zip/Compress/LZ/IMatchFinder.cs
+++ b/CS/7zip/Compress/LZ/IMatchFinder.cs
diff --git a/CS/7zip/Compress/LZ/LzBinTree.cs b/CS/7zip/Compress/LZ/LzBinTree.cs
index 7a9ca20..7a9ca20 100755..100644
--- a/CS/7zip/Compress/LZ/LzBinTree.cs
+++ b/CS/7zip/Compress/LZ/LzBinTree.cs
diff --git a/CS/7zip/Compress/LZ/LzInWindow.cs b/CS/7zip/Compress/LZ/LzInWindow.cs
index f1974ce..f1974ce 100755..100644
--- a/CS/7zip/Compress/LZ/LzInWindow.cs
+++ b/CS/7zip/Compress/LZ/LzInWindow.cs
diff --git a/CS/7zip/Compress/LZ/LzOutWindow.cs b/CS/7zip/Compress/LZ/LzOutWindow.cs
index 84914f0..84914f0 100755..100644
--- a/CS/7zip/Compress/LZ/LzOutWindow.cs
+++ b/CS/7zip/Compress/LZ/LzOutWindow.cs
diff --git a/CS/7zip/Compress/LZMA/LzmaBase.cs b/CS/7zip/Compress/LZMA/LzmaBase.cs
index 8447a2a..8447a2a 100755..100644
--- a/CS/7zip/Compress/LZMA/LzmaBase.cs
+++ b/CS/7zip/Compress/LZMA/LzmaBase.cs
diff --git a/CS/7zip/Compress/LZMA/LzmaDecoder.cs b/CS/7zip/Compress/LZMA/LzmaDecoder.cs
index 00bfe63..00bfe63 100755..100644
--- a/CS/7zip/Compress/LZMA/LzmaDecoder.cs
+++ b/CS/7zip/Compress/LZMA/LzmaDecoder.cs
diff --git a/CS/7zip/Compress/LZMA/LzmaEncoder.cs b/CS/7zip/Compress/LZMA/LzmaEncoder.cs
index 6dc2708..6dc2708 100755..100644
--- a/CS/7zip/Compress/LZMA/LzmaEncoder.cs
+++ b/CS/7zip/Compress/LZMA/LzmaEncoder.cs
diff --git a/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs b/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs
index 8aa4462..8aa4462 100755..100644
--- a/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs
+++ b/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs
diff --git a/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj b/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj
index ceb7073..ceb7073 100755..100644
--- a/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj
+++ b/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj
diff --git a/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln b/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln
index a96ee3e..a96ee3e 100755..100644
--- a/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln
+++ b/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln
diff --git a/CS/7zip/Compress/LzmaAlone/LzmaBench.cs b/CS/7zip/Compress/LzmaAlone/LzmaBench.cs
index 6a1ffe2..6a1ffe2 100755..100644
--- a/CS/7zip/Compress/LzmaAlone/LzmaBench.cs
+++ b/CS/7zip/Compress/LzmaAlone/LzmaBench.cs
diff --git a/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs b/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs
index a394aee..a394aee 100755..100644
--- a/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs
+++ b/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs
diff --git a/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs b/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs
index efe4ee9..efe4ee9 100755..100644
--- a/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs
+++ b/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs
diff --git a/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs b/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs
index 1281fd2..1281fd2 100755..100644
--- a/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs
+++ b/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs
diff --git a/CS/7zip/Compress/RangeCoder/RangeCoder.cs b/CS/7zip/Compress/RangeCoder/RangeCoder.cs
index 4ced247..4ced247 100755..100644
--- a/CS/7zip/Compress/RangeCoder/RangeCoder.cs
+++ b/CS/7zip/Compress/RangeCoder/RangeCoder.cs
diff --git a/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs b/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs
index 000a5a0..000a5a0 100755..100644
--- a/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs
+++ b/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs
diff --git a/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs b/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs
index 3309c14..3309c14 100755..100644
--- a/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs
+++ b/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs