| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2022-10-18 | fixed_point: Mark default constructor as constexpr | 1 | -2/+2 | |
| 2022-10-18 | fixed_point: Mark copy/move assignment operators and constructors as constexpr | 1 | -3/+6 | |
| 2022-10-18 | fixed_point: Mark std::swap and move constructor as noexcept | 1 | -2/+2 | |
| 2022-10-18 | fixed_point: Mark relevant member function [[nodiscard]] | 1 | -14/+14 | |
| 2022-10-18 | fixed_point: Make to_uint() non-const | 1 | -2/+2 | |
| 2022-10-18 | fixed_point: Use defaulted comparisons | 1 | -23/+1 | |
| 2022-10-18 | fixed_point: Use variable templates and concepts where applicable | 1 | -72/+48 | |
| 2022-10-17 | fixed_point: Replace CONSTEXPR14 with constexpr | 1 | -50/+42 | |
| 2022-10-17 | general: Add missing pragma once | 1 | -4/+1 | |
| 2022-07-27 | chore: make yuzu REUSE compliant | 1 | -23/+3 | |
| 2022-07-22 | Project Andio | 1 | -0/+726 |