| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Define _GNU_SOURCE in config.h, remove definitions from source files. | zwelch | 2009-05-12 | 3 | -8/+1 |
* | Remove config.h from types.h; all .c files are required to include it. | zwelch | 2009-05-12 | 1 | -4/+0 |
* | Include config.h in pregenerated rlink_speed_table.c source. | zwelch | 2009-05-12 | 1 | -0/+3 |
* | Update rlink_make_speed_table.pl script to add config.h to its output. | zwelch | 2009-05-12 | 1 | -6/+13 |
* | fix memory corruption introduce in 1730 | oharboe | 2009-05-12 | 2 | -8/+8 |
* | added jtag_alloc_in_value32 - not used in this commit. | oharboe | 2009-05-12 | 2 | -2/+30 |
* | fix ancient bug & SEGFAULT in irscan | oharboe | 2009-05-12 | 1 | -4/+7 |
* | Include assert.h in system.h to promote tree-wide use of assertions. | zwelch | 2009-05-12 | 3 | -3/+2 |
* | Remove duplicate definition of encode in httpd.tcl. | zwelch | 2009-05-11 | 1 | -5/+0 |
* | now builds on 64 and 32 bit systems | oharboe | 2009-05-11 | 3 | -3/+3 |
* | fix jtag_add_dr_scan() usage a bit... avoid lots of malloc()'s. | oharboe | 2009-05-11 | 1 | -10/+6 |
* | Update jim helper files to use proper configure script support: | zwelch | 2009-05-11 | 4 | -24/+16 |
* | fix USB performance regression for verify_ircapture | oharboe | 2009-05-11 | 1 | -46/+23 |
* | USB performance regression fix | oharboe | 2009-05-11 | 1 | -9/+11 |
* | retire jtag_add_dr_scan_now | oharboe | 2009-05-11 | 2 | -10/+0 |
* | switch to jtag_add_dr_scan() from the synchronous version - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+11 |
* | switch to jtag_add_dr_scan_check() - USB performance fix | oharboe | 2009-05-11 | 1 | -3/+9 |
* | switch to jtag_add_dr_scan_check() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+10 |
* | switch to jtag_add_dr_scan_check() - USB performance fix | oharboe | 2009-05-11 | 1 | -3/+9 |
* | change jtag_add_callback API to be able to support check_value/mask | oharboe | 2009-05-11 | 4 | -15/+85 |
* | Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>. | zwelch | 2009-05-11 | 1 | -4/+4 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -14/+20 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -5/+12 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -40/+4 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -13/+15 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -11/+11 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -4/+3 |
* | leave eCos include file issues alone for now. | oharboe | 2009-05-11 | 2 | -21/+39 |
* | Add svn:eol-style property to recently added system.h. | zwelch | 2009-05-11 | 0 | -0/+0 |
* | used by upcoming commits | oharboe | 2009-05-11 | 1 | -0/+13 |
* | add to svn ignore | oharboe | 2009-05-11 | 0 | -0/+0 |
* | Update Doxyfile configuration for doxygen 1.5.8: | zwelch | 2009-05-11 | 1 | -50/+197 |
* | Mark API layering violations in the helper module with @todo notes. | zwelch | 2009-05-11 | 2 | -0/+2 |
* | Remove redundant config.h from replacements.h, obtained from types.h. | zwelch | 2009-05-11 | 1 | -4/+0 |
* | Audit and eliminate redundant #include directives in main src/ files. | zwelch | 2009-05-11 | 2 | -57/+23 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 34 | -218/+28 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 30 | -158/+7 |
* | Audit and eliminate redundant #include directives in core target files. | zwelch | 2009-05-11 | 3 | -25/+8 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 27 | -243/+21 |
* | Audit and eliminate redundant #include directives in src/flash headers. | zwelch | 2009-05-11 | 15 | -17/+13 |
* | Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}. | zwelch | 2009-05-11 | 6 | -54/+3 |
* | Audit and eliminate redundant #include directives from src/server. | zwelch | 2009-05-11 | 7 | -71/+15 |
* | Fix compilation of target_request.h when it is included first. | zwelch | 2009-05-11 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives from src/jtag. | zwelch | 2009-05-11 | 18 | -153/+10 |
* | Audit and eliminate redundant helper #include directives. | zwelch | 2009-05-11 | 11 | -69/+11 |
* | Simplify #include directives in ioutil.c, use new header checks. | zwelch | 2009-05-11 | 1 | -36/+27 |