aboutsummaryrefslogtreecommitdiffstats
path: root/src/canutil
AgeCommit message (Expand)AuthorFilesLines
2014-01-06Standardize order of arguments - destination is always last.Christopher Peplin2-9/+32
2014-01-06DRY up the float parser.Christopher Peplin1-6/+8
2014-01-04Fix parse_bool tests.Christopher Peplin2-2/+2
2014-01-04Standardize names for functions.Christopher Peplin1-1/+1
2014-01-04Add a get_bitfield function for byte arrays.Christopher Peplin2-9/+51
2014-01-03Checkpoint commit renaming some functions for clarity.Christopher Peplin4-18/+40
2014-01-03Fix some implicitly defined functions - import proper headers.Christopher Peplin2-1/+4
2013-12-29Test all canutil functions and document in README.Christopher Peplin3-13/+47
2013-12-29Test parsing boolean.Christopher Peplin1-0/+8
2013-12-29Standardize on snake_case naming as this is a C library.Christopher Peplin4-17/+17
2013-12-27Add missing include for explicit import.Christopher Peplin1-0/+1
2013-12-24Add test cases from vi-firmware.Christopher Peplin3-10/+34
2013-12-24Initial commit, pulled from openxc/vi-firmware.Christopher Peplin4-0/+58