aboutsummaryrefslogtreecommitdiffstats
path: root/common/albyte.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplify some REQUIRES usesChris Robinson2019-09-201-1/+1
|
* Fix some more implicit castsChris Robinson2019-09-111-1/+1
|
* Combine two macros into oneChris Robinson2019-06-111-17/+9
|
* Make sure the bitfield indices are constantsChris Robinson2019-06-091-10/+22
|
* Add a bitfield class for indexed, auto-sized flagsChris Robinson2019-06-081-0/+25
|
* Simplify template type requirement checkingChris Robinson2019-05-281-7/+11
|
* Add byte ops that take an integer-based rhs parameterChris Robinson2019-05-241-1/+7
|
* Add a unique byte type for dealing with raw bytesChris Robinson2019-05-241-0/+60