NSIS/Source/7zip
2004-04-16 22:44:03 +00:00
..
7zip - makensis should now compile on any POSIX compliment platform (Linux, *BSD, Mac OS X, etc.) 2004-03-29 20:21:00 +00:00
Common - makensis should now compile on any POSIX compliment platform (Linux, *BSD, Mac OS X, etc.) 2004-03-29 20:21:00 +00:00
7zGuids.cpp - makensis should now compile on any POSIX compliment platform (Linux, *BSD, Mac OS X, etc.) 2004-03-29 20:21:00 +00:00
copying.txt - First LZMA enhanced NSIS version - experimental 2003-11-24 00:08:58 +00:00
LZMADecode.c Converted the LZMA decoder to a state machine like zlib and bzip2. The new method is smaller and safer because there is no need for hideous thread synchronization. The new method also works on Windows 95, unlike the previous one which was using InterlockedCompareExchange. 2004-04-16 22:44:03 +00:00
LZMADecode.h Converted the LZMA decoder to a state machine like zlib and bzip2. The new method is smaller and safer because there is no need for hideous thread synchronization. The new method also works on Windows 95, unlike the previous one which was using InterlockedCompareExchange. 2004-04-16 22:44:03 +00:00
readme.txt Note about different licenses 2003-11-24 19:02:19 +00:00

Modified LZMA library for NSIS
------------------------------

    Copyright (c) 1999-2003 Igor Pavlov

    All files in this folder and it's subfolders are 
    licensed under GNU LGPL.
    Most of these files were copied from source code 
    of 7-Zip compression program:

    http://www.7-zip.org

    Some of the files were modified and are not an
    exact replica of the original files.
    
    LZMA is default and general compression method of 7z format in 7-Zip. 
    The main features of LZMA method:
       - High compression ratio
       - High decompressing speed: about 10-20 MB/s on 2 GHz CPU
       - Small memory requirements for decompressing
       - Small code size for decompressing: about 5 KB
    If you need more information about 7-Zip, LZMA and licensing,
    please write to support@7-zip.org 


    This library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
    License as published by the Free Software Foundation; either
    version 2.1 of the License, or (at your option) any later version.

    This library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
    Lesser General Public License for more details.