Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-07-20 | uuid: Directly compare UUID instead of checking per element | Chloe Marcec | 1 | -3/+2 | |
We can now update this for C++20 | |||||
2021-01-15 | core: Silence Wclass-memaccess warnings | ReinUsesLisp | 1 | -2/+2 | |
This requires making several types trivial and properly initialize them whenever they are called. | |||||
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -7/+7 | |
Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions. | |||||
2020-04-29 | acc: Return a unique value per account for GetAccountId | David Marcec | 1 | -0/+5 | |
2019-04-25 | mii: Implement Delete and Destroy file | Zach Hilman | 1 | -5/+6 | |
2019-04-25 | mii_manager: Cleanup and optimization | Zach Hilman | 1 | -2/+4 | |
2019-04-25 | common: Extract UUID to its own class | Zach Hilman | 1 | -0/+45 | |
Since the Mii database uses UUIDs very similar to the Accounts database, it makes no sense to not share code between them. |