[go: up one dir, main page]

Skip to content

Releases: Cyroxin/Elembuf

v1.2.3

23 Jun 19:29
c9cee9b
Compare
Choose a tag to compare

Changes

  • Fix assigning when using shared
  • Fix concatenating when using shared

v1.2.2

23 Jun 08:25
046d6e1
Compare
Choose a tag to compare

Changes

  • Finalize rename changes in documentation as well
  • Fix dub example

v1.2.1

23 Jun 07:42
31626ef
Compare
Choose a tag to compare

Changes

  • Fix issue with dub having wrong import

v1.2.0

23 Jun 00:14
3e4b8b9
Compare
Choose a tag to compare

Changes

  • Replaced all methods with overrides for usage improvement
  • Updated docs
  • Implicit casting to shared

v1.1.5

16 Jun 12:31
57cfb52
Compare
Choose a tag to compare

Changes

  • Fix issue where buffers that had elements larger than a byte would fill incorrectly.

v1.1.4

16 Jun 09:11
e9fc24f
Compare
Choose a tag to compare

Changes

  • Fix experimental threaded buffer
  • Update dub example

v1.1.3

14 Jun 13:18
Compare
Choose a tag to compare

Changes

  • Create a simple dub example
  • Update documentation for expert level usage

v1.1.2

13 Jun 21:16
Compare
Choose a tag to compare

Changes

  • Removal of dependency on core.memory page sizes to ensure compatibility with older compilers
  • Temporary removal of architecture specific code until well tested
  • Additional unit-tests

v1.1.1

12 Jun 07:14
Compare
Choose a tag to compare

Changes

v1.1.0

11 Jun 23:50
Compare
Choose a tag to compare

Changes

  • Support for additional architectures
  • Rework source system to use simple delegates and functions instead of traits
  • Add source lambdas
  • Threaded variant of the circular buffer, losing ability to directly cast to it from an array
  • Improve documentation
  • Setup automatic releases
  • Automate code coverage
  • Automate unit-tests