aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2009-11-20factor help script command into partsZachary T Welch1-28/+34
2009-11-20refactor command registrationZachary T Welch2-82/+117
2009-11-20change command_find helper interfaceZachary T Welch1-4/+3
2009-11-20factor script_command argv allocationZachary T Welch1-27/+38
2009-11-18remove fast command and jim_global_longZachary T Welch2-33/+0
2009-11-18change all bool parsers to accept any valueZachary T Welch2-6/+5
2009-11-18add handle_command_parse_bool command helperZachary T Welch2-6/+59
2009-11-18add COMMAND_PARSE_BOOL macro and friendsZachary T Welch1-0/+28
2009-11-18pass startup_tcl to command_initZachary T Welch2-3/+5
2009-11-18split startup.tcl file across modulesZachary T Welch2-230/+3
2009-11-18move startup.c to libopenocdZachary T Welch1-9/+2
2009-11-17remove unused variable from run_commandZachary T Welch1-3/+2
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch2-8/+9
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary T Welch2-9/+21
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch3-15/+15
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch3-16/+16
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch3-15/+15
2009-11-17add more command_handler conversion macrosZachary T Welch1-1/+16
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell1-0/+9
2009-11-16fileio: improve API typesZachary T Welch2-37/+36
2009-11-16struct fileio: improve member typesZachary T Welch2-3/+3
2009-11-16helper/log: improve API parameter typesZachary T Welch2-19/+16
2009-11-16use Jim_CmdProc in jim_registerZachary T Welch2-2/+4
2009-11-16improve constness of open_file_from_pathZachary T Welch2-2/+2
2009-11-16make command line options constZachary T Welch1-1/+1
2009-11-16binarybuffer: regression fixDavid Brownell1-2/+4
2009-11-16"types.h" doxygen fixDavid Brownell1-2/+2
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-0/+10
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch3-6/+13
2009-11-16move container_of to types.hZachary T Welch1-0/+15
2009-11-16Add FILEIO_NONE access mode.Zachary T Welch1-0/+1
2009-11-16binarybuffer: add API documentationZachary T Welch1-3/+41
2009-11-16improve inline binarybuffer helpersZachary T Welch1-7/+8
2009-11-16improve buf_set_buf helperZachary T Welch2-5/+8
2009-11-16improve buf_set_onesZachary T Welch2-10/+11
2009-11-16improve buf_cpy helperZachary T Welch2-9/+11
2009-11-16improve buf_cmp and buf_cmp_mask helpersZachary T Welch2-39/+40
2009-11-16improve str_to_buf and buf_to_str helpersZachary T Welch2-65/+67
2009-11-16binarybuffer: move variables to point of first useZachary T Welch2-28/+9
2009-11-16binarybuffer: fix whitespace related issuesZachary T Welch2-23/+18
2009-11-16target: less implicit inclusion of "command.h"David Brownell2-2/+0
2009-11-14remove unused buf_to_u32_handlerZachary T Welch2-12/+0
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch2-3/+3
2009-11-13command_t -> struct commandZachary T Welch2-26/+26
2009-11-13command_context_t -> struct command_contextZachary T Welch8-52/+52
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+0
2009-11-13fileio_t -> struct fileioZachary T Welch2-24/+23
2009-11-13log_callback_t -> struct log_callbackZachary T Welch2-9/+8
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch2-10/+12
2009-11-13command_handler_t: make args parameter constZachary T Welch2-5/+7