summaryrefslogtreecommitdiff
path: root/src/helper/binarybuffer.c
Commit message (Expand)AuthorAgeFilesLines
* performance: committed wrong version of buf_set_buf optimizationMathias K2011-02-081-4/+18
* buf_set_buf around 30% speed increaseMathias K2011-02-081-7/+22
* BINARYBUFFER: review scope of data and functionsAntonio Borneo2010-04-101-2/+2
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-161-4/+4
* improve buf_set_buf helperZachary T Welch2009-11-161-3/+6
* improve buf_set_onesZachary T Welch2009-11-161-9/+9
* improve buf_cpy helperZachary T Welch2009-11-161-8/+9
* improve buf_cmp and buf_cmp_mask helpersZachary T Welch2009-11-161-36/+37
* improve str_to_buf and buf_to_str helpersZachary T Welch2009-11-161-62/+64
* binarybuffer: move variables to point of first useZachary T Welch2009-11-161-24/+7
* binarybuffer: fix whitespace related issuesZachary T Welch2009-11-161-3/+3
* remove unused buf_to_u32_handlerZachary T Welch2009-11-141-9/+0
* struct scan_field_s -> struct scan_fieldZachary T Welch2009-11-141-1/+1
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-2/+2
* Finish transforming 'u32' to 'uint32_t'.zwelch2009-06-181-9/+9
* Transform 'u8' to 'uint8_t'zwelch2009-06-181-11/+11
* Audit and eliminate redundant helper #include directives.zwelch2009-05-111-5/+0
* Michael Bruck <mbruck@digenius.de> use more constoharboe2009-05-091-4/+4
* Fix str_to_buf problem, thanks Andy Cheneemlu2009-04-221-2/+2
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-2/+2
* - Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>kc8apf2009-02-031-45/+45
* - remove target specific variant and use target->variant memberntfreak2008-12-131-27/+27
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* Charles Hardin ckhardin at gmail.com oharboe2008-07-111-2/+2
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-37/+0
* - single core context used, removed debug context as thought unnecessary.ntfreak2008-04-101-4/+0
* - rename log functions to stop conflicts under win32 (wingdi)ntfreak2008-03-251-1/+1
* - added patch "remove error handler as planned"mifi2008-01-201-1/+1
* - further work on ETB decoding (not yet functional)drath2007-05-051-1/+6
* - correctly mask out bits that aren't part of a copied bufferdrath2007-04-121-0/+6
* - added a PLD (programmable logic device) subsystem for FPGA, CPLD etc. confi...drath2006-11-221-2/+2
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-35/+135
* - Added support for native MinGW builds (thanks to Spencer Oliver and Michael...drath2006-07-171-4/+28
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+246