8000 Tags · wildart/GZip.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wildart/GZip.jl

Tags

v0.5.0

Toggle v0.5.0'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 JuliaIO#73 from JuliaIO/sf/1.0

Update API for 1.0

v0.4.0

Toggle v0.4.0's commit message
Fixes for julia 0.7, drop support for 0.5 (JuliaIO#68)

* Support julia 0.7, drop 0.5 support

* Update CI URLs to point to new caching infrastructure

* Fix gzdopen on Windows

* Disable 64-bit offset on Windows if z_off_t_sz is 32-bit

Even if 64-bit versions of functions are defined, and even
on 64-bit Windows systems, it still may happen that
z_off64_t_sz is defines as 32-bit on Windows.

Fixes JuliaIO#48

* Update test scripts and readme to include 0.7

* Ptr{Nothing} -> Ptr{Cvoid}

* Use compat for new finalizer form

v0.3.0

Toggle v0.3.0's commit message
Deprecate readall to avoid hard breakages (JuliaIO#63)

v0.2.20

Toggle v0.2.20's commit message
GZip v0.2.20 [69b6765]

v0.2.19

Toggle v0.2.19's commit message
GZip v0.2.19 [c1e18f5]

v0.2.18

Toggle v0.2.18's commit message
GZip v0.2.18 [44ac339]

v0.2.17

Toggle v0.2.17's commit message
GZip v0.2.17 [b4ff3f4]

v0.2.16

Toggle v0.2.16's commit message
Remove stray file

v0.2.15

Toggle v0.2.15's commit message
GZip v0.2.15 [dbd40e5]

v0.2.14

Toggle v0.2.14's commit message
Merge pull request JuliaIO#22 from garborg/track04

Remove deprecation warnings on 0.4
0