add help regardless of callback
[openocd.git] / configure.in
2009-11-05 David BrownellVersion 0.4.0-dev
2009-11-05 David BrownellVersion 0.3.0 v0.3.0
2009-11-04 Øyvind Harboeconfigure: fix build problems with eCos
2009-10-29 Zachary T WelchBump rc version and add -dev tag.
2009-10-29 Zachary T WelchThe openocd 0.3.0-rc0 release. v0.3.0-rc0
2009-10-22 David BrownellETM: rename registers, doc tweaks
2009-10-20 Redirect 'Slash... MinGW: always use "-D__USE_MINGW_ANSI_STDIO"
2009-10-16 David Brownellxscale: better fix for debug_handler.bin
2009-10-12 David Brownellsimplify XScale debug handler installation
2009-10-07 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-07 dbrownellChange version labels to work better with GIT
2009-08-20 ntfreak- remove enable-ft2232-highspeed configure option,...
2009-08-18 ntfreakJonas Horberg [jhorberg@sauer-danfoss.com]
2009-07-31 ntfreak- add configure error if building parport interface...
2009-07-16 ntfreak- disable using parport ppdev under win32 hosts
2009-07-14 zwelchBump minor version and add tag:
2009-07-14 zwelchRemove '-in-development' version tag: 0.2.0-in-developm... v0.2.0
2009-07-14 zwelchMake the parport-ppdev option enabled by default. ...
2009-07-06 ntfreak- fix build when using a cross compiler - do not try...
2009-07-02 zwelchRemove --enable-release option; if guess-rev.sh is...
2009-06-30 zwelchExtend 'make dist' to produce both .tar.bz2 and .zip...
2009-06-24 ntfreak- correct configure ftd2xx highspeed test
2009-06-20 mifiSet default for want_ftd2xx_highspeed to "no" instead...
2009-06-17 oharboedummy driver now works under eCos
2009-06-09 zwelchImprove use of automake conditionals for FTDI-based...
2009-06-09 zwelchAdd a rule to rebuild libtool if ltmain.sh changes...
2009-06-09 oharboedos2unix
2009-06-09 oharboeremove native line style
2009-06-08 oharboeupdate zy1000 to latest minidriver work
2009-06-08 oharboeZach Welch wrote a fix for configure problems under...
2009-06-08 zwelchAdjust whitespace in configure script: use two spaces...
2009-06-08 zwelchReorder configure script macros:
2009-06-08 zwelchRework parallel port configure script option handling:
2009-06-08 zwelchFinish off the dummy minidriver integration:
2009-06-07 oharboeminidriver build test driver "minidriver"
2009-06-03 oharboecatchup with jtag refactoring.
2009-06-02 zwelchOnly include jtag_driver.c in the build when minidriver...
2009-06-02 zwelchAdd high-speed device support in FT2232 driver:
2009-05-27 zwelchMove TCL script files -- Step 1 of 2:
2009-05-13 zwelchUpdate configure script test for net/if.h to work on...
2009-05-12 zwelchMake replacements.h private by including it from config...
2009-05-12 zwelchMake system.h private by including it from config.h...
2009-05-12 zwelchDefine _GNU_SOURCE in config.h, remove definitions...
2009-05-11 zwelchUpdate jim helper files to use proper configure script...
2009-05-11 zwelchAdd remaining header checks to be used in subsequent...
2009-05-11 zwelchAdd --enable-malloc-logging configure option and update...
2009-05-11 zwelchFactor system #includes out of replacements.h into...
2009-05-11 zwelchAdd configure check for sys/types.h; include in our...
2009-05-11 zwelchAdd AC_HEADER_ASSERT macro to configure; provides ...
2009-05-11 zwelchUse AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADER...
2009-05-11 zwelchOpenOCD now requires autoconf 2.60 to process AC_PROG_C...
2009-05-10 zwelchExtend autotools build to create shared library libopen...
2009-05-10 zwelchExtend configure script to check for environ declaratio...
2009-05-08 zwelchRe-order and extend header file tests in configure...
2009-05-06 zwelchAdd configure script check to enable C99 build option.
2009-05-06 zwelchFix enviorn configure test failure message (thanks...
2009-05-06 zwelchAdd autoconf check to determine where environ should...
2009-05-03 zwelchFix build when enabling presto+ftd2xx driver only.
2009-05-02 zwelchAdd configure check for usb.h; required by a USB drivers.
2009-05-02 zwelchUpdate autotools scripts to require automake 1.6. ...
2009-04-29 zwelchAdd -Wredundant-decls to prevent unwanted duplicate...
2009-04-29 zwelchAdd missing header files to fix C99 compatibility.
2009-04-27 oharboeZach Welch <zw@superlucidity.net> add -Wcast-align...
2009-04-22 oharboeMichael Bruck spotted a typo in help messages
2009-04-22 kc8apfAdd D2XX support for OS X courtesy of Piotr Esden-Temps...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add --enable-verbose...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> improve Linux ftd2xx...
2009-04-21 oharboeZach Welch <zw@superlucidity.net> add -Wformat-security...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> treat warnings as...
2009-04-19 oharboeZach Welch <zw@superlucidity.net> automake maintainer...
2009-03-20 ntfreak- docs patch from Thomas Kindler
2009-03-08 duanePatch from Dimitar Dimitrov adding support for Olimex...
2009-02-10 kc8apfUse C89/C99/C++ compliant boolean types
2009-01-23 ntfreak- AC_CHECK_FILE not supported when cross-compiling
2009-01-20 ntfreak- fix issue with configure when building srcdir !=...
2009-01-20 kc8apfFixes for handling release versions
2009-01-19 kc8apfSVF player courtesy of Simon Qian <simonqian@SimonQian...
2009-01-13 ntfreak- fix LDFLAGS typo in configure.in
2008-12-27 duaneFrom Dirk Behme - another set of typos
2008-12-27 duaneSome systems report linux as host, others linux-gnu...
2008-12-27 duaneMissed support for without --exec-prefix and ftd2xx...
2008-12-27 duaneAdded dongle VSLLINK - from Simon Qian
2008-12-27 duaneBuild Permutations with ftd2xx and libftdi addressed...
2008-12-19 kc8apf- rlink interface support from Lou Deluxe <lou.openocd0...
2008-12-16 oharboework in progress to hook up libmicrohttpd + tcl integration
2008-12-15 oharboesync up to tap_xxx rename + add with-ioutil for standal...
2008-11-13 oharboenios wip
2008-08-22 ntfreak- fix win32 build issues from previous jim patch
2008-08-06 ntfreak- fix target_examine declaration
2008-08-05 oharboeDuane Ellis: fix warnings
2008-07-22 ntfreak- add missing quotes from CFLAGS_FOR_BUILD
2008-07-22 oharboeSpen: startup.tcl cross compile support
2008-07-13 ntfreak- remove unused objcopy from configure.in
2008-07-12 ntfreak- remove requirement for file2c.tcl
2008-07-11 ntfreak- configure check added for tclsh
2008-07-05 ntfreak- added search for libdl
2008-05-14 ntfreak- added jlink support, based on Jürgen Stuber patch
2008-04-13 oharboeA dummy driver to test codepath w/no contact w/target.
2008-04-10 mifi- remove AC_C_VARARRAYS and set check of autoconf back...
2008-04-10 ntfreak- due to previous patch adding AC_C_VARARRAYS, autoconf...
next

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)