summaryrefslogtreecommitdiff
path: root/src/common/bit_field.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* bit_field: Fix a typo in the sample usage.Gravatar Lioncash2014-10-251-1/+1
* BitField: Cast enum values to proper integer type.Gravatar Tony Wasserka2014-07-161-1/+1
* BitField: Add a static_assert.Gravatar Tony Wasserka2014-07-161-0/+1
* BitField: Delete copy assignment to prevent obscure bugs.Gravatar Tony Wasserka2014-07-161-0/+16
* BitField: Add an explicit evaluation method.Gravatar Tony Wasserka2014-07-161-0/+5
* removed incorrect dolphin copyright lineGravatar bunnei2014-05-081-1/+0
* fixed include of common in bit_field.hGravatar bunnei2014-05-071-1/+1
* added BitField to commonGravatar bunnei2014-05-071-0/+173