Skip to content

Tags: mateidavid/zstr

Tags

v1.0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #61 from mateidavid/gcc4_8

allow backward compatibility with gcc 4.8

v1.0.6

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #54 from svigerske/master

eliminate use of std::make_unique, remove zstr_make_unique_polyfill.h

So that codebase does not mix GPL and MIT licenses, but is still C++11-compatible

v1.0.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #49 from JGI-Bioinformatics/master

Flush close on destroy, CMake and buff_size
Added CMakeLists.txt and included buff_size in the constructor of the i/ofstream classes
Including a close on the underlying I/ofstream on destruction

v1.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from sandsmark/master

make it possible to specify window bits, and possible to specify parameters from zstr::istream/ostream.
several bug fixes and platform compatibility things.

v1.0.3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from johnkeeping/catch-by-ref

Catch exceptions by const reference

v1.0.2

make strerror static

v1.0.1

ignore sync error in ostreambuf destructor

v1.0.0

added travis