Skip to content

Releases: kevinmehall/rust-soapysdr

soapysdr/0.4.1

21 Oct 04:24
Compare
Choose a tag to compare

What's Changed

Contributors

@metasim

Full Changelog: soapysdr/0.4.0...soapysdr/0.4.1

rust-soapysdr 0.4.0

21 Oct 18:46
Compare
Choose a tag to compare
  • #32 Breaking change : The type of RxStream::read argument buffers has been changed from &[&mut [E]] to &mut [&mut [E]] to avoid undefined behavior.

rust-soapysdr 0.3.3 + soapysdr-sys 0.7.5

08 Jul 20:15
Compare
Choose a tag to compare
  • Fix build of soapy-sdr-stream example binary on Windows
  • Use SOAPY_SDR_ROOT and SoapySDR_DIR environment variables to find SoapySDR library directory in addition to pkg-config

Contributors

@tomgilligan

soapysdr-sys 0.7.4

19 Feb 01:22
Compare
Choose a tag to compare
  • Update bindgen to 0.64

rust-soapysdr 0.3.2

23 Feb 16:18
Compare
Choose a tag to compare
  • Add read/write setting functions (#23)

Contributors: @wcampbell0x2a

rust-soapysdr 0.3.1 + soapysdr-sys 0.7.3

17 Oct 18:36
Compare
Choose a tag to compare
  • Include runtime feature on bindgen
  • Discover SoapySDR location from PATH on Windows
  • Don't assume SoapySDR and Rust use the same libc

Contributors: @inganault

soapysdr 0.3.0

17 Apr 20:36
Compare
Choose a tag to compare
  • Add clock_source functions (#18)
  • Update num-complex dependency from 0.2 to 0.4 (#17)
  • Update log dependency to 0.4
  • Fix for platforms with 32-bit libc::c_long

soapysdr-sys 0.7.2

17 Apr 20:35
Compare
Choose a tag to compare
  • Update bindgen to 0.57

soapysdr-sys 0.7.1

31 Jan 16:58
Compare
Choose a tag to compare
  • Compatibility with SoapySDR 0.8 (git master, currently unreleased)

soapysdr 0.2.0 + soapysdr-sys 0.7.0

22 Sep 23:32
Compare
Choose a tag to compare
  • Use reference counting instead of lifetimes for device references
  • Impl Send/Sync to enable multi-threaded usage
  • Bump num-complex to 0.2

Contributors

@jboone @sciguy16 @kevinmehall