aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/swap.h
AgeCommit message (Expand)Author
2023-08-25Warnings cleanup for GCC 13 and Clang 16comex
2023-03-12general: fix spelling mistakesLiam
2022-04-28chore: add missing SPDX tagsAndrea Pappacoda
2021-01-02general: Fix various spelling errorsMorph
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
2020-07-14common/swap: Make use of std::endianLioncash
2019-04-12common/swap: Improve codegen of the default swap fallbacksLioncash
2019-04-11common/swap: Mark byte swapping free functions with [[nodiscard]] and noexceptLioncash
2019-04-11common/swap: Simplify swap function ifdefsLioncash
2019-04-11common/swap: Remove 32-bit ARM pathLioncash
2019-03-20Merge pull request #2090 from FearlessTobi/port-4599bunnei
2019-02-24Remove GCC version checkstgsm
2019-02-06common/swap: remove default value for swap type internal storageWeiyi Wang
2019-02-06common/swap: use template and tag for LE/BE specificationWeiyi Wang
2019-02-06common/swap: add swap template for enumWeiyi Wang
2018-07-29Port #3732 from Citra: "common: Fix compilation on ARM"Cameron Cawley
2018-07-19common/swap: Remove unnecessary const on return value of swap()Lioncash
2018-07-19common/swap: Use static_cast where applicableLioncash
2018-07-19common/swap: Use using aliases where applicableLioncash
2018-07-07Port #3579 from CitrafearlessTobi
2018-04-03common: fix swap functions on Bitrig and OpenBSDDaniel Lim Wee Soong
2016-10-27common: use system bswap* functions on more BSDsJan Beich
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-08swap: Get rid of pointer casting for swapping structsLioncash
2016-05-08swap: Get rid of undefined behavior in swapf and swapdLioncash
2016-05-08swap: Remove unused methodsLioncash
2015-09-11common: Get rid of a cast in swap.hLioncash
2015-06-28Common: Cleanup memory and misc includes.Emmanuel Gil Peyrot
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-03-05Removed swap code redundancy and moved common swap code to swap.harchshift
2015-01-06Common: Remove dead platform #ifdefs to make the code more readable.Emmanuel Gil Peyrot
2014-10-26Fix compile errors in ClangYuri Kunde Schlesner
2014-04-22fixes to build on linuxbunnei
2014-04-08got rid of 'src' folders in each sub-projectbunnei