]> git.sur5r.net Git - openocd/history - src/helper/options.c
tcl/target: ti_tms570.cfg restructure dap support
[openocd] / src / helper / options.c
2017-10-03 Marc Schinkhelper/options: Add missing #include for MinGW and...
2017-04-23 Girtshelper/options.c: fail if unexpected cmdline arguments...
2017-04-23 Girtshelp/options.c: add error handling for -d arg
2016-12-25 Andreas FritiofsonSearch for scripts relative to the executable on all...
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-11-03 Jonathan Larmourhelper/options: Use OPENOCD_SCRIPTS dir if set.
2015-11-03 Marc Schinkhelper/options: Cleanup #includes.
2014-08-12 Cristian MaglieRemoved limit on lenght of command line options.
2013-12-22 Andreas FritiofsonAdd %APPDATA%\OpenOCD to script search path on win
2013-12-22 Andreas FritiofsonRemove special handling of script search path on Windows
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-08-29 Freddie ChopinAdd another scripts search path for Windows builds
2012-03-11 Øyvind Harboeflash: retire unused eCos flash driver
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2010-10-05 Spencer Olivergdbderver: fix gdb pipe startup overflow
2010-10-01 Øyvind Harboeserver: add support for pipes
2010-02-15 Øyvind Harboegpl: fix GPL startup message
2010-01-19 Andreas Fritiofsonupdate win32 script search path
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-11-24 Andreas Fritiofsonsupport for scripts in $HOME/.openocd
2009-11-16 Zachary T Welchmake command line options const
2009-11-16 David Brownelltarget: less implicit inclusion of "command.h"
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Be sure the built...
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-05-27 zwelchUpdate build system to find moved scripts -- Step 3...
2009-05-11 zwelchMark API layering violations in the helper module with...
2009-05-11 zwelchAudit and eliminate redundant helper #include directives.
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix -Wformat-security...
2009-01-23 kc8apfSearch path fixes for MinGW builds. Courtesy of Dimita...
2009-01-01 ntfreak- add gdb pipe support to native win32 (--pipe option)
2008-12-27 duaneBuild Permutations with ftd2xx and libftdi addressed...
2008-12-15 ntfreak- add ability for openocd to communicate to gdb using...
2008-12-13 ntfreak- remove target specific variant and use target->varian...
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-07-25 oharboeadded yours sincerely for files where I feel that I...
2008-07-22 oharboeOnly print out gobs of information to log when -d3...
2008-07-16 oharboeFixes to \ and / handling for OpenOCD
2008-07-11 oharboe.cfg files are now executed as Jim Tcl. Commands that...
2008-07-10 oharboe- added search paths before running tcl/commands.tcl.
2008-07-06 oharboesrc/helper/configuration.h
2008-07-04 oharboeadded support for Tcl config scripts on the command...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2008-03-01 mifi- removed warnings "xxxxx" might be used uninitialized...
2008-02-29 oharboeUwe Hermann: Add a --version switch for openocd.
2008-02-29 oharboeSummary: passing of variable argument list reduced...
2008-02-28 oharboePavel Chromy spotted duplicated newlines gaffe from...
2008-02-25 ntfreak- remove build warnings
2008-02-25 drath- convert all files to unix line-ending
2008-02-25 oharboePavel Chromy
2008-02-25 oharboe- Fix target library path problem w/Windows
2008-02-25 oharboe- using ERROR_COMMAND_SYNTAX_ERROR to print syntax...
2008-02-24 oharboemove options handling to separate file to better suppor...