mips: fix swapping if openocd is running on big endian host
[openocd.git] / configure.in
2011-04-15 Broadcom Corporati... RTOS Thread awareness support wip
2011-04-06 Spencer Oliverbuild: correctly use AC_LANG_PROGRAM
2010-11-26 Spencer Oliverbuild: correct configure help message
2010-11-19 Spencer Oliverbuild: remove AC_CONFIG_AUX_DIR macro
2010-11-19 Spencer Oliverbuild: disable jimtcl lineedit
2010-11-19 Spencer Oliverbuild: prepend --with-jim-ext=nvp to jimtcl configure
2010-11-18 Spencer Oliverbuild: add autobuild jimtcl to configure scripts
2010-11-15 Øyvind Harboehttpd: retire this server
2010-09-20 Øyvind Harboezy1000: split out configure option for eCos and JTAG...
2010-06-16 Øyvind Harboebuild: enable -Wshadow by default
2010-03-11 Michal DeminAdd support for Bus Pirate as a JTAG adapter.
2010-02-21 David BrownellOpen the merge window for the 0.5.0 release cycle.
2010-02-21 David BrownellLabel builds as OpenOCD v0.4.0 v0.4.0
2010-02-13 David BrownellRestore "-dev" version suffix (0.4.0-rc2-dev)
2010-02-13 David Brownellv4.0-rc2 milestone v0.4.0-rc2
2009-12-30 Antonio Borneowhitespace cleanup, mostly for docs
2009-12-26 Catalin PatuleaDriver for USB-JTAG, Altera USB-Blaster and compatibles
2009-12-21 David BrownellRestore "-dev" version suffix
2009-12-21 David Brownellv0.4.0-rc1 milestone v0.4.0-rc1
2009-12-03 Zachary T Welchchange autoconf #include in configure.in
2009-12-03 Zachary T Welchmove jtag drivers to src/jtag/drivers
2009-12-03 Zachary T Welchmove nor drivers to src/flash/nor
2009-12-03 Zachary T Welchmove nand drivers to src/flash/nand/
2009-12-03 Zachary T Welchfix configure problem when building w/o USB
2009-12-02 Zachary T Welchremove #if BUILD_HTTPD
2009-12-02 Zachary T Welchremove BUILD_IOUTIL symbol
2009-11-24 Zachary T Welchadd jtag/usb_common.[ch] files
2009-11-17 Zachary T Welchallow documentation to be configured
2009-11-12 Liam RedmondWinXP-x64: find right D2XX libraries
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
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)