delete unused code
[openocd.git] / configure.in
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...
2008-04-09 oharboeDon Porges fixed c99 issues.
2008-03-17 drath- fix warnings during configure cause by ecosboard...
2008-03-11 oharboereduce compare noise. If someone should be crazy enough...
2008-03-03 oharboeadded at91sam9260.cfg, nslu2.cfg, pxa255.cfg, pxa255_ss...
2008-02-11 mifi- removed "starting point" for ngw100, will add it...
2008-02-10 mifi- added starting point for development on a ngw100...
2007-12-29 ntfreak- minimum autoconf 2.59 is now required and verified...
2007-12-10 bodyloveChanged openocd version info creation to be more useful.
2007-11-21 ntfreak- reset_run now works as expected on cortex-m3
2007-08-14 drath- reworked presto.c to allow use of either FTD2XX or...
2007-08-10 drath- changed mingw host detection to *-mingw instead of...
2007-08-10 drath- renamed M5960 USB JTAG to "flyswatter"
2007-07-31 drath- add missing configure.in change from last checkin
2007-07-26 drath- restrict direct parallel port access to x86 platforms...
2007-07-15 drath- added support for Asix Presto JTAG interface (thanks...
2007-06-16 ntfreak- added mingw elf patches from Vincent Palatin
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2006-11-22 drath- checked in missing configure.in changes for GW16012...
2006-08-31 drath- endianess fixes everywhere but in the flash code...
2006-08-11 drath- added support for FreeBSD ppi (parallel port access...
2006-08-01 drath- allow building for MinGW using either -mno-cygwin...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-23 drath- added support for AT91SAM7A3 flash (patch from andre...
2006-06-02 drath- prepare OpenOCD for branching, created ./trunk/

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)