Skip to content

Tags: greg7mdp/gtl

Tags

v1.2.0

Verified

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

Update `.github/workflows/linux.yml`

Update `.github/workflows/linux.yml`

Fix typo in `.github/workflows/linux.yml`

Update workflows.

Update windows workflow

v1.1.8

Verified

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

v1.1.7

Verified

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

v1.1.6

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Duplicate fix for phmap 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.1.5

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
bump gtl version to 1.1.5

v1.1.4

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
update version in gtl_config.hpp to 1.1.4

v1.1.3

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Allow swap() to work with parallel hash maps/sets with different mute…

…x types, so you can use the same container with or without locking.

v1.1.2

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
CMakeLists: add some missing headers to `target_sources`

v1.1.1

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Try to work around a vcpkg issue

v1.1.0

Verified

This commit was signed with the committer’s verified signature.
greg7mdp Gregory Popovitch
Update version in README and CMakeLists.txt