Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-29 | Standardize function names to snake_case. | 3 | -13/+13 | ||
2013-12-29 | Document all bitfield functions. | 3 | -17/+23 | ||
2013-12-29 | Check if a value will fit in bitfield before setting. | 2 | -6/+10 | ||
2013-12-29 | Standardize on snake_case naming as this is a C library. | 2 | -33/+36 | ||
2013-12-29 | Split up 8 byte wrappers from generic bit array functions. | 4 | -109/+130 | ||
2013-12-29 | Standardize argument ordering for bitfield functions. | 2 | -16/+67 | ||
2013-12-29 | Clean up bitfield API a bit. | 3 | -157/+204 | ||
2013-12-28 | Hack together a legacy getBitField backed by new bit copying function. | 1 | -40/+50 | ||
2013-12-28 | Draft work making the bitfield functions more generic. | 2 | -29/+173 | ||
2013-12-24 | Add test cases from vi-firmware. | 1 | -0/+8 | ||
2013-12-24 | Initial commit, pulled from openxc/vi-firmware. | 2 | -0/+118 | ||