Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
uuid.h | 2021-12-23 | 30.3 kB | |
README.md | 2021-12-23 | 940 Bytes | |
stduuid v1.2 source code.tar.gz | 2021-12-23 | 183.9 kB | |
stduuid v1.2 source code.zip | 2021-12-23 | 199.6 kB | |
Totals: 4 Items | 414.7 kB | 0 |
What's in This Release:
- faster
to_string()
andoperator<<
implementations - faster implementation for
std::hash<uuid>
specialization - improvements to avoid static analysis warnings
What's Changed
- Remove old style casts to avoid warnings by @sketchylizard in https://github.com/mariusbancila/stduuid/pull/50
- Implement stream operator<< in terms of the faster to_string() method. by @rickyviking in https://github.com/mariusbancila/stduuid/pull/51
- Check for CoCreateGuid failure https://github.com/mariusbancila/stduuid/issues/46
- Updated Catch2 to build with glibc 2.34 https://github.com/mariusbancila/stduuid/issues/47
- Documentation clarification https://github.com/mariusbancila/stduuid/issues/49
New Contributors
- @sketchylizard made their first contribution in https://github.com/mariusbancila/stduuid/pull/50
Full Changelog: https://github.com/mariusbancila/stduuid/compare/v1.1...v1.2