Skip to content

Tags: greg7mdp/parallel-hashmap

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Update version number to `2.0.0`

v1.4.1

Toggle v1.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Update version to `1.4.1`

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Update version to `1.4.0`

v1.3.12

Toggle v1.3.12's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Update version to 1.3.12

v1.3.11

Toggle v1.3.11's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Bump version to 1.3.11

v1.3.10

Toggle v1.3.10's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Bump conan version

1.3.9

Toggle 1.3.9's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Fix issue #117 - segfault when out of memory.

when constructing an object to be inserted throws std::bad_alloc, the slot was mark as used
(even though the object was not properly constructed), so eventually the destructor of a
non-initialized object was called causing a segfault.

Solution: mark the slot used only after the object is successfully constructed.

v1.3.9

Toggle v1.3.9's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Fix issue #117 - segfault when out of memory.

when constructing an object to be inserted throws std::bad_alloc, the slot was mark as used
(even though the object was not properly constructed), so eventually the destructor of a
non-initialized object was called causing a segfault.

Solution: mark the slot used only after the object is successfully constructed.

v1.3.8

Toggle v1.3.8's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
update version number to start with the letter v

1.37

Toggle 1.37's commit message

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Update gtest macro in btree_test.cc