Skip to content

Tags: mateidavid/zstr

Tags

v1.0.7

Toggle v1.0.7's commit message

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

Toggle v1.0.6's commit message

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

Toggle v1.0.5's commit message

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

Toggle v1.0.4's commit message

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

Toggle v1.0.3's commit message

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

Toggle v1.0.2's commit message
make strerror static

v1.0.1

Toggle v1.0.1's commit message
ignore sync error in ostreambuf destructor

v1.0.0

Toggle v1.0.0's commit message
added travis