summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix USB performance regression for verify_ircaptureoharboe2009-05-111-46/+23
* USB performance regression fixoharboe2009-05-111-9/+11
* retire jtag_add_dr_scan_nowoharboe2009-05-112-10/+0
* switch to jtag_add_dr_scan() from the synchronous version - USB performance fixoharboe2009-05-111-4/+11
* switch to jtag_add_dr_scan_check() - USB performance fixoharboe2009-05-111-3/+9
* switch to jtag_add_dr_scan_check() - USB performance fixoharboe2009-05-111-4/+10
* switch to jtag_add_dr_scan_check() - USB performance fixoharboe2009-05-111-3/+9
* change jtag_add_callback API to be able to support check_value/maskoharboe2009-05-114-15/+85
* Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>.zwelch2009-05-111-4/+4
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-14/+20
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-5/+12
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-40/+4
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-13/+15
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-4/+3
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-4/+3
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-4/+3
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-11/+11
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-4/+3
* switch to jtag_add_callback() - USB performance fixoharboe2009-05-111-4/+3
* leave eCos include file issues alone for now. oharboe2009-05-112-21/+39
* Add svn:eol-style property to recently added system.h.zwelch2009-05-110-0/+0
* used by upcoming commitsoharboe2009-05-111-0/+13
* add to svn ignoreoharboe2009-05-110-0/+0
* Update Doxyfile configuration for doxygen 1.5.8:zwelch2009-05-111-50/+197
* Mark API layering violations in the helper module with @todo notes.zwelch2009-05-112-0/+2
* Remove redundant config.h from replacements.h, obtained from types.h.zwelch2009-05-111-4/+0
* Audit and eliminate redundant #include directives in main src/ files.zwelch2009-05-112-57/+23
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-1134-218/+28
* Audit and eliminate redundant #include directives in arm target files.zwelch2009-05-1130-158/+7
* Audit and eliminate redundant #include directives in core target files.zwelch2009-05-113-25/+8
* Audit and eliminate redundant #include directives in src/flash sources.zwelch2009-05-1127-243/+21
* Audit and eliminate redundant #include directives in src/flash headers.zwelch2009-05-1115-17/+13
* Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch2009-05-116-54/+3
* Audit and eliminate redundant #include directives from src/server.zwelch2009-05-117-71/+15
* Fix compilation of target_request.h when it is included first.zwelch2009-05-111-1/+1
* Audit and eliminate redundant #include directives from src/jtag.zwelch2009-05-1118-153/+10
* Audit and eliminate redundant helper #include directives.zwelch2009-05-1111-69/+11
* Simplify #include directives in ioutil.c, use new header checks.zwelch2009-05-111-36/+27
* Add remaining header checks to be used in subsequent patches.zwelch2009-05-111-0/+7
* Add --enable-malloc-logging configure option and update log.c to match.zwelch2009-05-112-5/+21
* Factor system #includes out of replacements.h into new system.h.zwelch2009-05-114-31/+85
* Finish portability support for AC_HEADER_STDBOOL configure macro.zwelch2009-05-111-1/+6
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-1121-24/+0
* Add configure check for sys/types.h; include in our types.h.zwelch2009-05-112-0/+5
* Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option.zwelch2009-05-111-0/+1
* Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).zwelch2009-05-111-1/+1
* OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro.zwelch2009-05-111-1/+1
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-1012-38/+54
* Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch2009-05-104-545/+1
* Extend configure script to check for environ declaration in stdlib.h.zwelch2009-05-101-2/+3