Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-06 | Standardize order of arguments - destination is always last. | 1 | -2/+2 | ||
2014-01-04 | Standardize names for functions. | 1 | -1/+1 | ||
2014-01-04 | Add a get_bitfield function for byte arrays. | 1 | -2/+2 | ||
2014-01-03 | Checkpoint commit renaming some functions for clarity. | 1 | -5/+5 | ||
2014-01-02 | Clarify when you need to specify endianness. | 1 | -17/+7 | ||
2013-12-29 | Remove function declaration for deleted function. | 1 | -9/+0 | ||
2013-12-29 | Add get_byte and get_nibble to 8byte function set. | 1 | -1/+26 | ||
2013-12-29 | Document all bitfield functions. | 1 | -2/+6 | ||
2013-12-29 | Check if a value will fit in bitfield before setting. | 1 | -1/+4 | ||
2013-12-29 | Standardize on snake_case naming as this is a C library. | 1 | -14/+15 | ||
2013-12-29 | Split up 8 byte wrappers from generic bit array functions. | 1 | -0/+74 | ||