Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.61 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.61 KB

Staticlibs Compress library

travis appveyor

This project is a part of Staticlibs.

This project provides implementation of Source (input stream) and Sink (output stream) that performs compression/decompress using Zlib and Xz compression algorithms.

It additionally provides zip_sink that allows to write ZIP files. staticlib_unzip library can be used to read ZIP files.

This library is header-only and depends on staticlib_io, staticlib_config, Zlib and Xz Utils (liblzma).

Link to the API documentation.

License information

This project is released under the Apache License 2.0.

Changelog

2018-05-16

  • version 1.2.2
  • drop broken move constructor in zip_sink

2018-02-22

  • version 1.2.1
  • check data avail before writing

2017-12-24

  • version 1.2.0
  • zip_sink implementation
  • vs2017 support

2017-05-29

  • version 1.1.0
  • update interfaces to use spans

2016-02-06

  • version 1.0