Skip to content

Releases: martinus/unordered_dense

v4.0.1

21 May 13:10
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

08 Apr 08:45
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • Adds ankerl::unordered_dense{segmented_map, segmented_set} by @martinus in #58

Full Changelog: v3.1.1...v4.0.0

v3.1.1

24 Feb 18:14
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • Fix min/max macro compilation error by @sb362 in #69
  • A few more min&max fixes. Bump version, create a test that includes Windows.h by @martinus in #70

New Contributors

  • @sb362 made their first contribution in #69

Full Changelog: v3.1.0...v3.1.1

v3.1.0

01 Feb 14:14
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • If __GNUC__, check if exceptions are enabled before using them by @chriselrod in #60
  • Bump version to 3.1.0, code cleanup by @martinus in #64

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

07 Jan 09:21
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • add libc++ compatibility by checking for <experimental/memory_resource> by @justusranvier in #57
  • bump version to 3.0.2 for libc++ pmr fix by @martinus in #59

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

06 Jan 06:26
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • Fix deallocation with nullptr in some cases by @martinus in #56

Full Changelog: v3.0.0...v3.0.1

v3.0.0

17 Dec 16:40
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • unordered_dense::set iterator is now const_iterator by @martinus in #53

Full Changelog: v2.0.2...v3.0.0

v2.0.2

07 Dec 05:19
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • Make mapped_type only available for map, not for set by @martinus in #49

Full Changelog: v2.0.1...v2.0.2

v2.0.1

20 Nov 12:13
Compare
Choose a tag to compare

Direct download: unordered_dense.h

What's Changed

  • CMakeLists.txt: fix .cmake install path for better compatibility by @vowstar in #41
  • Use reserve() in table's constructor by @martinus in #46

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 Oct 06:12
Compare
Choose a tag to compare

Direct download: unordered_dense.h

Note: Bumped version to 2.0.0 due to incompatible API change with custom containers

What's Changed

  • Update README.md with better Heterogenous lookup description by @martinus in #37
  • Fix constructors for custom container by @martinus in #40

Full Changelog: v1.4.0...v2.0.0