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
/
alignment.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
alignment: explicitly include <new> after 723edb4c0659
Jan Beich
2020-07-19
1
-0
/
+1
*
alignment: Simplify AlignmentAllocator implementation
Lioncash
2020-07-17
1
-43
/
+4
*
common/alignment: Fix compilation errors (#4303)
Tobias
2020-07-12
1
-1
/
+3
*
Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp""
bunnei
2020-07-12
1
-3
/
+1
*
Common: remove a mod from AlignUp (#5441)
Marshall Mohror
2020-07-11
1
-1
/
+3
*
common: alignment: Add a helper function for generic alignment checking.
bunnei
2020-04-17
1
-0
/
+7
*
alignment: Resolve allocator construction issues on debug
Lioncash
2019-10-07
1
-0
/
+5
*
alignment: Specify trait definitions within the allocator
Lioncash
2019-10-07
1
-0
/
+5
*
Common/Alignment: Add noexcept where required.
Fernando Sahmkow
2019-07-20
1
-5
/
+5
*
Kernel: Address Feedback
Fernando Sahmkow
2019-07-19
1
-3
/
+2
*
Common: Correct alignment allocator to work on C++14 or higher.
Fernando Sahmkow
2019-07-19
1
-37
/
+19
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-0
/
+79
*
common/alignment: Address feedback
ReinUsesLisp
2019-06-24
1
-2
/
+3
*
video_core: Use un-shifted block sizes to avoid integer divisions
ReinUsesLisp
2019-06-21
1
-0
/
+5
*
common: Add function for checking word alignment to alignment.h
Lioncash
2018-10-18
1
-0
/
+6
*
common: Move Is4KBAligned() to alignment.h
Lioncash
2018-10-18
1
-0
/
+6
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-2
/
+2
*
common: Convert type traits templates over to variable template versions where applicable
Lioncash
2018-08-08
1
-2
/
+2
*
PICA: Align vertex attributes
Jannik Vogel
2016-03-13
1
-0
/
+22