| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add --enable-malloc-logging configure option and update log.c to match. | zwelch | 2009-05-11 | 2 | -5/+21 |
* | Factor system #includes out of replacements.h into new system.h. | zwelch | 2009-05-11 | 4 | -31/+85 |
* | Finish portability support for AC_HEADER_STDBOOL configure macro. | zwelch | 2009-05-11 | 1 | -1/+6 |
* | Remove redundant sys/types.h #include directives (now in types.h). | zwelch | 2009-05-11 | 21 | -24/+0 |
* | Add configure check for sys/types.h; include in our types.h. | zwelch | 2009-05-11 | 2 | -0/+5 |
* | Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option. | zwelch | 2009-05-11 | 1 | -0/+1 |
* | Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h). | zwelch | 2009-05-11 | 1 | -1/+1 |
* | OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro. | zwelch | 2009-05-11 | 1 | -1/+1 |
* | Extend autotools build to create shared library libopenocd with libtool: | zwelch | 2009-05-10 | 12 | -38/+54 |
* | Reverse revision 1691: all of its functionality has migrated elsewhere. | zwelch | 2009-05-10 | 4 | -545/+1 |
* | Extend configure script to check for environ declaration in stdlib.h. | zwelch | 2009-05-10 | 1 | -2/+3 |
* | Wrote up post processing JTAG API. Not used yet, but reference implementation... | oharboe | 2009-05-10 | 2 | -1/+137 |
* | Revive tclapi.c from r1650: | zwelch | 2009-05-10 | 4 | -1/+547 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. | oharboe | 2009-05-10 | 11 | -196/+95 |
* | David Brownell <david-b@pacbell.net> whitespace fixes. Testing out on one fil... | oharboe | 2009-05-10 | 1 | -22/+4 |
* | David Brownell <david-b@pacbell.net> fix warnings | oharboe | 2009-05-10 | 1 | -1/+1 |
* | Michael Bruck <mbruck@digenius.de> use more const | oharboe | 2009-05-10 | 2 | -11/+9 |
* | Michael Bruck <mbruck@digenius.de> use more const | oharboe | 2009-05-09 | 2 | -11/+11 |
* | Michael Bruck <mbruck@digenius.de> ARM11 C99 updates | oharboe | 2009-05-09 | 3 | -61/+43 |
* | whitespace fixes | oharboe | 2009-05-08 | 2 | -18/+7 |
* | plugged bug w/irlen > 32 introduce in 1672 | oharboe | 2009-05-08 | 1 | -1/+5 |
* | whitespace fixes | oharboe | 2009-05-08 | 2 | -52/+13 |
* | David Brownell <david-b@pacbell.net> DaVinci dm6446 | oharboe | 2009-05-08 | 1 | -0/+66 |
* | sync up zy1000 interface to bitbang driver's handling of exiting the shift state | oharboe | 2009-05-08 | 1 | -15/+25 |
* | Michael Fischer <fischermi@t-online.de> fix compile problems on Mac | oharboe | 2009-05-08 | 1 | -1/+1 |
* | fix gaffe in 1672 | oharboe | 2009-05-08 | 1 | -3/+8 |
* | stm32 profiling wip | oharboe | 2009-05-08 | 2 | -14/+52 |
* | profiling numbers | oharboe | 2009-05-08 | 1 | -0/+14 |
* | add flush_count jtag queue profiling feature | oharboe | 2009-05-08 | 1 | -1/+17 |
* | fix (old?) bug in jtag_add_ir_scan() | oharboe | 2009-05-08 | 1 | -1/+2 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 24 | -289/+155 |
* | fix one gaffe in previous commit. | oharboe | 2009-05-08 | 1 | -1/+1 |
* | use assert instead of adding code that always runs | oharboe | 2009-05-08 | 1 | -5/+2 |
* | pull up verify_capture_ir one level in api stack | oharboe | 2009-05-08 | 4 | -25/+70 |
* | retire jtag_set_check_value | oharboe | 2009-05-08 | 1 | -10/+15 |
* | retire jtag_set_check_value | oharboe | 2009-05-08 | 1 | -44/+35 |
* | retire jtag_set_check_value | oharboe | 2009-05-08 | 1 | -26/+15 |
* | retire jtag_set_check_value | oharboe | 2009-05-08 | 1 | -2/+2 |
* | first jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access... | oharboe | 2009-05-08 | 2 | -15/+16 |
* | added comments w.r.t. potential performance problems | oharboe | 2009-05-08 | 2 | -0/+13 |
* | Fix typo from hurrying the last commit. Nothing to see here. | zwelch | 2009-05-08 | 1 | -1/+1 |
* | Fix loadFile to return file length once again. | zwelch | 2009-05-08 | 1 | -5/+9 |
* | Re-order and extend header file tests in configure script. | zwelch | 2009-05-08 | 1 | -3/+6 |
* | Fix warnings in httpd.c; builds with libmicrohttpd-0.4.1. | zwelch | 2009-05-08 | 1 | -18/+17 |
* | Fix warnings in ioutil.c; improves loadFile inteface. | zwelch | 2009-05-08 | 1 | -12/+14 |
* | more in_handler typo fixes | oharboe | 2009-05-07 | 2 | -7/+9 |
* | ouch - typo in last commit | oharboe | 2009-05-07 | 1 | -1/+1 |
* | Remove unreferenced tcpapi.c source file. | zwelch | 2009-05-07 | 1 | -534/+0 |
* | in_handler removal typo fixed | oharboe | 2009-05-07 | 1 | -1/+1 |
* | fix copy & paste error when retiring in_handler | oharboe | 2009-05-07 | 1 | -1/+1 |