You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support can be configured automatically using cmake or manually by changing the include/config.hpp file.
Bugfixes
bz_stream_wrapper::decompress() and lzma_stream_wrapper::decompress() now have default values for the unused input parameters. (commits 1e944a4 and f5f34e0)
Fixed bounds checking in detect_type() so it doesn't crash when run on only the compression library header is supplied. (commit 0d78f82)
Changed the zException constructor to work with only the error message rather than a pointer to the stream containing the error message like the other constructors do. (commit 54c125c)
Improved documentation
Documented adding support for new compression types (see #12).