X-Git-Url: http://git.osdn.jp/view?p=sevenzip%2F7-Zip.git;a=blobdiff_plain;f=www.7-zip.org%2Fsdk.html;h=cb17222b28d3d04074c644f37a17bea494b76566;hp=ec6f86d1f710450e063237ef15dc44b8d32679dc;hb=HEAD;hpb=bf692a0ef8b525d87039585935d4b4423691f104 diff --git a/www.7-zip.org/sdk.html b/www.7-zip.org/sdk.html index ec6f86d..cb17222 100644 --- a/www.7-zip.org/sdk.html +++ b/www.7-zip.org/sdk.html @@ -22,45 +22,24 @@ best, compress, solid, high, ratio, unzip, far, win32, 7zip, long, file, names"> Links - - - - -

-
- - - - -
-
7-Zip at SourceForge.net

English
-Afrikaans
-Arabic
-Bulgarian
-Chinese Simpl.
-Chinese Trad.
-Esperanto
-French
-German
-Hungarian
-Japanese
-Persian
-Polish
-Portuguese Brazil
-Russian
-Spanish
+Chinese Simpl.
+Chinese Trad.
+Esperanto
+French
+German
+Indonesian
+Japanese
+Portuguese Brazil
+Spanish
Thai
-Ukrainian
-Vietnamese
+Vietnamese

- @@ -79,60 +58,50 @@ and tools you need to develop applications that use LZMA compression.

Description - Download - 500 KB - 2010-11-18 - 9.20 - LZMA SDK (C, C++, C#, Java) + Download + 1 MB + 2019-02-21 + 19.00 + LZMA SDK
C, C++, C#, Java
x86/x64 binaries for Windows - Download - 500 KB - 2011-04-19 - 9.22 Beta - LZMA SDK (C, C++, C#, Java) + Download + 1 MB + 2018-01-28 + 18.01 - Download - 900 KB - 2014-06-22 - 9.34 Alpha - source code of 7-Zip 9.34 Alpha (including LZMA SDK files) (C, C++) + Download + 1 MB + 2016-10-04 + 16.04 - Download - 18 KB - 2013-07-28 + Download + 12 KB + 2015-06-14 LZMA Specification (Draft) -

Note: If you use some C / C++ files from LZMA SDK, -you can use new versions of same C / C++ files from 7-Zip 9.34 source code. -If the source code file is included to both the 7-Zip source code and the LZMA SDK, -such file can be used as public domain code (as LZMA SDK files).

- -

Note: If you use XZ code from LZMA SDK, it's recommended to upgrade to new -XZ code from 7-Zip 9.34 Alpha. That new code fixes some bugs.

-

What's new:

-

LZMA is the default and general compression method of 7z format +

LZMA / LZMA2 are default and general compression methods of 7z format in the 7-Zip program. LZMA provides a high compression ratio and -very fast decompression, so it is very suitable for embedded applications. +fast decompression, so it is very suitable for embedded applications. For example, it can be used for ROM (firmware) compressing.

LZMA SDK includes:

@@ -145,44 +114,50 @@ For example, it can be used for ROM (firmware) compressing.

  • Java source code for LZMA compression and decompression
  • lzma.exe for .lzma compression and decompression
  • 7zr.exe to work with 7z archives (reduced version of 7z.exe from 7-Zip)
  • +
  • SFX modules to create self-extracting packages and installers
  • ANSI-C and C++ source code in LZMA SDK is subset of source code of 7-Zip.

    LZMA features:

    The LZMA decoder uses only CPU integer instructions and can be -implemented for any modern 32-bit CPU (or, on a 16-bit CPU with some conditions).

    +implemented for any modern 32-bit CPU.

    License

    LZMA SDK is placed in the public domain.

    +

    Anyone is free to copy, modify, publish, use, compile, sell, or distribute the +original LZMA SDK code, either in source code form or as a compiled binary, for +any purpose, commercial or non-commercial, and by any means.

    + +

    LZMA Links


    -

    Copyright (C) 2014 Igor Pavlov.

    +

    Copyright (C) 2019 Igor Pavlov. The site is hosted at Digital Ocean