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