Dr. Dystopia
|
9602f36248
Remove redundant semicolons
|
před 6 měsíci |
Pokechu22
|
78e43a4404
Make all custom fmt::formatter's format functions const
|
před 3 roky |
Pokechu22
|
d2041b4c2a
VideoCommon: Add signed version of BitfieldExtract
|
před 3 roky |
Pierre Bourdon
|
e149ad4f0a
treewide: convert GPLv2+ license info to SPDX tags
|
před 3 roky |
Shawn Hoffman
|
4ce22c093c
msvc: remove workarounds for old compiler issues
|
před 3 roky |
Pokechu22
|
0f7c9ef767
Change BitfieldExtract to use a pointer to the bitfield member
|
před 3 roky |
Pokechu22
|
f697e17dd1
Create BitFieldArray
|
před 4 roky |
Pokechu22
|
1273c5e395
Add fmt support to BitField
|
před 4 roky |
Pokechu22
|
cf95deaf6d
Allow specifying StorageType for BitField
|
před 4 roky |
JosJuice
|
2137fb7813
Externals: Add zstd
|
před 4 roky |
Lioncash
|
3f210836ad
Compiler: Rename __forceinline define to DOLPHIN_FORCE_INLINE
|
před 6 roky |
Lioncash
|
03414e8e84
Common: Add header for compiler-specifics
|
před 6 roky |
spycrab
|
40bb9974f2
Reformat all the things!
|
před 6 roky |
JosJuice
|
983b986303
Don't delete BitField copy assignment operator on VS
|
před 7 roky |
Stenzek
|
4d36f0cc87
Bitfield: Cast value to storage type in assignment operator
|
před 7 roky |
Lioncash
|
696e1b40b5
Common: Move version strings to their own header
|
před 7 roky |
Stenzek
|
416afa065c
BitField: Add StartBit() and NumBits() accessors
|
před 7 roky |
Lioncash
|
b711daee5f
BitField: Get rid of a C-style cast
|
před 8 roky |
Lioncash
|
e43c495ce5
BitField: Convert typedefs to using aliases
|
před 8 roky |
Lioncash
|
caef08988e
BitField: Make mostly constexpr capable
|
před 8 roky |
Pierre Bourdon
|
3570c7f03a
Reformat all the things. Have fun with merge conflicts.
|
před 8 roky |
shuffle2
|
0fdaacc7e0
Merge pull request #2738 from lioncash/bitfield
|
před 9 roky |
Lioncash
|
102a2a975d
BitField: Enable ifdef'd out code for Windows
|
před 9 roky |
Yuri Kunde Schlesner
|
5c264281eb
Common: Remove redundant masking in BitField
|
před 9 roky |
Yuri Kunde Schlesner
|
c334a6ca65
Common: Fix mask generation in BitField
|
před 9 roky |
Tillmann Karras
|
cefcb0ace9
Update license headers to GPLv2+
|
před 9 roky |
Stevoisiak
|
93b16a4a2d
Formatting/Whitespace Cleanup
|
před 10 roky |
magumagu
|
3aa3002010
Fix Intellisense error spam on Visual Studio.
|
před 10 roky |
Lioncash
|
c0c835d0b6
BitField: Fix a typo in the sample usage.
|
před 10 roky |
Tony Wasserka
|
3d6f9ef897
BitField: Add an explicit getter function for retrieving the BitField value.
|
před 10 roky |