Releases: Aandreba/blaze
Releases · Aandreba/blaze
Release v1.0.3
What's Changed
Full Changelog: v1.0.2...v1.0.3
Release v1.0.2
What's Changed
- Add
Buffer::chunks_exact
andBuffer::chunks_exact_mut
by @Aandreba in #28 - Merge for release 1.0.2 by @Aandreba in #29
Full Changelog: v1.0.1...v1.0.2
Release v1.0.1
Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
Release v0.1.3
Full Changelog: v0.1.2...v0.1.3
Release v0.1.2
Full Changelog: v0.1.1...v0.1.2
Release v0.1.1
Release v0.1.0
What's Changed
- Complete overhaul of the event system
- Removed need for double allocations to store callbacks (gone from
Box<Box<dyn Fn(...)>>
toThinBox<dyn Fn(...)>
)- Custom implementation of
ThinBox
, based on the one from the standard library
- Custom implementation of
- Added buffer slices
- Improved OpenCL shared library finding (specifically, for NVIDIA on Windows)
- Etc.
Full Changelog: v0.0.1...v0.1.0
Release v0.0.1
First release!