Skip to content

Releases: HadrienG2/triple-buffer

v0.3.4 - 2017-06-25

10 Feb 14:54
Compare
Choose a tag to compare

Changed

  • Use testbench::RaceCell as an improved form of data race detection in tests.

Fixed

  • Do not require a PartialEq bound on the inner data.

v0.3.3 - 2017-06-15

10 Feb 14:53
Compare
Choose a tag to compare

Changed

  • Tune down concurrent test speed to reduce CI false positives.

v0.3.2 - 2017-06-15

10 Feb 14:53
Compare
Choose a tag to compare

Changed

  • Tune down concurrent test speed to reduce CI false positives.

v0.3.1 - 2017-06-15

10 Feb 14:53
Compare
Choose a tag to compare

Changed

  • Tune down concurrent test speed to reduce CI false positives.

v0.3.0 - 2017-06-14

10 Feb 14:53
Compare
Choose a tag to compare

Added

  • Introduce Travis CI continuous integration.

Fixed

  • Use CI to clarify minimal supported Rust version (currently 1.12.0).

v0.2.4 - 2017-04-04

10 Feb 14:52
Compare
Choose a tag to compare

Changed

  • Use testbench crate for concurrent testing and benchmarking.

v0.2.3 - 2017-03-24

10 Feb 14:52
Compare
Choose a tag to compare

Changed

  • More detailed comparison with other synchronization primitives in README.

Fixed

  • Adopt rustfmt coding style.

v0.2.2 - 2017-03-20

10 Feb 14:52
Compare
Choose a tag to compare

Changed

  • Reduce reliance on Acquire-Release synchronization.

v0.2.1 - 2017-03-11

10 Feb 14:51
Compare
Choose a tag to compare

Changed

  • Make README a bit more spambot-proof.

v0.2.0 - 2017-03-11

10 Feb 14:36
Compare
Choose a tag to compare

Added

  • First tagged release of triple-buffer.