aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Expand)Author
2009-06-17dummy driver now works under eCosoharboe
2009-06-09Improve use of automake conditionals for FTDI-based JTAG drivers:zwelch
2009-06-09Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs).zwelch
2009-06-09dos2unixoharboe
2009-06-09remove native line styleoharboe
2009-06-08update zy1000 to latest minidriver workoharboe
2009-06-08Zach Welch wrote a fix for configure problems under Cygwin. oharboe
2009-06-08Adjust whitespace in configure script: use two spaces for indent.zwelch
2009-06-08Reorder configure script macros:zwelch
2009-06-08Rework parallel port configure script option handling:zwelch
2009-06-08Finish off the dummy minidriver integration:zwelch
2009-06-07minidriver build test driver "minidriver"oharboe
2009-06-03catchup with jtag refactoring.oharboe
2009-06-02Only include jtag_driver.c in the build when minidriver is not in use.zwelch
2009-06-02Add high-speed device support in FT2232 driver:zwelch
2009-05-27Move TCL script files -- Step 1 of 2:zwelch
2009-05-13Update configure script test for net/if.h to work on MacOS.zwelch
2009-05-12Make replacements.h private by including it from config.h autoheader.zwelch
2009-05-12Make system.h private by including it from config.h autoheader.zwelch
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch
2009-05-11Update jim helper files to use proper configure script support:zwelch
2009-05-11Add remaining header checks to be used in subsequent patches.zwelch
2009-05-11Add --enable-malloc-logging configure option and update log.c to match.zwelch
2009-05-11Factor system #includes out of replacements.h into new system.h.zwelch
2009-05-11Add configure check for sys/types.h; include in our types.h.zwelch
2009-05-11Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option.zwelch
2009-05-11Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).zwelch
2009-05-11OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro.zwelch
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch
2009-05-10Extend configure script to check for environ declaration in stdlib.h.zwelch
2009-05-08Re-order and extend header file tests in configure script.zwelch
2009-05-06Add configure script check to enable C99 build option.zwelch
2009-05-06Fix enviorn configure test failure message (thanks to Anders Montonen).zwelch
2009-05-06Add autoconf check to determine where environ should be declared.zwelch
2009-05-03Fix build when enabling presto+ftd2xx driver only.zwelch
2009-05-02Add configure check for usb.h; required by a USB drivers.zwelch
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch
2009-04-29Add -Wredundant-decls to prevent unwanted duplicate declarations.zwelch
2009-04-29Add missing header files to fix C99 compatibility.zwelch
2009-04-27Zach Welch <zw@superlucidity.net> add -Wcast-align and -Wbad-function-castoharboe
2009-04-22Michael Bruck spotted a typo in help messagesoharboe
2009-04-22Add D2XX support for OS X courtesy of Piotr Esden-Tempski <piotr@esden.net>kc8apf
2009-04-21Zach Welch <zw@superlucidity.net> add --enable-verbose* optionsoharboe
2009-04-21Zach Welch <zw@superlucidity.net> improve Linux ftd2xx configure-time supportoharboe
2009-04-21Zach Welch <zw@superlucidity.net> add -Wformat-security (4 of 4)oharboe
2009-04-19Zach Welch <zw@superlucidity.net> treat warnings as errorsoharboe
2009-04-19Zach Welch <zw@superlucidity.net> automake maintainer modeoharboe
2009-03-20- docs patch from Thomas Kindlerntfreak
2009-03-08Patch from Dimitar Dimitrov adding support for Olimex ARM-JTAG-EWduane
2009-02-10Use C89/C99/C++ compliant boolean typeskc8apf