index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
swap.h
Age
Commit message (
Expand
)
Author
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