aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/alignment.h
AgeCommit message (Expand)Author
2023-08-15fssystem: rework for yuzu styleLiam
2023-08-15vfs: expand support for NCA readingLiam
2023-01-29Move to Clang Format 15Levi Behunin
2022-07-27chore: make yuzu REUSE compliantAndrea Pappacoda
2021-10-20common/alignment: Fix VS2022 compilationameerj
2021-09-24general: Update style to clang-format-12ameerj
2021-02-18common: alignment: Add DivideUp utility method.bunnei
2021-01-15common/alignment: Upgrade to use constraints instead of static assertsReinUsesLisp
2021-01-15common/alignment: Rename AlignBits to AlignUpLog2ReinUsesLisp
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2020-07-18alignment: explicitly include <new> after 723edb4c0659Jan Beich
2020-07-17alignment: Simplify AlignmentAllocator implementationLioncash
2020-07-12common/alignment: Fix compilation errors (#4303)Tobias
2020-07-11Revert "Port citra-emu/citra#5441: "Common: remove a mod from AlignUp""bunnei
2020-07-11Common: remove a mod from AlignUp (#5441)Marshall Mohror
2020-04-17common: alignment: Add a helper function for generic alignment checking.bunnei
2019-10-06alignment: Resolve allocator construction issues on debugLioncash
2019-10-06alignment: Specify trait definitions within the allocatorLioncash
2019-07-19Common/Alignment: Add noexcept where required.Fernando Sahmkow
2019-07-19Kernel: Address FeedbackFernando Sahmkow
2019-07-19Common: Correct alignment allocator to work on C++14 or higher.Fernando Sahmkow
2019-07-19VM_Manager: Align allocated memory to 256bytesFernando Sahmkow
2019-06-24common/alignment: Address feedbackReinUsesLisp
2019-06-20video_core: Use un-shifted block sizes to avoid integer divisionsReinUsesLisp
2018-10-18common: Add function for checking word alignment to alignment.hLioncash
2018-10-18common: Move Is4KBAligned() to alignment.hLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-07common: Convert type traits templates over to variable template versions wher...Lioncash
2016-03-13PICA: Align vertex attributesJannik Vogel