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
fixes development rockspec for MinGW and adds Windows / macOS to the …
…test matrix (brimworks#72)
* fix(rockspec): support MinGW-w64 on Windows
* feat(ci): add macos-14 and windows-2025 to the test matrix
Propose alternative API for retrieving total_in and total_out fields
of the stream object. This improves upon Michal Kottman's suggestion
by making it so that EOF can properly be determined on a zero length
string, it also exposes total bytes out, adds documentation, and
testing.
Use inflateInit2() so that gzip header is read by default, and allow
consumers of this library to specify a windowSize.
Also, change the build system to use cmake in the hopes that this
will actually compile on other platforms (only tested OS-X).