aboutsummaryrefslogtreecommitdiff
path: root/src/xsvf
AgeCommit message (Expand)Author
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2015-11-30xsvf: output a warning suggesting using SVFPaul Fertser
2013-06-05update files to correct FSF addressSpencer Oliver
2012-02-06build: cleanup src/xsvf directorySpencer Oliver
2012-01-12xsvf: fix clang warningSpencer Oliver
2012-01-04Change return value on error.Mathias K
2011-11-07xsvf: add missing error propagationØyvind Harboe
2011-01-05nit: do not add \n at end of LOG_ERROREric Wetzel
2010-11-18build: add common.mkSpencer Oliver
2010-06-22xsvf: Fix shadow issues on MacEdgar Grimberg
2010-06-21jtag: do not use jtag_get_error()Øyvind Harboe
2010-06-16xsvf: -Wshadow warning fixesØyvind Harboe
2010-03-18jtag: cut down on usage of unintended modification of global end stateØyvind Harboe
2010-03-08jtag: simplify jtag_add_plain_ir/dr_scanØyvind Harboe
2010-03-08jtag: jtag_add_ir_scan() now takes a single fieldØyvind Harboe
2010-03-08jtag: retire tap fieldØyvind Harboe
2010-01-08*SVF: help/usage updatesDavid Brownell
2009-12-08build: add build/src to include pathØyvind Harboe
2009-12-03remove tertiary include pathsZachary T Welch
2009-12-03change #include "svf.h" to <svf/svf.h>Zachary T Welch
2009-12-03change #include "jtag.h" to <jtag/jtag.h>Zachary T Welch
2009-12-03change #include "command.h" to <helper/command.h>Zachary T Welch
2009-12-03allow #include directives to use module nameZachary T Welch
2009-11-24{,x}svf: use register_commands()Zachary T Welch
2009-11-24use COMMAND_REGISTER macroZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13scan_field_t -> struct scan_fieldZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-11add const keyword to some APIsZachary T Welch
2009-11-09svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch
2009-11-09src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch
2009-10-29XSVF: bugfix handling state pathsDavid Brownell
2009-10-20XSVF: use svf_add_statemove()David Brownell
2009-10-19SVF/XSVF: comment and whitespace fixesDavid Brownell
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace at end of lines, step 2.zwelch
2009-06-23Remove whitespace that occurs before ')'.zwelch
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-23- Fixes '[<>]' whitespacezwelch
2009-06-23- Fixes '+' whitespacezwelch
2009-06-23- Fixes '=' whitespacezwelch
2009-06-23- Replace 'for(' with 'for ('.zwelch
2009-06-23- Replace 'switch(' with 'switch ('.zwelch