Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid non-namespace template specialization | Chris Robinson | 2020-03-24 | 1 | -7/+11 |
* | Avoid ## in a macro | Chris Robinson | 2020-03-23 | 1 | -6/+6 |
* | Use more appropriate types for bitfields | Chris Robinson | 2020-03-22 | 1 | -4/+10 |
* | Clean up some C++11-isms | Chris Robinson | 2020-03-22 | 1 | -1/+1 |
* | Simplify some REQUIRES uses | Chris Robinson | 2019-09-20 | 1 | -1/+1 |
* | Fix some more implicit casts | Chris Robinson | 2019-09-11 | 1 | -1/+1 |
* | Combine two macros into one | Chris Robinson | 2019-06-11 | 1 | -17/+9 |
* | Make sure the bitfield indices are constants | Chris Robinson | 2019-06-09 | 1 | -10/+22 |
* | Add a bitfield class for indexed, auto-sized flags | Chris Robinson | 2019-06-08 | 1 | -0/+25 |
* | Simplify template type requirement checking | Chris Robinson | 2019-05-28 | 1 | -7/+11 |
* | Add byte ops that take an integer-based rhs parameter | Chris Robinson | 2019-05-24 | 1 | -1/+7 |
* | Add a unique byte type for dealing with raw bytes | Chris Robinson | 2019-05-24 | 1 | -0/+60 |