summaryrefslogtreecommitdiff
path: root/src/common/uuid.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph1-3/+2
2022-03-19common: Reduce unused includesGravatar ameerj1-1/+0
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph1-57/+109
2021-09-22common/uuid: Add validity checking functions to interfaceGravatar Lioncash1-0/+7
2021-08-06common: uuid: Add hash function for UUIDGravatar Morph1-0/+11
2021-08-04common: uuid: Add hex string to UUID constructorGravatar Morph1-0/+19
2021-07-21uuid: Directly compare UUID instead of checking per elementGravatar Chloe Marcec1-3/+2
2021-01-15core: Silence Wclass-memaccess warningsGravatar ReinUsesLisp1-2/+2
2020-08-15common: Make use of [[nodiscard]] where applicableGravatar Lioncash1-7/+7
2020-04-29acc: Return a unique value per account for GetAccountIdGravatar David Marcec1-0/+5
2019-04-25mii: Implement Delete and Destroy fileGravatar Zach Hilman1-5/+6
2019-04-25mii_manager: Cleanup and optimizationGravatar Zach Hilman1-2/+4
2019-04-25common: Extract UUID to its own classGravatar Zach Hilman1-0/+45