Marius Bancila
|
58c7031c33
|
wording
|
2019-01-08 17:00:34 +02:00 |
|
Marius Bancila
|
29ce84bac9
|
comment on function from_string
|
2019-01-08 16:49:04 +02:00 |
|
Marius Bancila
|
bc37fa250b
|
revision based on LEWGI feedback from San Diego
|
2019-01-08 16:46:19 +02:00 |
|
Marius Bancila
|
0ebaceee2f
|
libuuid
|
2018-11-16 13:01:31 +02:00 |
|
Marius Bancila
|
c2e8aa2b65
|
changed options for logging
|
2018-11-16 12:30:19 +02:00 |
|
Marius Bancila
|
e5b8debe5e
|
command to install uuid-dev
|
2018-11-16 11:12:01 +02:00 |
|
Marius Bancila
|
81fc825a5b
|
BUILD_TESTS condition
|
2018-11-16 10:38:09 +02:00 |
|
Marius Bancila
|
cb5a727a4a
|
travis script
|
2018-11-15 16:10:48 +02:00 |
|
Marius Bancila
|
de9a01803c
|
build badge
|
2018-11-15 13:48:57 +02:00 |
|
Marius Bancila
|
d1538cb326
|
added appveyor and lgtm
|
2018-11-15 13:38:55 +02:00 |
|
Marius Bancila
|
6a1cc32637
|
Update README.md
|
2018-11-06 22:41:14 +02:00 |
|
Marius Bancila
|
ecb3386b3a
|
operator<=> return type
|
2018-11-04 22:34:08 +02:00 |
|
Marius Bancila
|
405e76041c
|
Update P0959.md
paragraph renaming
|
2018-11-02 23:19:49 +02:00 |
|
Marius Bancila
|
0c2f9b5094
|
Update P0959.md
from_string()
|
2018-11-02 23:13:56 +02:00 |
|
Marius Bancila
|
96510aaaca
|
Update P0959.md
removed redundant specification of operator<=>
|
2018-11-02 23:11:33 +02:00 |
|
Marius Bancila
|
3c5adc5cff
|
Update P0959.md
|
2018-11-02 23:07:37 +02:00 |
|
Marius Bancila
|
e9dd04b7a4
|
Update P0959.md
fixed string examples
|
2018-11-02 19:45:39 +02:00 |
|
Marius Bancila
|
07c92656b5
|
fixed list of changes
|
2018-09-05 12:51:53 +03:00 |
|
Marius Bancila
|
0a42b9f66d
|
operator <=>
discussion on odering design
|
2018-09-05 12:50:50 +03:00 |
|
Marius Bancila
|
3a1cf82c79
|
Merge pull request #9 from janisozaur/fixes
Fixes
|
2018-08-06 10:39:11 +03:00 |
|
Michał Janiszewski
|
257fec44b6
|
Drop constexpr from uuid::as_bytes() due to reinterpret_cast
|
2018-08-05 00:26:59 +02:00 |
|
Michał Janiszewski
|
99d1fade3a
|
Explicitly initialise member fields, as required by constexpr
|
2018-08-05 00:23:08 +02:00 |
|
Michał Janiszewski
|
43ff649cfe
|
Mark cmake project as C++-only
|
2018-08-05 00:16:55 +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
|
adb24b3d9d
|
Ensure structs get defined in correct order
uuid_version tried to use (yet) unknown uuid_error. Reorder their
definitions to address this issue.
|
2018-08-05 00:01:20 +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
|
ca9f84418c
|
using instead of typedef
|
2018-06-29 10:33:08 +03:00 |
|
Marius Bancila
|
52587059aa
|
from_string, constexpr, & others
|
2018-06-29 09:54:51 +03:00 |
|
Marius Bancila
|
a296a1359f
|
from_string is static member of uuid
|
2018-06-29 09:38:26 +03:00 |
|
Marius Bancila
|
f93f0cda5a
|
removed non-const as_bytes
|
2018-06-29 09:34:09 +03:00 |
|
Marius Bancila
|
6e8f536a4a
|
constexpr added
|
2018-06-29 09:33:38 +03:00 |
|
Marius Bancila
|
7a59e5dc30
|
{} format clarification
|
2018-06-27 16:25:19 +03:00 |
|
Marius Bancila
|
722bb6cc50
|
span<byte, 16>
|
2018-06-27 16:22:00 +03:00 |
|
Marius Bancila
|
50e9562617
|
added UUID format specification from RFC 4122 and revision history section
|
2018-06-27 16:16:11 +03:00 |
|
Marius Bancila
|
54b54bdab5
|
revision 1 based on standard committe and community feedback
|
2018-06-27 11:27:00 +03:00 |
|
Marius Bancila
|
4e27a1e02a
|
added GSL for span implementation
|
2018-06-27 11:26:35 +03:00 |
|
Marius Bancila
|
114a0e5e90
|
Update P0959.md
to_string() and to_wstring() are inline
|
2018-05-15 09:43:58 +03:00 |
|
Marius Bancila
|
13c6d59115
|
to_string() is inline
warnigns fixed
use catch testing framework
|
2018-05-15 09:41:49 +03:00 |
|
Marius Bancila
|
e1f1a1e59e
|
renamed nil() to is_nil()
|
2018-05-14 16:42:38 +03:00 |
|
Marius Bancila
|
bf8ef0961d
|
missing }
|
2018-03-12 14:59:31 +02:00 |
|
Marius Bancila
|
0ccd424d81
|
removed uuids namespace reference
|
2018-03-12 14:28:52 +02:00 |
|
Marius Bancila
|
7f876e068b
|
Update P0959.md
syntax highlighting
|
2018-02-28 21:48:04 +02:00 |
|
Marius Bancila
|
cc4eda9f99
|
Merge pull request #2 from nabijaczleweli/master
Add syntax highlighting to and fix capitalisation in README
|
2018-02-28 21:45:22 +02:00 |
|
nabijaczleweli
|
332cb416e4
|
Add syntax highlighting to README. Fix capitalisation in README
|
2018-02-28 16:42:52 +01:00 |
|
Marius Bancila
|
35cd39a622
|
Merge pull request #1 from paralax/patch-1
fix some typos, no content changes
|
2018-02-19 17:20:05 +02:00 |
|
jose nazario
|
9d255671db
|
fix some typos, no content changes
|
2018-02-19 10:08:50 -05:00 |
|
Marius Bancila
|
830b057a3f
|
P0959R0
|
2018-02-19 12:09:16 +02:00 |
|
Marius Bancila
|
1d511592ce
|
Rename paper.md to P0959.md
|
2018-02-12 23:03:19 +02:00 |
|
Marius Bancila
|
1afab0addf
|
official document number
|
2018-02-12 23:00:05 +02:00 |
|