34 Commits (34fdb6471d6050b438fd53a0406aedbf6b690600)

Author SHA1 Message Date
Morph a745d87971 general: Fix various spelling errors 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
Lioncash 9f027b1af2 common/swap: Make use of std::endian 6 years ago
Lioncash 0d8ef2d3b9 common/swap: Improve codegen of the default swap fallbacks 7 years ago
Lioncash 66b73fd399 common/swap: Mark byte swapping free functions with [[nodiscard]] and noexcept 7 years ago
Lioncash 9cb4b7be40 common/swap: Simplify swap function ifdefs 7 years ago
Lioncash 598954436f common/swap: Remove 32-bit ARM path 7 years ago
tgsm 030814b1cb Remove GCC version checks 7 years ago
Weiyi Wang 71530781f3 common/swap: remove default value for swap type internal storage 7 years ago
Weiyi Wang 6734c64976 common/swap: use template and tag for LE/BE specification 7 years ago
Weiyi Wang 94bc48dd78 common/swap: add swap template for enum 7 years ago
Cameron Cawley 1670c4421f Port #3732 from Citra: "common: Fix compilation on ARM" 8 years ago
Lioncash 5c47ea1a4e common/swap: Remove unnecessary const on return value of swap() 8 years ago
Lioncash 0a868641fa common/swap: Use static_cast where applicable 8 years ago
Lioncash 1edf4dd7ef common/swap: Use using aliases where applicable 8 years ago
fearlessTobi 70a6691e3b Port #3579 from Citra 8 years ago
Daniel Lim Wee Soong a66204eb5c common: fix swap functions on Bitrig and OpenBSD 8 years ago
Jan Beich 94d23b480e common: use system bswap* functions on more BSDs 9 years ago
Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 years ago
Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format 9 years ago
Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. 9 years ago
Lioncash d5b983a8c0 swap: Get rid of pointer casting for swapping structs 10 years ago
Lioncash 47ca79ba4b swap: Get rid of undefined behavior in swapf and swapd 10 years ago
Lioncash aef4630102 swap: Remove unused methods 10 years ago
Lioncash bc886a7a03 common: Get rid of a cast in swap.h 10 years ago
Emmanuel Gil Peyrot 2d044a67c9 Common: Cleanup memory and misc includes. 11 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 11 years ago
archshift e011acaa84 Removed swap code redundancy and moved common swap code to swap.h 11 years ago
Emmanuel Gil Peyrot 6b411c63c9 Common: Remove dead platform #ifdefs to make the code more readable. 11 years ago
Yuri Kunde Schlesner da564d3fe0 Fix compile errors in Clang 11 years ago
bunnei 7a136b8a84 fixes to build on linux 12 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 12 years ago
bunnei c9b5b89e21 convert tabs to spaces 12 years ago
ShizZy f24f4ff978 added swap types to common 12 years ago