Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-01-07 | Enable warnings when compiling and fix a few. | Christopher Peplin | 1 | -0/+1 |
2014-01-06 | Standardize order of arguments - destination is always last. | Christopher Peplin | 1 | -9/+9 |
2014-01-04 | Standardize names for functions. | Christopher Peplin | 1 | -9/+9 |
2014-01-04 | Add a get_bitfield function for byte arrays. | Christopher Peplin | 1 | -20/+20 |
2014-01-03 | Checkpoint commit renaming some functions for clarity. | Christopher Peplin | 1 | -20/+20 |
2014-01-03 | Fix some implicitly defined functions - import proper headers. | Christopher Peplin | 1 | -3/+0 |
2013-12-29 | Add get_byte and get_nibble to 8byte function set. | Christopher Peplin | 1 | -7/+37 |
2013-12-29 | Document all bitfield functions. | Christopher Peplin | 1 | -2/+2 |
2013-12-29 | Check if a value will fit in bitfield before setting. | Christopher Peplin | 1 | -8/+16 |
2013-12-29 | Standardize on snake_case naming as this is a C library. | Christopher Peplin | 1 | -33/+33 |
2013-12-29 | Split up 8 byte wrappers from generic bit array functions. | Christopher Peplin | 1 | -0/+225 |