rtos: Rewrite rtos_qsymbol() and fix auto-detect false positive
[fw/openocd] / src / helper / binarybuffer.c
2012-07-06 Andreas FritiofsonAdd a bit-level transfer queue
2012-02-06 Spencer Oliverdoxygen: use correct comment syntax
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2011-12-01 Spencer Oliverbinarybuffer: use strndup to allocate string
2011-02-08 Mathias Kperformance: committed wrong version of buf_set_buf...
2011-02-08 Mathias Kbuf_set_buf around 30% speed increase
2010-04-10 Antonio BorneoBINARYBUFFER: review scope of data and functions
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchimprove buf_set_buf helper
2009-11-16 Zachary T Welchimprove buf_set_ones
2009-11-16 Zachary T Welchimprove buf_cpy helper
2009-11-16 Zachary T Welchimprove buf_cmp and buf_cmp_mask helpers
2009-11-16 Zachary T Welchimprove str_to_buf and buf_to_str helpers
2009-11-16 Zachary T Welchbinarybuffer: move variables to point of first use
2009-11-16 Zachary T Welchbinarybuffer: fix whitespace related issues
2009-11-15 Zachary T Welchremove unused buf_to_u32_handler
2009-11-15 Zachary T Welchstruct scan_field_s -> struct scan_field
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2009-05-09 oharboeMichael Bruck <mbruck@digenius.de> use more const
2009-04-22 mluFix str_to_buf problem, thanks Andy Chenee
2009-04-19 oharboeZach Welch <zw@superlucidity.net> fix -Werror warnings
2009-02-03 kc8apf- Cable driver helper API courtesy of Dick Hollenbeck...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-11 oharboeCharles Hardin ckhardin at gmail.com
2008-05-07 oharboeThis matters for embedded devices, but is probably...
2008-04-10 ntfreak- single core context used, removed debug context as...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-01-20 mifi- added patch "remove error handler as planned"
2007-05-05 drath- further work on ETB decoding (not yet functional)
2007-04-12 drath- correctly mask out bits that aren't part of a copied...
2006-11-22 drath- added a PLD (programmable logic device) subsystem...
2006-09-28 drath- str9x flash support (Thanks to Spencer Oliver)
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/