Tokarev Artem
007c3fa7df
Fix potentially uninitialized local variable warning
3 years ago
Morph
99ceb03a1c
general: Convert source file copyright comments over to SPDX
This formats all copyright comments according to SPDX formatting guidelines.
Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
4 years ago
Morph
3799c820ca
common: uuid: Use sizeof(u64) instead of 8 in Hash()
4 years ago
Morph
ec4d7f71fe
common: uuid: Return an invalid UUID if conversion from string fails
The string constructor of UUID states:
Should the input string not meet the above requirements, an assert will be triggered and an invalid UUID is set instead.
4 years ago
Morph
25db62ce15
general: Rename NewUUID to UUID, and remove the previous UUID impl
This completes the removal of the old UUID implementation.
4 years ago
Morph
705f111058
common: uuid: Add hex string to UUID constructor
This allows for easily converting a hex string into a Common::UUID, which is backed by a 128 bit unsigned integer.
5 years ago
Morph
b9b48aee7d
common: uuid: Return a lower-case hex string in Format
5 years ago
Zach Hilman
f0db2e3ef3
mii_manager: Cleanup and optimization
7 years ago
Zach Hilman
ca5638a142
common: Extract UUID to its own class
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them.
7 years ago