aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Enable warnings when compiling and fix a few.Christopher Peplin1-0/+1
2014-01-06Standardize order of arguments - destination is always last.Christopher Peplin3-21/+96
2014-01-04Fix parse_bool tests.Christopher Peplin1-5/+2
2014-01-04Standardize names for functions.Christopher Peplin1-9/+9
2014-01-04Add a get_bitfield function for byte arrays.Christopher Peplin2-26/+49
2014-01-03Checkpoint commit renaming some functions for clarity.Christopher Peplin3-27/+27
2014-01-03Fix some implicitly defined functions - import proper headers.Christopher Peplin1-3/+0
2013-12-31Fix byte alignment for right aligned functions.Christopher Peplin1-6/+22
2013-12-29Add a function to set a single nibble in a bitarray.Christopher Peplin1-0/+15
2013-12-29Add get_byte and get_nibble to 8byte function set.Christopher Peplin1-7/+37
2013-12-29Standardize function names to snake_case.Christopher Peplin2-9/+8
2013-12-29Document all bitfield functions.Christopher Peplin1-2/+2
2013-12-29Test all canutil functions and document in README.Christopher Peplin1-0/+14
2013-12-29Test parsing boolean.Christopher Peplin1-1/+12
2013-12-29Check if a value will fit in bitfield before setting.Christopher Peplin1-8/+16
2013-12-29Standardize on snake_case naming as this is a C library.Christopher Peplin3-36/+36
2013-12-29Split up 8 byte wrappers from generic bit array functions.Christopher Peplin2-202/+225
2013-12-29Standardize argument ordering for bitfield functions.Christopher Peplin1-5/+5
2013-12-29Clean up bitfield API a bit.Christopher Peplin1-8/+17
2013-12-28Hack together a legacy getBitField backed by new bit copying function.Christopher Peplin1-14/+14
2013-12-28Draft work making the bitfield functions more generic.Christopher Peplin1-0/+46
2013-12-24Add test cases from vi-firmware.Christopher Peplin3-0/+76
2013-12-24Initial commit, pulled from openxc/vi-firmware.Christopher Peplin2-0/+225