index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
bit_field.h
Age
Commit message (
Expand
)
Author
2018-08-21
bit_field: Convert ToBool() into explicit operator bool
Lioncash
2018-04-17
bit_field: Remove is_pod check, add is_trivially_copyable_v.
bunnei
2018-04-13
bit_field: Make all methods constexpr.
bunnei
2017-05-24
Common: Clean up meta-template logic in BitField
Yuri Kunde Schlesner
2017-05-24
Make BitField and ResultCode constexpr-initializable
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-04-30
VideoCore: Run include-what-you-use and fix most includes.
Emmanuel Gil Peyrot
2016-02-21
AudioCore: Skeleton Implementation
MerryMage
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
2015-10-01
bit_field: Re-enable code on MSVC
Lioncash
2015-08-11
Stop defining GCC always_inline attributes as __forceinline
archshift
2015-07-11
Merge pull request #914 from yuriks/bitfield-mask
Yuri Kunde Schlesner
2015-07-10
Common: Remove redundant masking in BitField
Yuri Kunde Schlesner
2015-07-10
Common: Fix mask generation in BitField
Yuri Kunde Schlesner
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2014-12-22
Merge pull request #322 from chinhodado/master
bunnei
2014-12-21
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
More warning cleanups
Chin
2014-12-20
License change
purpasmart96
2014-12-20
BitField: Add an explicit Assign method.
Tony Wasserka
2014-10-25
bit_field: Fix a typo in the sample usage.
Lioncash
2014-07-16
BitField: Cast enum values to proper integer type.
Tony Wasserka
2014-07-16
BitField: Add a static_assert.
Tony Wasserka
2014-07-16
BitField: Delete copy assignment to prevent obscure bugs.
Tony Wasserka
2014-07-16
BitField: Add an explicit evaluation method.
Tony Wasserka
2014-05-08
removed incorrect dolphin copyright line
bunnei
2014-05-07
fixed include of common in bit_field.h
bunnei
2014-05-07
added BitField to common
bunnei