summaryrefslogtreecommitdiff
path: root/src/common/uuid.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* general: Rename NewUUID to UUID, and remove the previous UUID implGravatar Morph2022-02-051-57/+109
* common/uuid: Add validity checking functions to interfaceGravatar Lioncash2021-09-221-0/+7
* common: uuid: Add hash function for UUIDGravatar Morph2021-08-061-0/+11
* common: uuid: Add hex string to UUID constructorGravatar Morph2021-08-041-0/+19
* uuid: Directly compare UUID instead of checking per elementGravatar Chloe Marcec2021-07-211-3/+2
* core: Silence Wclass-memaccess warningsGravatar ReinUsesLisp2021-01-151-2/+2
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-7/+7
* acc: Return a unique value per account for GetAccountIdGravatar David Marcec2020-04-291-0/+5
* mii: Implement Delete and Destroy fileGravatar Zach Hilman2019-04-251-5/+6
* mii_manager: Cleanup and optimizationGravatar Zach Hilman2019-04-251-2/+4
* common: Extract UUID to its own classGravatar Zach Hilman2019-04-251-0/+45