Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-06-09 | Fix potentially uninitialized local variable warning | Tokarev Artem | 1 | -1/+1 | |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 | |
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. | |||||
2022-02-10 | common: uuid: Use sizeof(u64) instead of 8 in Hash() | Morph | 1 | -5/+5 | |
2022-02-05 | common: uuid: Return an invalid UUID if conversion from string fails | Morph | 1 | -14/+39 | |
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. | |||||
2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | 1 | -42/+143 | |
This completes the removal of the old UUID implementation. | |||||
2021-08-04 | common: uuid: Add hex string to UUID constructor | Morph | 1 | -0/+54 | |
This allows for easily converting a hex string into a Common::UUID, which is backed by a 128 bit unsigned integer. | |||||
2021-07-27 | common: uuid: Return a lower-case hex string in Format | Morph | 1 | -1/+1 | |
2019-04-25 | mii_manager: Cleanup and optimization | Zach Hilman | 1 | -1/+1 | |
2019-04-25 | common: Extract UUID to its own class | Zach Hilman | 1 | -0/+33 | |
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them. |