index
:
yuzu-mainline
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
/
swap.h
Age
Commit message (
Expand
)
Author
2023-08-25
Warnings cleanup for GCC 13 and Clang 16
comex
2023-03-12
general: fix spelling mistakes
Liam
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
2021-01-02
general: Fix various spelling errors
Morph
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-07-14
common/swap: Make use of std::endian
Lioncash
2019-04-12
common/swap: Improve codegen of the default swap fallbacks
Lioncash
2019-04-11
common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept
Lioncash
2019-04-11
common/swap: Simplify swap function ifdefs
Lioncash
2019-04-11
common/swap: Remove 32-bit ARM path
Lioncash
2019-03-20
Merge pull request #2090 from FearlessTobi/port-4599
bunnei
2019-02-24
Remove GCC version checks
tgsm
2019-02-06
common/swap: remove default value for swap type internal storage
Weiyi Wang
2019-02-06
common/swap: use template and tag for LE/BE specification
Weiyi Wang
2019-02-06
common/swap: add swap template for enum
Weiyi Wang
2018-07-29
Port #3732 from Citra: "common: Fix compilation on ARM"
Cameron Cawley
2018-07-19
common/swap: Remove unnecessary const on return value of swap()
Lioncash
2018-07-19
common/swap: Use static_cast where applicable
Lioncash
2018-07-19
common/swap: Use using aliases where applicable
Lioncash
2018-07-07
Port #3579 from Citra
fearlessTobi
2018-04-03
common: fix swap functions on Bitrig and OpenBSD
Daniel Lim Wee Soong
2016-10-27
common: use system bswap* functions on more BSDs
Jan Beich
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-08
swap: Get rid of pointer casting for swapping structs
Lioncash
2016-05-08
swap: Get rid of undefined behavior in swapf and swapd
Lioncash
2016-05-08
swap: Remove unused methods
Lioncash
2015-09-11
common: Get rid of a cast in swap.h
Lioncash
2015-06-28
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-03-05
Removed swap code redundancy and moved common swap code to swap.h
archshift
2015-01-06
Common: Remove dead platform #ifdefs to make the code more readable.
Emmanuel Gil Peyrot
2014-10-26
Fix compile errors in Clang
Yuri Kunde Schlesner
2014-04-22
fixes to build on linux
bunnei
2014-04-08
got rid of 'src' folders in each sub-project
bunnei