summaryrefslogtreecommitdiffstats
path: root/src/common/bit_field.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #322 from chinhodado/masterbunnei2014-12-221-0/+6
|\
| * More warning cleanupsChin2014-12-211-0/+6
* | Merge pull request #291 from purpasmart96/licensebunnei2014-12-211-1/+1
|\ \ | |/ |/|
| * License changepurpasmart962014-12-211-1/+1
* | BitField: Add an explicit Assign method.Tony Wasserka2014-12-201-1/+5
|/
* bit_field: Fix a typo in the sample usage.Lioncash2014-10-251-1/+1
* BitField: Cast enum values to proper integer type.Tony Wasserka2014-07-161-1/+1
* BitField: Add a static_assert.Tony Wasserka2014-07-161-0/+1
* BitField: Delete copy assignment to prevent obscure bugs.Tony Wasserka2014-07-161-0/+16
* BitField: Add an explicit evaluation method.Tony Wasserka2014-07-161-0/+5
* removed incorrect dolphin copyright linebunnei2014-05-081-1/+0
* fixed include of common in bit_field.hbunnei2014-05-081-1/+1
* added BitField to commonbunnei2014-05-081-0/+173