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
/
swap.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-02
general: Fix various spelling errors
Morph
1
-2
/
+2
2020-10-21
Revert "core: Fix clang build"
bunnei
1
-5
/
+5
2020-10-18
core: Fix clang build
Lioncash
1
-5
/
+5
2020-07-14
common/swap: Make use of std::endian
Lioncash
1
-42
/
+4
2019-04-12
common/swap: Improve codegen of the default swap fallbacks
Lioncash
1
-3
/
+7
2019-04-12
common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept
Lioncash
1
-11
/
+11
2019-04-12
common/swap: Simplify swap function ifdefs
Lioncash
1
-48
/
+15
2019-04-12
common/swap: Remove 32-bit ARM path
Lioncash
1
-13
/
+0
2019-02-24
Remove GCC version checks
tgsm
1
-3
/
+3
2019-02-06
common/swap: remove default value for swap type internal storage
Weiyi Wang
1
-1
/
+1
2019-02-06
common/swap: use template and tag for LE/BE specification
Weiyi Wang
1
-39
/
+91
2019-02-06
common/swap: add swap template for enum
Weiyi Wang
1
-0
/
+52
2018-07-29
Port #3732 from Citra: "common: Fix compilation on ARM"
Cameron Cawley
1
-1
/
+1
2018-07-19
common/swap: Remove unnecessary const on return value of swap()
Lioncash
1
-1
/
+1
2018-07-19
common/swap: Use static_cast where applicable
Lioncash
1
-16
/
+16
2018-07-19
common/swap: Use using aliases where applicable
Lioncash
1
-33
/
+33
2018-07-07
Port #3579 from Citra
fearlessTobi
1
-1
/
+1
2018-04-02
common: fix swap functions on Bitrig and OpenBSD
Daniel Lim Wee Soong
1
-1
/
+13
2016-10-28
common: use system bswap* functions on more BSDs
Jan Beich
1
-2
/
+5
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-2
/
+0
2016-09-19
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
1
-2
/
+1
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-140
/
+191
2016-05-09
swap: Get rid of pointer casting for swapping structs
Lioncash
1
-5
/
+5
2016-05-09
swap: Get rid of undefined behavior in swapf and swapd
Lioncash
1
-14
/
+18
2016-05-09
swap: Remove unused methods
Lioncash
1
-28
/
+0
2015-09-11
common: Get rid of a cast in swap.h
Lioncash
1
-2
/
+2
2015-06-28
Common: Cleanup memory and misc includes.
Emmanuel Gil Peyrot
1
-3
/
+7
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
1
-1
/
+1
2015-03-06
Removed swap code redundancy and moved common swap code to swap.h
archshift
1
-14
/
+97
2015-01-06
Common: Remove dead platform #ifdefs to make the code more readable.
Emmanuel Gil Peyrot
1
-4
/
+0
2014-10-26
Fix compile errors in Clang
Yuri Kunde Schlesner
1
-1
/
+0
2014-04-23
fixes to build on linux
bunnei
1
-13
/
+13
2014-04-09
got rid of 'src' folders in each sub-project
bunnei
1
-0
/
+0
2014-04-02
convert tabs to spaces
bunnei
1
-335
/
+335
2013-09-19
added swap types to common
ShizZy
1
-0
/
+535