Remove old hipchat token from Travis CI config.
[apps/agl-service-can-low-level.git] / src / bitfield /
2014-01-07 Christopher PeplinEnable warnings when compiling and fix a few.
2014-01-06 Christopher PeplinWatch for an error when getting a bit field.
2014-01-06 Christopher PeplinAdd more documentation.
2014-01-06 Christopher PeplinStandardize order of arguments - destination is always...
2014-01-04 Christopher PeplinFix parse_bool tests.
2014-01-04 Christopher PeplinBuild with GNU89 standard for greater compatibility.
2014-01-04 Christopher PeplinStandardize names for functions.
2014-01-04 Christopher PeplinUse more portable endinaness macros to check architecture.
2014-01-04 Christopher PeplinAdd a get_bitfield function for byte arrays.
2014-01-04 Christopher PeplinCheckpoint commit renaming some functions for clarity.
2014-01-04 Christopher PeplinFix some implicitly defined functions - import proper...
2014-01-02 Christopher PeplinClarify when you need to specify endianness.
2013-12-31 Christopher PeplinFix byte alignment for right aligned functions.
2013-12-29 Christopher PeplinAdd a function to set a single nibble in a bitarray.
2013-12-29 Christopher PeplinRemove function declaration for deleted function.
2013-12-29 Christopher PeplinAdd get_byte and get_nibble to 8byte function set.
2013-12-29 Christopher PeplinStandardize function names to snake_case.
2013-12-29 Christopher PeplinDocument all bitfield functions.
2013-12-29 Christopher PeplinCheck if a value will fit in bitfield before setting.
2013-12-29 Christopher PeplinStandardize on snake_case naming as this is a C library.
2013-12-29 Christopher PeplinSplit up 8 byte wrappers from generic bit array functions.
2013-12-29 Christopher PeplinStandardize argument ordering for bitfield functions.
2013-12-29 Christopher PeplinClean up bitfield API a bit.
2013-12-29 Christopher PeplinHack together a legacy getBitField backed by new bit...
2013-12-28 Christopher PeplinDraft work making the bitfield functions more generic.
2013-12-24 Christopher PeplinAdd test cases from vi-firmware.
2013-12-24 Christopher PeplinInitial commit, pulled from openxc/vi-firmware.