]> git.sur5r.net Git - openocd/history - configure.in
add timeouts and fix syntax error handling of mrc/mcr commands.
[openocd] / configure.in
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...
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...
next