index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
configure.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
- fix build when using a cross compiler - do not try and run any host tools
ntfreak
2009-07-06
1
-1
/
+6
*
Remove --enable-release option; if guess-rev.sh is missing, it is a release.
zwelch
2009-07-02
1
-8
/
+11
*
Extend 'make dist' to produce both .tar.bz2 and .zip archives, to
zwelch
2009-06-30
1
-1
/
+1
*
- correct configure ftd2xx highspeed test
ntfreak
2009-06-24
1
-1
/
+1
*
Set default for want_ftd2xx_highspeed to "no" instead of "maybe"
mifi
2009-06-20
1
-1
/
+1
*
dummy driver now works under eCos
oharboe
2009-06-17
1
-3
/
+14
*
Improve use of automake conditionals for FTDI-based JTAG drivers:
zwelch
2009-06-09
1
-2
/
+2
*
Add a rule to rebuild libtool if ltmain.sh changes (from libtool docs).
zwelch
2009-06-09
1
-0
/
+1
*
dos2unix
oharboe
2009-06-09
1
-1028
/
+1028
*
remove native line style
oharboe
2009-06-09
1
-1028
/
+1028
*
update zy1000 to latest minidriver work
oharboe
2009-06-08
1
-6
/
+5
*
Zach Welch wrote a fix for configure problems under Cygwin.
oharboe
2009-06-08
1
-13
/
+13
*
Adjust whitespace in configure script: use two spaces for indent.
zwelch
2009-06-08
1
-257
/
+258
*
Reorder configure script macros:
zwelch
2009-06-08
1
-22
/
+27
*
Rework parallel port configure script option handling:
zwelch
2009-06-08
1
-22
/
+39
*
Finish off the dummy minidriver integration:
zwelch
2009-06-08
1
-12
/
+43
*
minidriver build test driver "minidriver"
oharboe
2009-06-07
1
-0
/
+11
*
catchup with jtag refactoring.
oharboe
2009-06-03
1
-1
/
+0
*
Only include jtag_driver.c in the build when minidriver is not in use.
zwelch
2009-06-02
1
-1
/
+2
*
Add high-speed device support in FT2232 driver:
zwelch
2009-06-02
1
-0
/
+30
*
Move TCL script files -- Step 1 of 2:
zwelch
2009-05-27
1
-0
/
+1
*
Update configure script test for net/if.h to work on MacOS.
zwelch
2009-05-13
1
-1
/
+15
*
Make replacements.h private by including it from config.h autoheader.
zwelch
2009-05-12
1
-0
/
+1
*
Make system.h private by including it from config.h autoheader.
zwelch
2009-05-12
1
-0
/
+4
*
Define _GNU_SOURCE in config.h, remove definitions from source files.
zwelch
2009-05-12
1
-0
/
+1
*
Update jim helper files to use proper configure script support:
zwelch
2009-05-11
1
-0
/
+4
*
Add remaining header checks to be used in subsequent patches.
zwelch
2009-05-11
1
-0
/
+7
*
Add --enable-malloc-logging configure option and update log.c to match.
zwelch
2009-05-11
1
-0
/
+13
*
Factor system #includes out of replacements.h into new system.h.
zwelch
2009-05-11
1
-1
/
+6
*
Add configure check for sys/types.h; include in our types.h.
zwelch
2009-05-11
1
-0
/
+1
*
Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option.
zwelch
2009-05-11
1
-0
/
+1
*
Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).
zwelch
2009-05-11
1
-1
/
+1
*
OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro.
zwelch
2009-05-11
1
-1
/
+1
*
Extend autotools build to create shared library libopenocd with libtool:
zwelch
2009-05-10
1
-0
/
+1
*
Extend configure script to check for environ declaration in stdlib.h.
zwelch
2009-05-10
1
-2
/
+3
*
Re-order and extend header file tests in configure script.
zwelch
2009-05-08
1
-3
/
+6
*
Add configure script check to enable C99 build option.
zwelch
2009-05-06
1
-0
/
+1
*
Fix enviorn configure test failure message (thanks to Anders Montonen).
zwelch
2009-05-06
1
-1
/
+1
*
Add autoconf check to determine where environ should be declared.
zwelch
2009-05-06
1
-0
/
+31
*
Fix build when enabling presto+ftd2xx driver only.
zwelch
2009-05-03
1
-4
/
+4
*
Add configure check for usb.h; required by a USB drivers.
zwelch
2009-05-02
1
-0
/
+8
*
Update autotools scripts to require automake 1.6. The configure.in script
zwelch
2009-05-02
1
-2
/
+5
*
Add -Wredundant-decls to prevent unwanted duplicate declarations.
zwelch
2009-04-29
1
-0
/
+1
*
Add missing header files to fix C99 compatibility.
zwelch
2009-04-29
1
-0
/
+1
*
Zach Welch <zw@superlucidity.net> add -Wcast-align and -Wbad-function-cast
oharboe
2009-04-27
1
-0
/
+2
*
Michael Bruck spotted a typo in help messages
oharboe
2009-04-22
1
-1
/
+1
*
Add D2XX support for OS X courtesy of Piotr Esden-Tempski <piotr@esden.net>
kc8apf
2009-04-22
1
-4
/
+42
*
Zach Welch <zw@superlucidity.net> add --enable-verbose* options
oharboe
2009-04-21
1
-0
/
+45
*
Zach Welch <zw@superlucidity.net> improve Linux ftd2xx configure-time support
oharboe
2009-04-21
1
-26
/
+24
*
Zach Welch <zw@superlucidity.net> add -Wformat-security (4 of 4)
oharboe
2009-04-21
1
-1
/
+1
[next]