summaryrefslogtreecommitdiffstats
path: root/src/bitfield/8byte.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-04Build with GNU89 standard for greater compatibility.Christopher Peplin1-1/+2
2014-01-04Standardize names for functions.Christopher Peplin1-1/+1
2014-01-04Add a get_bitfield function for byte arrays.Christopher Peplin1-4/+6
2014-01-03Checkpoint commit renaming some functions for clarity.Christopher Peplin1-2/+2
2014-01-03Fix some implicitly defined functions - import proper headers.Christopher Peplin1-4/+0
2014-01-02Clarify when you need to specify endianness.Christopher Peplin1-8/+9
2013-12-31Fix byte alignment for right aligned functions.Christopher Peplin1-8/+0
2013-12-29Add get_byte and get_nibble to 8byte function set.Christopher Peplin1-6/+14
2013-12-29Document all bitfield functions.Christopher Peplin1-13/+15
2013-12-29Check if a value will fit in bitfield before setting.Christopher Peplin1-5/+6
2013-12-29Standardize on snake_case naming as this is a C library.Christopher Peplin1-19/+21
2013-12-29Split up 8 byte wrappers from generic bit array functions.Christopher Peplin1-0/+56