summaryrefslogtreecommitdiff
path: root/src/common/swap.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-25Warnings cleanup for GCC 13 and Clang 16Gravatar comex1-5/+0
2023-03-12general: fix spelling mistakesGravatar Liam1-6/+6
2022-04-28chore: add missing SPDX tagsGravatar Andrea Pappacoda1-13/+3
2021-01-02general: Fix various spelling errorsGravatar Morph1-2/+2
2020-10-20Revert "core: Fix clang build"Gravatar bunnei1-5/+5
2020-10-17core: Fix clang buildGravatar Lioncash1-5/+5
2020-07-14common/swap: Make use of std::endianGravatar Lioncash1-42/+4
2019-04-12common/swap: Improve codegen of the default swap fallbacksGravatar Lioncash1-3/+7
2019-04-11common/swap: Mark byte swapping free functions with [[nodiscard]] and noexceptGravatar Lioncash1-11/+11
2019-04-11common/swap: Simplify swap function ifdefsGravatar Lioncash1-48/+15
2019-04-11common/swap: Remove 32-bit ARM pathGravatar Lioncash1-13/+0
2019-02-24Remove GCC version checksGravatar tgsm1-3/+3
2019-02-06common/swap: remove default value for swap type internal storageGravatar Weiyi Wang1-1/+1
2019-02-06common/swap: use template and tag for LE/BE specificationGravatar Weiyi Wang1-39/+91
2019-02-06common/swap: add swap template for enumGravatar Weiyi Wang1-0/+52
2018-07-29Port #3732 from Citra: "common: Fix compilation on ARM"Gravatar Cameron Cawley1-1/+1
2018-07-19common/swap: Remove unnecessary const on return value of swap()Gravatar Lioncash1-1/+1
2018-07-19common/swap: Use static_cast where applicableGravatar Lioncash1-16/+16
2018-07-19common/swap: Use using aliases where applicableGravatar Lioncash1-33/+33
2018-07-07Port #3579 from CitraGravatar fearlessTobi1-1/+1
2018-04-03common: fix swap functions on Bitrig and OpenBSDGravatar Daniel Lim Wee Soong1-1/+13
2016-10-27common: use system bswap* functions on more BSDsGravatar Jan Beich1-2/+5
2016-09-21Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot1-2/+0
2016-09-18Manually tweak source formatting and then re-run clang-formatGravatar Yuri Kunde Schlesner1-2/+1
2016-09-18Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot1-140/+191
2016-05-08swap: Get rid of pointer casting for swapping structsGravatar Lioncash1-5/+5
2016-05-08swap: Get rid of undefined behavior in swapf and swapdGravatar Lioncash1-14/+18
2016-05-08swap: Remove unused methodsGravatar Lioncash1-28/+0
2015-09-11common: Get rid of a cast in swap.hGravatar Lioncash1-2/+2
2015-06-28Common: Cleanup memory and misc includes.Gravatar Emmanuel Gil Peyrot1-3/+7
2015-05-29Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot1-1/+1
2015-03-05Removed swap code redundancy and moved common swap code to swap.hGravatar archshift1-14/+97
2015-01-06Common: Remove dead platform #ifdefs to make the code more readable.Gravatar Emmanuel Gil Peyrot1-4/+0
2014-10-26Fix compile errors in ClangGravatar Yuri Kunde Schlesner1-1/+0
2014-04-22fixes to build on linuxGravatar bunnei1-13/+13
2014-04-08got rid of 'src' folders in each sub-projectGravatar bunnei1-0/+0
2014-04-01convert tabs to spacesGravatar bunnei1-335/+335
2013-09-18added swap types to commonGravatar ShizZy1-0/+535