index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
release-prep-2606a
release-prep-2606a-2
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
BitField.h
Age
Commit message (
Expand
)
Author
2025-11-15
Common/BitField: Silence two warnings:
Jordan Woyak
2025-05-05
Common/BitField: Make deleted functions public.
Jordan Woyak
2025-05-05
Common: Replace enable_if with concepts and other minor modernizations.
Jordan Woyak
2024-08-20
Remove redundant semicolons
Dr. Dystopia
2022-01-13
Make all custom fmt::formatter's format functions const
Pokechu22
2021-11-17
VideoCommon: Add signed version of BitfieldExtract
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-06-03
msvc: remove workarounds for old compiler issues
Shawn Hoffman
2021-05-07
Change BitfieldExtract to use a pointer to the bitfield member
Pokechu22
2021-03-06
Create BitFieldArray
Pokechu22
2021-03-06
Add fmt support to BitField
Pokechu22
2021-03-06
Allow specifying StorageType for BitField
Pokechu22
2020-05-13
Externals: Add zstd
JosJuice
2018-06-09
Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE
Lioncash
2018-06-09
Common: Add header for compiler-specifics
Lioncash
2018-04-12
Reformat all the things!
spycrab
2017-11-13
Don't delete BitField copy assignment operator on VS
JosJuice
2017-09-11
Bitfield: Cast value to storage type in assignment operator
Stenzek
2017-09-09
Common: Move version strings to their own header
Lioncash
2017-07-30
BitField: Add StartBit() and NumBits() accessors
Stenzek
2017-03-23
BitField: Get rid of a C-style cast
Lioncash
2017-03-23
BitField: Convert typedefs to using aliases
Lioncash
2017-03-23
BitField: Make mostly constexpr capable
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2015-10-03
Merge pull request #2738 from lioncash/bitfield
shuffle2
2015-09-03
BitField: Enable ifdef'd out code for Windows
Lioncash
2015-07-11
Common: Remove redundant masking in BitField
Yuri Kunde Schlesner
2015-07-11
Common: Fix mask generation in BitField
Yuri Kunde Schlesner
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-02-25
Formatting/Whitespace Cleanup
Stevoisiak
2015-01-23
Fix Intellisense error spam on Visual Studio.
magumagu
2014-10-24
BitField: Fix a typo in the sample usage.
Lioncash
2014-06-11
BitField: Add an explicit getter function for retrieving the BitField value.
Tony Wasserka
2014-06-11
BitField: Delete copy assignment to prevent obscure bugs.
Tony Wasserka
2014-04-14
BitField: Fix alignment issues.
Tony Wasserka
2014-04-13
BitField: Optimize generated assembly by forcing inlining.
Tony Wasserka
2014-03-25
Common: Add a generic class for accessing bitfields in a fast and endianness-...
Tony Wasserka