Skip to content

Releases: dlang-community/containers

v0.9.0

22 Sep 17:56
116a028
Compare
Choose a tag to compare
  • Moved CI to GitHub Actions
  • Moved back to std.experimental.allocator
  • Fixed UnrolledList on LDC
  • Many small fixes and improvements

v0.8.1...v0.9.0

v0.8.1

23 Aug 07:55
Compare
Choose a tag to compare

includes a fix for uninitialized dynamic array data

v0.8.0

04 Sep 04:42
Compare
Choose a tag to compare

Changes from alpha.19:

  • Fixed a bug with the dynamic array container and GC.removeRange().
  • Made the code compatible with the --preview=in compiler switch.
  • Replaced uses of the body keyword with the do keyword.
  • Updated the stdx.allocator dependency to 2.77.5.
  • Upgraded the CI environment.
  • Converted the dub.json file to SDL format.

v0.8.0-alpha.19...v0.8.0

v0.8.0-alpha.19

10 Oct 20:28
f4e7937
Compare
Choose a tag to compare
v0.8.0-alpha.19 Pre-release
Pre-release
Merge pull request #154 from dlang-community/more-treemap-fixes

Fix a few problems with TreeMap.getOrAdd
merged-on-behalf-of: Brian Schott <[email protected]>

v0.8.0-alpha.18

09 Oct 18:31
82587ee
Compare
Choose a tag to compare
v0.8.0-alpha.18 Pre-release
Pre-release
Merge pull request #153 from dlang-community/ttree-fix

Fix more dumb issues with tree ranges

v0.8.0-alpha.17

01 Oct 19:05
3f1b64e
Compare
Choose a tag to compare
v0.8.0-alpha.17 Pre-release
Pre-release
  • Added front and back methods to the TreeMap container.
  • Fixed the visibility of the nodeCapacity field of the TTree container.

v0.8.0-alpha.16

16 Jul 19:34
f0f6681
Compare
Choose a tag to compare
v0.8.0-alpha.16 Pre-release
Pre-release

Changes from alpha.15:

  • Fix memory corruption that can happen when references to GC-allocated memory are stored in an OpenHashSet container
  • Get the unit tests to compile with DMD 2.087.0
  • Changed the way that the ContainerElementType template works: It should now correctly determine that methods that return elements by ref should return const references when the container itself is const but the element type is mutable.

v0.8.0-alpha.14

29 Apr 23:33
f718ec1
Compare
Choose a tag to compare
v0.8.0-alpha.14 Pre-release
Pre-release
Merge pull request #145 from dlang-community/fix_insert

Fix use-after-free when an insert causes a rehash

v0.8.0-alpha.12

29 Jan 22:34
d2ae062
Compare
Choose a tag to compare
v0.8.0-alpha.12 Pre-release
Pre-release

Improve the performance of some of the containers when compiling with LDC.

v0.8.0-alpha.11

09 Nov 00:31
760a040
Compare
Choose a tag to compare
v0.8.0-alpha.11 Pre-release
Pre-release

Improve the worst-case performance of mapping hash codes to array indexes.