Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1254)

Side by Side Diff: third_party/lzma_sdk/README.chromium

Issue 1700453002: Update lzma_sdk sources to 15.14. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium modifications Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/lzma_sdk/Precomp.h ('k') | third_party/lzma_sdk/Types.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: LZMA SDK 1 Name: LZMA SDK
2 Short Name: lzma 2 Short Name: lzma
3 URL: http://www.7-zip.org/sdk.html 3 URL: http://www.7-zip.org/sdk.html
4 Version: 9.20 4 Version: 15.14
5 Date: 2015-12-31
6 License: Public Domain
5 Security Critical: yes 7 Security Critical: yes
6 License: Public domain
7 8
8 Description: 9 Description:
9 This contains a part of LZMA SDK 9.20. 10 This contains a part of LZMA SDK 15.14.
10 11
12 Local Modifications:
11 Only the C code required to open 7z archive files and uncompress LZMA 13 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 14 compression has been included.
13 proper file paths and generate a static lib.
14 15
15 The patch in chromium.patch was applied to CpuArch.c to fix compile error on 16 The patch in chromium.patch was applied to CpuArch.c to fix register corruption
16 32bit Linux (when compiled with -fPIC). 17 that can occur on 64-bit platforms and register clobbering that occurred on Mac
17 18 builds (but in principle can occur anywhere).
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.
OLDNEW
« no previous file with comments | « third_party/lzma_sdk/Precomp.h ('k') | third_party/lzma_sdk/Types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698