| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: rework pthread handling to allow for user defined flags | Ben Walton | 2009-03-12 | 1 | -15/+74 |
* | configure: make iconv tests aware of user arguments | Ben Walton | 2009-03-12 | 1 | -14/+34 |
* | configure: asciidoc version test cleanup | Ben Walton | 2009-03-12 | 1 | -1/+1 |
* | configure: wrap some library tests with GIT_STASH_FLAGS | Ben Walton | 2009-03-12 | 1 | -1/+35 |
* | configure: add macros to stash FLAG variables | Ben Walton | 2009-03-12 | 1 | -0/+26 |
* | configure: reorganize flow of argument checks | Ben Walton | 2009-03-12 | 1 | -87/+87 |
* | configure: ensure settings from user are also usable in the script | Ben Walton | 2009-03-12 | 1 | -0/+11 |
* | Fix naming scheme for configure cache variables. | Ralf Wildenhues | 2009-01-21 | 1 | -9/+9 |
* | Merge branch 'ds/uintmax-config' | Junio C Hamano | 2009-01-17 | 1 | -1/+5 |
|\ |
|
| * | autoconf: Enable threaded delta search when pthreads are supported | David M. Syzdek | 2008-12-02 | 1 | -1/+5 |
* | | configure clobbers LDFLAGS | Paul Jarc | 2009-01-05 | 1 | -2/+2 |
|/ |
|
* | Makefile: introduce NO_PTHREADS | Junio C Hamano | 2008-12-02 | 1 | -0/+5 |
* | Merge branch 'ds/uintmax-config' (early part) | Junio C Hamano | 2008-11-12 | 1 | -0/+24 |
|\ |
|
| * | Add autoconf tests for pthreads | David M. Syzdek | 2008-11-09 | 1 | -0/+16 |
| * | Build: add NO_UINTMAX_T to support ancient systems | David M. Syzdek | 2008-11-02 | 1 | -0/+8 |
* | | autoconf: Add link tests to each AC_CHECK_FUNC() test | David M. Syzdek | 2008-11-02 | 1 | -9/+19 |
|/ |
|
* | configure: auto detect dynamic library path switches | Giovanni Funchal | 2008-08-17 | 1 | -0/+32 |
* | Consistency: Use "libcurl" instead of "cURL library" and "curl" | Johan Herland | 2008-06-15 | 1 | -1/+1 |
* | autoconf: Test FREAD_READS_DIRECTORIES | Michal Rokos | 2008-03-11 | 1 | -0/+20 |
* | Add compat/snprintf.c for systems that return bogus | Michal Rokos | 2008-03-05 | 1 | -0/+34 |
* | autoconf: define NO_SYS_SELECT_H on systems without <sys/select.h>. | Jakub Narebski | 2008-01-25 | 1 | -0/+6 |
* | autoconf: Add checking for unsetenv function | Jakub Narebski | 2008-01-17 | 1 | -0/+6 |
* | autoconf: Check asciidoc version to automatically set ASCIIDOC8 | Jakub Narebski | 2007-12-11 | 1 | -0/+21 |
* | autoconf: Add test for OLD_ICONV (squelching compiler warning) | Jakub Narebski | 2007-12-06 | 1 | -0/+22 |
* | Merge branch 'maint' | Junio C Hamano | 2007-11-30 | 1 | -1/+1 |
|\ |
|
| * | Replace the word 'update-cache' by 'update-index' everywhere | Johannes Schindelin | 2007-11-30 | 1 | -1/+1 |
* | | autoconf: Add tests for memmem, strtoumax and mkdtemp functions | Jakub Narebski | 2007-11-20 | 1 | -0/+18 |
* | | Merge branch 'ds/maint-deflatebound' | Junio C Hamano | 2007-11-07 | 1 | -0/+20 |
|\ \
| |/ |
|
| * | Improve accuracy of check for presence of deflateBound. | David Symonds | 2007-11-07 | 1 | -0/+20 |
* | | Fix minor nits in configure.ac | Ralf Wildenhues | 2007-11-07 | 1 | -3/+3 |
|/ |
|
* | the ar tool is called gar on some systems | Robert Schiele | 2007-10-02 | 1 | -1/+1 |
* | make the name of the library directory a config option | Robert Schiele | 2007-07-31 | 1 | -0/+11 |
* | add option to find zlib in custom path | Robert Schiele | 2007-07-31 | 1 | -0/+3 |
* | Eliminate checks of user-specified Tcl/Tk interpreter. | Eygene Ryabinkin | 2007-03-31 | 1 | -3/+1 |
* | Add --with-tcltk and --without-tcltk to configure. | Eygene Ryabinkin | 2007-03-31 | 1 | -0/+26 |
* | New autoconf test for iconv | Fredrik Kuivinen | 2007-02-18 | 1 | -6/+25 |
* | Remove NO_ACCURATE_DIFF options from build systems | Eric Wong | 2006-12-22 | 1 | -3/+0 |
* | Remove COLLISION_CHECK from Makefile since it's not used. | Brian Gernhardt | 2006-12-19 | 1 | -4/+0 |
* | remove merge-recursive-old | Junio C Hamano | 2006-11-21 | 1 | -39/+0 |
* | Merge branch 'jc/gitpm' | Junio C Hamano | 2006-09-30 | 1 | -1/+1 |
|\ |
|
| * | Remove -fPIC which was only needed for Git.xs | Junio C Hamano | 2006-09-29 | 1 | -7/+0 |
| * | Fix compilation with Sun CC | Dennis Stosberg | 2006-08-15 | 1 | -1/+8 |
* | | Deprecate merge-recursive.py | Junio C Hamano | 2006-09-24 | 1 | -2/+0 |
* | | autoconf: Add support for setting NO_ICONV and ICONVDIR | Jakub Narebski | 2006-09-07 | 1 | -1/+12 |
* | | autoconf: Set NO_ICONV if iconv is found neither in libc, nor in libiconv | Jakub Narebski | 2006-09-07 | 1 | -2/+5 |
* | | autoconf: Fix copy'n'paste error | Jakub Narebski | 2006-09-05 | 1 | -1/+1 |
* | | autoconf: Quote AC_CACHE_CHECK arguments | Jakub Narebski | 2006-09-04 | 1 | -4/+4 |
* | | autoconf: Check for subprocess.py | Jakub Narebski | 2006-09-04 | 1 | -0/+10 |
* | | autoconf: Add -liconv to LIBS when NEEDS_LIBICONV | Jakub Narebski | 2006-09-04 | 1 | -0/+1 |
|/ |
|
* | Fix detection of ipv6 on Solaris | Dennis Stosberg | 2006-08-15 | 1 | -0/+1 |