ダウンロードリスト

プロジェクト概要

Lzlib 圧縮ライブラリはメモリで LZMA 圧縮と圧縮解除を含めた、圧縮解除されたデータの整合性チェックを提供します。ライブラリで使用される圧縮データ形式は、lzip 形式です。Lzip ファイル形式は、データの長期アーカイブのために設計されています。それはきれいです、非常に安全な 4 因子整合性チェックされます、および lziprecover の回復機能によって支えられています。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-01-05 06:47
1.1

圧縮時間は2%削減されています。 APIに属していないすべての宣言は、名前空間"Lzlib"内にカプセル化されている。新しいテストは、テストスイートに追加されています。マッチの長さはminilzipの-9 -1にオプションで設定された制限lzip 1.11と一致するように変更されています。 MinilzipはOS2の上にバイナリモードでstdinとstdoutを設定します。ファイルbbexample.ccは、バッファ間の圧縮/伸張のため含むサンプル関数が追加されています。
タグ: Stable
Compression time has been reduced by 2%. All declarations not belonging to the API have been encapsulated in the namespace "Lzlib". New tests have been added to the test suite. Match length limits set by the options -1 to -9 of minilzip have been changed to match those of lzip 1.11. Minilzip now sets stdin and stdout in binary mode on OS2. The file bbexample.cc, containing example functions for buffer-to-buffer compression/decompression, has been added.

2010-12-15 04:42
1.1-rc3

ファイルbbexample.ccは、バッファ間の圧縮/伸張のため含むサンプル関数が追加されています。
タグ: Development
The file bbexample.cc, containing example functions for buffer-to-buffer compression/decompression, has been added.

2010-12-09 07:37
1.1-rc2

圧縮時間は2%削減されています。 APIに属していないすべての宣言は、名前空間"Lzlib"内にカプセル化されている。新しいテストは、テストスイートに追加されています。マッチの長さはlzip 1.11と一致するように変更されているminilzipの-9オプションを-1に設定を制限します。 MinilzipはOS2の上にバイナリモードでstdinとstdoutを設定します。
タグ: Development
Compression time has been reduced by 2%. All declarations not belonging to the API have been encapsulated in the namespace "Lzlib". New tests have been added to the test suite. Match length limits set by options -1 to -9 of minilzip have been changed to match those of lzip 1.11. Minilzip now sets stdin and stdout in binary mode on OS2.

2010-05-11 22:32
1.0

このリリースでは新機能LZ_decompress_member_finished、LZ_decompress_member_version、LZ_decompress_dictionary_size、およびLZ_decompress_data_crcを追加します。変数は"のextern"名前空間内にカプセル化されていると宣言した。 fchownの戻り値に関する警告が修正されて無視されて。 Input_bufferはRange_decoderで、コードを簡素化し、わずかに速く減圧を行う統合されています。
タグ: Stable
This release adds the new functions LZ_decompress_member_finished, LZ_decompress_member_version, LZ_decompress_dictionary_size, and LZ_decompress_data_crc. Variables declared "extern" have been encapsulated in a namespace. A warning about fchown's return value being ignored has been fixed. Input_buffer has been integrated in Range_decoder, simplifying the code and making decompression slightly faster.

2010-04-16 00:29
1.0-rc2

変数は"のextern"名前空間内にカプセル化されていると宣言した。 fchownの戻り値に関する警告が修正されて無視されて。
タグ: Development
Variables declared "extern" have been encapsulated in a namespace. A warning about fchown's return value being ignored has been fixed.

プロジェクトリソース