8000 Tags · gharveymn/small_vector · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: gharveymn/small_vector

Tags

v0.10.2

Toggle v0.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #24 from gharveymn/ensure-allocator-construct-dest…

…roy-used

Merge dependent PR to main

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was signed with the committer’s verified signature.
gharveymn Gene Harvey
Fix issue where allocator construct/destroy functions weren't being u…

…sed with custom allocators on trivial types

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
gharveymn Gene Harvey
Fix issue where objects could be constructed with the incorrect alloc…

…ator

v0.9.2

Toggle v0.9.2's commit message

Verified

This commit was signed with the committer’s verified signature.
gharveymn Gene Harvey
Bump version

v0.9.1

Toggle v0.9.1's commit message

Verified

This commit was signed with the committer’s verified signature.
gharveymn Gene Harvey
Flesh out the fast int type mapping

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was signed with the committer’s verified signature.
gharveymn Gene Harvey
Fix bug introduced by changes to erase

The previous change to decrease the size before destroying changed the
location of the end, which was not accounted for.

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was signed with the committer’s verified signature.
gharveymn Gene Harvey
Bump version

v0.8.1

Toggle v0.8.1's commit message
Relax concept requirements for some constructors and unify an overload.

CopyAssignable requirements have been dropped from copy constructors.

The LessI and GreaterI template overloads for `assign` have been unified into
a single overload.

Version bumped to 0.8.1.

v0.8.0

Toggle v0.8.0's commit message
Account for aliasing in fill insert overload.

This patch fixes the defect where the fill overload for `insert` could not
take values which were inside the container. We now create a temporary before
insertion.

v0.7.1

Toggle v0.7.1's commit message
Loosen restrictions on swap() and update documentation.

This patch removes constructible, assignable, and swappable requirements for
elements when using swap() when InlineCapacity is equal to 0.
0