Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-01-02 | Clarify when you need to specify endianness. | Christopher Peplin | 1 | -8/+9 |
2013-12-31 | Fix byte alignment for right aligned functions. | Christopher Peplin | 1 | -8/+0 |
2013-12-29 | Add get_byte and get_nibble to 8byte function set. | Christopher Peplin | 1 | -6/+14 |
2013-12-29 | Document all bitfield functions. | Christopher Peplin | 1 | -13/+15 |
2013-12-29 | Check if a value will fit in bitfield before setting. | Christopher Peplin | 1 | -5/+6 |
2013-12-29 | Standardize on snake_case naming as this is a C library. | Christopher Peplin | 1 | -19/+21 |
2013-12-29 | Split up 8 byte wrappers from generic bit array functions. | Christopher Peplin | 1 | -0/+56 |