index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
fixed_point.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-12
general: fix spelling mistakes
Liam
1
-1
/
+1
2023-02-14
don't use static inside constexpr function
arades79
1
-6
/
+6
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-6
/
+6
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