Commit Graph

140 Commits

Author SHA1 Message Date
60944ec71e [*] Reformat because 3 space indents were doing my head in
[*] Obliterate string streams because why the hell would we EVER want the overhead of streams and arbitrary allocs when merely stringifying a uuid
2022-02-27 07:49:13 +00:00
47d09d4dc7 This library is a meme. STD invasion, GSL bloat, introduces GSL/Span conflicts, strict templates specifically for std types when such could be reduced to a generic type for further portablity, has generators we shouldn't need or are outright unsafe... Everyone, this is who writes your C++ books. 2022-02-27 07:01:10 +00:00
Marius Bancila
efc6744581 Merge branch 'master' of https://github.com/mariusbancila/stduuid 2020-09-10 01:05:58 +03:00
Marius Bancila
845fcf9d13 more tests 2020-09-10 01:05:17 +03:00
Marius Bancila
c2408b92e4
UUID_SYSTEM_GENERATOR macro
controls `uuid_system_generator`
2020-09-10 00:46:17 +03:00
Marius Bancila
cda38dd952 Merge branch 'master' of https://github.com/mariusbancila/stduuid 2020-09-10 00:44:42 +03:00
Marius Bancila
324ebf37fc uuid_system_generator conditioned by UUID_SYSTEM_GENERATOR macro 2020-09-10 00:44:26 +03:00
Marius Bancila
9184792fc3
update open discussion 2020-09-10 00:23:25 +03:00
Marius Bancila
6452aadcbe
Update P0959.md 2020-09-09 23:50:57 +03:00
Marius Bancila
987edad167
inline global constants 2020-09-09 23:50:37 +03:00
Marius Bancila
921f01fbea
Merge pull request #18 from kamrann/minor-fixes
Minor changes to preprocessor directives
2020-09-09 23:16:39 +03:00
Marius Bancila
1b12059d1a
Merge pull request #19 from dkowl/master
clang constant conversion warning fix
2020-09-09 23:15:26 +03:00
Marius Bancila
f08b54b88e
Merge pull request #23 from rickyviking/streamOperator
Stream << operator: restore original flags after streaming the uuid
2020-09-09 23:14:44 +03:00
Riccardo Corsi
904224fbfc Stream << operator: restore original flags after streaming the uuid 2020-09-09 15:42:02 +02:00
dkowl
48a02dd8da clang warning fix 2020-01-03 19:37:38 +01:00
Cameron Angus
6bd1e3bb78 Moved Windows defines before objbase.h includes, since it can include windows.h.
Wrapped defines in order to avoid redefinition warnings/errors under strict compilation settings.
2019-12-07 18:10:51 +00:00
Cameron Angus
4179dacce4 Fixed preprocessor directive for when no system defines exist. 2019-12-07 18:06:01 +00:00
Marius Bancila
207f06bd56
Update README.md 2019-07-25 11:32:38 +03:00
Marius Bancila
60769168bc
Update README.md 2019-07-25 11:29:16 +03:00
Marius Bancila
7bd86a11e3 test time gen only on Windows 2019-05-17 15:55:43 +03:00
Marius Bancila
b74a5eb7e9 - updates after Kona
- new constructors
- namespace constants for name-based uuids
2019-05-17 12:33:35 +03:00
Marius Bancila
f7a15f1e72 reduced number of gen time uuids 2019-05-17 08:55:03 +03:00
Marius Bancila
e0a781d245 uuid is class
noexcept on several functions
2019-02-20 01:25:17 +02:00
Marius Bancila
dee14f660d from_string return value 2019-01-28 09:09:50 +02:00
Marius Bancila
d660780bc4 proof reading 2019-01-28 09:07:48 +02:00
Marius Bancila
8a056e7436 trivial implementation for time-based uuid generator 2019-01-09 16:04:49 +02:00
Marius Bancila
7a0f71cb10 const references and function templates 2019-01-09 11:25:14 +02:00
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