summaryrefslogtreecommitdiffstats
path: root/src/common/bit_field.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-21More warning cleanupsChin1-0/+6
2014-12-21License changepurpasmart961-1/+1
2014-12-20BitField: Add an explicit Assign method.Tony Wasserka1-1/+5
2014-10-25bit_field: Fix a typo in the sample usage.Lioncash1-1/+1
2014-07-16BitField: Cast enum values to proper integer type.Tony Wasserka1-1/+1
2014-07-16BitField: Add a static_assert.Tony Wasserka1-0/+1
2014-07-16BitField: Delete copy assignment to prevent obscure bugs.Tony Wasserka1-0/+16
2014-07-16BitField: Add an explicit evaluation method.Tony Wasserka1-0/+5
2014-05-08removed incorrect dolphin copyright linebunnei1-1/+0
2014-05-08fixed include of common in bit_field.hbunnei1-1/+1
2014-05-08added BitField to commonbunnei1-0/+173