aboutsummaryrefslogtreecommitdiffstats
path: root/common/albyte.h
Commit message (Expand)AuthorAgeFilesLines
* Use a standard bitset for bitfield flagsChris Robinson2021-01-221-47/+0
* Avoid a REQUIRES macro for SFINAEChris Robinson2020-12-051-31/+34
* Add some missing constexpr attributesChris Robinson2020-10-201-2/+2
* Use a separate structure for buffer storageChris Robinson2020-08-281-0/+1
* Silence a type conversion warning with GCCChris Robinson2020-04-141-2/+3
* Avoid non-namespace template specializationChris Robinson2020-03-241-7/+11
* Avoid ## in a macroChris Robinson2020-03-231-6/+6
* Use more appropriate types for bitfieldsChris Robinson2020-03-221-4/+10
* Clean up some C++11-ismsChris Robinson2020-03-221-1/+1
* 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