Releases: HadrienG2/triple-buffer
Releases · HadrienG2/triple-buffer
v1.1.0 - 2017-11-18
Added
- Allow in-place writes on the input and output side, at the cost of stronger
synchronization barriers, through use of therawCargo feature.
Fixed
- Do not require a
Clonebound on the inner data.
v1.0.0 - 2017-11-10
Changed
- Simplify component naming convention, e.g.
TripleBufferInput->Input.
v0.3.4 - 2017-06-25
Changed
- Use
testbench::RaceCellas an improved form of data race detection in tests.
Fixed
- Do not require a
PartialEqbound on the inner data.
v0.3.3 - 2017-06-15
Changed
- Tune down concurrent test speed to reduce CI false positives.
v0.3.2 - 2017-06-15
Changed
- Tune down concurrent test speed to reduce CI false positives.
v0.3.1 - 2017-06-15
Changed
- Tune down concurrent test speed to reduce CI false positives.
v0.3.0 - 2017-06-14
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
Changed
- Use
testbenchcrate for concurrent testing and benchmarking.
v0.2.3 - 2017-03-24
Changed
- More detailed comparison with other synchronization primitives in README.
Fixed
- Adopt
rustfmtcoding style.
v0.2.2 - 2017-03-20
Changed
- Reduce reliance on Acquire-Release synchronization.