Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Releases: martinus/robin-hood-hashing

3.6.0

14 Mar 12:46
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • #62: Added comparison operators for robin_hood::pair in

3.5.2

29 Feb 10:37
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • Fixed operator== for unordered_set, which didn't compile

3.5.1

18 Feb 16:35
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • Fixed Issue #59, unnecessary template argument in robin_hood::unordered_set. A copy & paste error.

3.5.0

25 Jan 22:44
927dc1d
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • support for unordered_set: now with robin_hood::unordered_flat_set and robin_hood::unordered_node_set. Issue #7

3.4.4

18 Jan 18:54
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • Fixes severe (but rare) bug: issue #57

3.4.3

10 Nov 13:19
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • Fixed long standing iteration & deletion bug #42 - Now there are no known bugs left!
  • Fixed -Werror=free-nonheap-object problem with g++-7
  • Cmake interface library target now working #52
  • update LINT's
  • updated doctest to 2.3.5

3.4.1

23 Oct 06:40
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • fix diamond compile error when hash and equals are the same type
  • test _MSC_VER instead of _WIN32 for stuff specific to Visual Studio (thanks @adl)

3.4.0

01 Aug 16:58
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • Added lots of noexcept
  • Code now works with -fno-exceptions, instead of throw I simply call abort();.
  • More stringent clang-tidy checks
  • nodiscard for C++17
  • improved iterator consistency
  • Added some tests for better code coverage

3.3.2

26 Jun 19:16
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • gcc 4.9 is now supported

3.3.1

26 Jun 11:41
Compare
Choose a tag to compare

Direct download: robin_hood.h

  • assignment bug fixed (was #34 )