Releases: JuliaAudio/RingBuffers.jl
Releases · JuliaAudio/RingBuffers.jl
v1.2.0
v1.2.0 (2019-09-16)
Merged pull requests:
- switches to Project.toml, drops 0.6 support (#16) (ssfrr)
- adds test/Project.toml (#15) (ssfrr)
- Support Julia 1.2+ (#14) (jpsamaroo)
- Now using new BinaryBuilder-built binaries (#12) (ssfrr)
- adds back RTLD_GLOBAL flag to dlopen (#10) (ssfrr)
- removes unneeded "unsafe_convert" method (#9) (ssfrr)
- simplifies build.jl script (#8) (ssfrr)
1.0 Compatbility
Now supports Julia 0.7 and 1.0
Fix for 0.6.0-rc3
Merge pull request #6 from tkelman/fixscope Fix scope issue with orig_color
Conditional Cleanup
Fixes issue where reading or writing could hang if a previous read or write had been interrupted. Now we clean up after ourselves even if we were interrupted.
Robustifying LockFree RingBuffer
This release removes the pure-julia ringbuffer in favor of a proven C implementation from the PortAudio library. We also ship binaries for the ringbuffer library for a variety of platforms, which are cross-compiled from docker and should be widely compatible.