Age | Commit message (Expand) | Author | Files | Lines |
2014-01-03 | Checkpoint commit renaming some functions for clarity. |  Christopher Peplin | 6 | -25/+47 |
2014-01-03 | Fix some implicitly defined functions - import proper headers. |  Christopher Peplin | 5 | -5/+14 |
2014-01-02 | Clarify when you need to specify endianness. |  Christopher Peplin | 2 | -25/+16 |
2013-12-31 | Fix byte alignment for right aligned functions. |  Christopher Peplin | 3 | -9/+44 |
2013-12-29 | Add a function to set a single nibble in a bitarray. |  Christopher Peplin | 2 | -0/+9 |
2013-12-29 | Remove function declaration for deleted function. |  Christopher Peplin | 1 | -9/+0 |
2013-12-29 | Add get_byte and get_nibble to 8byte function set. |  Christopher Peplin | 4 | -9/+42 |
2013-12-29 | Standardize function names to snake_case. |  Christopher Peplin | 3 | -13/+13 |
2013-12-29 | Document all bitfield functions. |  Christopher Peplin | 3 | -17/+23 |
2013-12-29 | Test all canutil functions and document in README. |  Christopher Peplin | 3 | -13/+47 |
2013-12-29 | Test parsing boolean. |  Christopher Peplin | 1 | -0/+8 |
2013-12-29 | Check if a value will fit in bitfield before setting. |  Christopher Peplin | 2 | -6/+10 |
2013-12-29 | Standardize on snake_case naming as this is a C library. |  Christopher Peplin | 6 | -50/+53 |
2013-12-29 | Split up 8 byte wrappers from generic bit array functions. |  Christopher Peplin | 4 | -109/+130 |
2013-12-29 | Standardize argument ordering for bitfield functions. |  Christopher Peplin | 2 | -16/+67 |
2013-12-29 | Clean up bitfield API a bit. |  Christopher Peplin | 3 | -157/+204 |
2013-12-28 | Hack together a legacy getBitField backed by new bit copying function. |  Christopher Peplin | 1 | -40/+50 |
2013-12-28 | Draft work making the bitfield functions more generic. |  Christopher Peplin | 2 | -29/+173 |
2013-12-27 | Add missing include for explicit import. |  Christopher Peplin | 1 | -0/+1 |
2013-12-24 | Add test cases from vi-firmware. |  Christopher Peplin | 4 | -10/+42 |
2013-12-24 | Initial commit, pulled from openxc/vi-firmware. |  Christopher Peplin | 6 | -0/+176 |