aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-06DRY up the float parser.Christopher Peplin1-6/+8
2014-01-04Fix parse_bool tests.Christopher Peplin3-2/+3
2014-01-04Build with GNU89 standard for greater compatibility.Christopher Peplin1-1/+2
2014-01-04Standardize names for functions.Christopher Peplin4-4/+4
2014-01-04Use more portable endinaness macros to check architecture.Christopher Peplin1-2/+5
2014-01-04Add a get_bitfield function for byte arrays.Christopher Peplin6-16/+110
2014-01-03Checkpoint commit renaming some functions for clarity.Christopher Peplin6-25/+47
2014-01-03Fix some implicitly defined functions - import proper headers.Christopher Peplin5-5/+14
2014-01-02Clarify when you need to specify endianness.Christopher Peplin2-25/+16
2013-12-31Fix byte alignment for right aligned functions.Christopher Peplin3-9/+44
2013-12-29Add a function to set a single nibble in a bitarray.Christopher Peplin2-0/+9
2013-12-29Remove function declaration for deleted function.Christopher Peplin1-9/+0
2013-12-29Add get_byte and get_nibble to 8byte function set.Christopher Peplin4-9/+42
2013-12-29Standardize function names to snake_case.Christopher Peplin3-13/+13
2013-12-29Document all bitfield functions.Christopher Peplin3-17/+23
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-29Check if a value will fit in bitfield before setting.Christopher Peplin2-6/+10
2013-12-29Standardize on snake_case naming as this is a C library.Christopher Peplin6-50/+53
2013-12-29Split up 8 byte wrappers from generic bit array functions.Christopher Peplin4-109/+130
2013-12-29Standardize argument ordering for bitfield functions.Christopher Peplin2-16/+67
2013-12-29Clean up bitfield API a bit.Christopher Peplin3-157/+204
2013-12-28Hack together a legacy getBitField backed by new bit copying function.Christopher Peplin1-40/+50
2013-12-28Draft work making the bitfield functions more generic.Christopher Peplin2-29/+173
2013-12-27Add missing include for explicit import.Christopher Peplin1-0/+1
2013-12-24Add test cases from vi-firmware.Christopher Peplin4-10/+42
2013-12-24Initial commit, pulled from openxc/vi-firmware.Christopher Peplin6-0/+176