Tags: wildart/GZip.jl
Tags
Merge pull request JuliaIO#73 from JuliaIO/sf/1.0 Update API for 1.0
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
Merge pull request JuliaIO#22 from garborg/track04 Remove deprecation warnings on 0.4
PreviousNext