index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
common
/
alignment.h
Age
Commit message (
Expand
)
Author
2023-08-15
fssystem: rework for yuzu style
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2023-01-29
Move to Clang Format 15
Levi Behunin
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2021-10-20
common/alignment: Fix VS2022 compilation
ameerj
2021-09-24
general: Update style to clang-format-12
ameerj
2021-02-18
common: alignment: Add DivideUp utility method.
bunnei
2021-01-15
common/alignment: Upgrade to use constraints instead of static asserts
ReinUsesLisp
2021-01-15
common/alignment: Rename AlignBits to AlignUpLog2
ReinUsesLisp
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2020-07-18
alignment: explicitly include <new> after 723edb4c0659
Jan Beich
2020-07-17
alignment: Simplify AlignmentAllocator implementation
Lioncash
2020-07-12
common/alignment: Fix compilation errors (#4303)
Tobias
2020-07-11
Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp""
bunnei
2020-07-11
Common: remove a mod from AlignUp (#5441)
Marshall Mohror
2020-04-17
common: alignment: Add a helper function for generic alignment checking.
bunnei
2019-10-06
alignment: Resolve allocator construction issues on debug
Lioncash
2019-10-06
alignment: Specify trait definitions within the allocator
Lioncash
2019-07-19
Common/Alignment: Add noexcept where required.
Fernando Sahmkow
2019-07-19
Kernel: Address Feedback
Fernando Sahmkow
2019-07-19
Common: Correct alignment allocator to work on C++14 or higher.
Fernando Sahmkow
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-06-24
common/alignment: Address feedback
ReinUsesLisp
2019-06-20
video_core: Use un-shifted block sizes to avoid integer divisions
ReinUsesLisp
2018-10-18
common: Add function for checking word alignment to alignment.h
Lioncash
2018-10-18
common: Move Is4KBAligned() to alignment.h
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-07
common: Convert type traits templates over to variable template versions wher...
Lioncash
2016-03-13
PICA: Align vertex attributes
Jannik Vogel