aboutsummaryrefslogtreecommitdiff
path: root/src/helper/binarybuffer.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-24helper/list: include the correct header fileAntonio Borneo1-1/+2
2022-07-23openocd: src/helper: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2020-09-05Fix debug prints when loading to flashSamuel Obuch1-1/+1
2020-03-07helper/binarybuffer: fix clang static analyzer warningsTomas Vanek1-0/+2
2019-04-10fix for sanitizer errors in left shiftsMete Balci1-1/+1
2016-12-08helper: Code cleanup for hexify()Marc Schink1-1/+1
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink1-1/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser1-4/+4
2013-10-31binarybuffer: Remove unnecessary cast and fix hidden "bug"Andreas Fritiofson1-4/+4
2013-09-26Add new target type: OpenRISCFranck Jullien1-0/+1
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter1-0/+78
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-12-23icdi: add TI icdi interfaceSpencer Oliver1-0/+5
2012-07-06Add a bit-level transfer queueAndreas Fritiofson1-1/+28
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-02-06build: cleanup src/helper directorySpencer Oliver1-15/+14
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-11-16binarybuffer: regression fixDavid Brownell1-2/+4
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch1-2/+0
2009-11-16binarybuffer: add API documentationZachary T Welch1-3/+41
2009-11-16improve inline binarybuffer helpersZachary T Welch1-7/+8
2009-11-16improve buf_set_buf helperZachary T Welch1-2/+2
2009-11-16improve buf_set_onesZachary T Welch1-1/+2
2009-11-16improve buf_cpy helperZachary T Welch1-1/+2
2009-11-16improve buf_cmp and buf_cmp_mask helpersZachary T Welch1-3/+3
2009-11-16improve str_to_buf and buf_to_str helpersZachary T Welch1-3/+3
2009-11-16binarybuffer: move variables to point of first useZachary T Welch1-4/+2
2009-11-16binarybuffer: fix whitespace related issuesZachary T Welch1-20/+15
2009-11-14remove unused buf_to_u32_handlerZachary T Welch1-3/+0
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch1-2/+2
2009-11-09src/helper: wrap and clean headers.Zachary T Welch1-19/+23
2009-09-26Updates to the initial scanchain validation code:dbrownell1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-3/+3
2009-06-23- Fixes '[<>]' whitespacezwelch1-2/+2
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-2/+2
2009-06-23- Fixes '=' whitespacezwelch1-2/+2
2009-06-23- Fixes '==' whitespacezwelch1-2/+2
2009-06-23- Fixes '<<' whitespacezwelch1-1/+1
2009-06-23- Fixes '>>' whitespacezwelch1-4/+4
2009-06-23- Fixes '&&' whitespacezwelch1-2/+2
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-7/+7
2009-06-18Transform 'u8' to 'uint8_t'zwelch1-11/+11
2009-05-09Michael Bruck <mbruck@digenius.de> use more constoharboe1-7/+7
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+1
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-07-11Charles Hardin ckhardin at gmail.com oharboe1-2/+2