| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes | Freddie Chopin | 2011-06-04 | 1 | -3/+0 |
* | warnings: use more 'const' for char * | Øyvind Harboe | 2010-12-29 | 1 | -1/+1 |
* | build: add common.mk | Spencer Oliver | 2010-11-18 | 1 | -3/+1 |
* | warnings: fix alignment warnings | Øyvind Harboe | 2010-09-20 | 1 | -1/+1 |
* | PLD: review scope of functions | Antonio Borneo | 2010-04-10 | 2 | -3/+2 |
* | jtag: move towards making out_value const | Øyvind Harboe | 2010-03-20 | 1 | -3/+4 |
* | jtag: retire jtag_get/set_end_state() | Øyvind Harboe | 2010-03-19 | 1 | -2/+0 |
* | jtag: cut down on usage of unintended modification of global end state | Øyvind Harboe | 2010-03-18 | 1 | -6/+6 |
* | jtag: jtag_add_ir_scan() now takes a single field | Øyvind Harboe | 2010-03-08 | 1 | -1/+1 |
* | jtag: retire tap field | Øyvind Harboe | 2010-03-08 | 1 | -8/+4 |
* | PLD: usage/help updates | David Brownell | 2010-01-08 | 2 | -12/+13 |
* | build: add build/src to include path | Øyvind Harboe | 2009-12-08 | 1 | -1/+2 |
* | remove tertiary include paths | Zachary T Welch | 2009-12-03 | 1 | -4/+1 |
* | change #include "jtag.h" to <jtag/jtag.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "types.h" to <helper/types.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "time_support.h" to <helper/time_support.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "log.h" to <helper/log.h> | Zachary T Welch | 2009-12-03 | 2 | -2/+2 |
* | change #include "command.h" to <helper/command.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | allow #include directives to use module name | Zachary T Welch | 2009-12-03 | 1 | -0/+1 |
* | pld: factor init to 'pld init' | Zachary T Welch | 2009-12-02 | 1 | -0/+23 |
* | pld: use static registration instead of callback | Zachary T Welch | 2009-11-24 | 3 | -12/+12 |
* | pld: use register_commands() | Zachary T Welch | 2009-11-24 | 2 | -22/+60 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 2 | -6/+6 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 2 | -11/+11 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 2 | -13/+13 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 2 | -4/+4 |
* | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 2 | -2/+2 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 3 | -6/+6 |
* | pld_device_t -> struct pld_device | Zachary T Welch | 2009-11-13 | 3 | -19/+19 |
* | virtex2_pld_device_t -> struct virtex2_pld_device | Zachary T Welch | 2009-11-13 | 2 | -8/+8 |
* | xilinx_bit_file_t -> struct xilinx_bit_file | Zachary T Welch | 2009-11-13 | 3 | -5/+5 |
* | pld_driver_t -> struct pld_driver | Zachary T Welch | 2009-11-13 | 3 | -6/+6 |
* | scan_field_t -> struct scan_field | Zachary T Welch | 2009-11-13 | 1 | -4/+4 |
* | jtag_tap_t -> struct jtag_tap | Zachary T Welch | 2009-11-13 | 2 | -3/+3 |
* | use CALL_COMMAND_HANDLER instead of direct calls | Zachary T Welch | 2009-11-13 | 1 | -1/+2 |
* | add PLD_DEVICE_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 2 | -4/+9 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 2 | -8/+4 |
* | remove more useless declarations | Zachary T Welch | 2009-11-11 | 2 | -42/+34 |
* | add const keyword to some APIs | Zachary T Welch | 2009-11-11 | 4 | -4/+4 |
* | src/{server,pld,svf,xsvf}: remove 'extern' keyword | Zachary T Welch | 2009-11-09 | 1 | -3/+5 |
* | Improve pld command argument parsing. | Zachary T Welch | 2009-11-05 | 2 | -6/+11 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 2 | -3/+3 |
* | fix jtag_add_callback() args. The first argument is nothing special, it's jus... | oharboe | 2009-06-19 | 1 | -2/+3 |
* | Finish transforming 'u32' to 'uint32_t'. | zwelch | 2009-06-18 | 3 | -9/+9 |
* | Transform 'u8' to 'uint8_t' | zwelch | 2009-06-18 | 3 | -12/+12 |