Marius Bancila
|
5458877f2c
|
faster std::hash<uuid> implementation
|
2021-12-23 01:00:23 +02:00 |
|
Tushar Maheshwari
|
36778b41ae
|
Add compile-time checks
- fixes #25
|
2021-06-12 12:43:43 +05:30 |
|
Tushar Maheshwari
|
b16884a774
|
allow basic_string_view parameter
- uuid::is_valid_uuid
- uuid::from_string
- uuid_name_generator::operator()
|
2021-05-16 13:18:21 +05:30 |
|
Marius Bancila
|
b74a5eb7e9
|
- updates after Kona
- new constructors
- namespace constants for name-based uuids
|
2019-05-17 12:33:35 +03:00 |
|
Marius Bancila
|
bc37fa250b
|
revision based on LEWGI feedback from San Diego
|
2019-01-08 16:46:19 +02:00 |
|
Michał Janiszewski
|
4bcf7136a5
|
Avoid clash with libuuid's uuid_variant symbol
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/tree/lib/uuid/uuid.h.in?id=94f20cd51522dd718bc4a459ea65d72a722d1874#n97
|
2018-08-05 00:11:05 +02:00 |
|
Michał Janiszewski
|
f7d5d69fd7
|
Mark unused variables in test
|
2018-08-05 00:05:34 +02:00 |
|
Michał Janiszewski
|
2e07420571
|
Add missing include for memcmp
memcmp is defined in cstring, yet it wasn't included in the files that
tried using it.
|
2018-08-05 00:00:26 +02:00 |
|
Marius Bancila
|
a296a1359f
|
from_string is static member of uuid
|
2018-06-29 09:38:26 +03:00 |
|
Marius Bancila
|
54b54bdab5
|
revision 1 based on standard committe and community feedback
|
2018-06-27 11:27:00 +03:00 |
|
Marius Bancila
|
13c6d59115
|
to_string() is inline
warnigns fixed
use catch testing framework
|
2018-05-15 09:41:49 +03:00 |
|