Skip to content

Releases: JuliaAudio/RingBuffers.jl

v1.2.0

17 Sep 08:57
v1.2.0
cf7aae3
Compare
Choose a tag to compare

v1.2.0 (2019-09-16)

Diff since v1.1.3

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

15 Aug 14:47
bb5c3ce
Compare
Choose a tag to compare

Now supports Julia 0.7 and 1.0

Fix for 0.6.0-rc3

08 Jun 03:23
Compare
Choose a tag to compare
Merge pull request #6 from tkelman/fixscope

Fix scope issue with orig_color

Conditional Cleanup

24 May 02:31
Compare
Choose a tag to compare

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

18 May 06:24
Compare
Choose a tag to compare

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.