summaryrefslogtreecommitdiff
path: root/Source/Core/Common/BitField.h
AgeCommit message (Expand)Author
2025-11-15Common/BitField: Silence two warnings:Jordan Woyak
2025-05-05Common/BitField: Make deleted functions public.Jordan Woyak
2025-05-05Common: Replace enable_if with concepts and other minor modernizations.Jordan Woyak
2024-08-20Remove redundant semicolonsDr. Dystopia
2022-01-13Make all custom fmt::formatter's format functions constPokechu22
2021-11-17VideoCommon: Add signed version of BitfieldExtractPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-03msvc: remove workarounds for old compiler issuesShawn Hoffman
2021-05-07Change BitfieldExtract to use a pointer to the bitfield memberPokechu22
2021-03-06Create BitFieldArrayPokechu22
2021-03-06Add fmt support to BitFieldPokechu22
2021-03-06Allow specifying StorageType for BitFieldPokechu22
2020-05-13Externals: Add zstdJosJuice
2018-06-09Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINELioncash
2018-06-09Common: Add header for compiler-specificsLioncash
2018-04-12Reformat all the things!spycrab
2017-11-13Don't delete BitField copy assignment operator on VSJosJuice
2017-09-11Bitfield: Cast value to storage type in assignment operatorStenzek
2017-09-09Common: Move version strings to their own headerLioncash
2017-07-30BitField: Add StartBit() and NumBits() accessorsStenzek
2017-03-23BitField: Get rid of a C-style castLioncash
2017-03-23BitField: Convert typedefs to using aliasesLioncash
2017-03-23BitField: Make mostly constexpr capableLioncash
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2015-10-03Merge pull request #2738 from lioncash/bitfieldshuffle2
2015-09-03BitField: Enable ifdef'd out code for WindowsLioncash
2015-07-11Common: Remove redundant masking in BitFieldYuri Kunde Schlesner
2015-07-11Common: Fix mask generation in BitFieldYuri Kunde Schlesner
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-02-25Formatting/Whitespace CleanupStevoisiak
2015-01-23Fix Intellisense error spam on Visual Studio.magumagu
2014-10-24BitField: Fix a typo in the sample usage.Lioncash
2014-06-11BitField: Add an explicit getter function for retrieving the BitField value.Tony Wasserka
2014-06-11BitField: Delete copy assignment to prevent obscure bugs.Tony Wasserka
2014-04-14BitField: Fix alignment issues.Tony Wasserka
2014-04-13BitField: Optimize generated assembly by forcing inlining.Tony Wasserka
2014-03-25Common: Add a generic class for accessing bitfields in a fast and endianness-...Tony Wasserka