summaryrefslogtreecommitdiff
path: root/config.mak.uname
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/mingw-gcc-stack-protect'Junio C Hamano2019-07-111-1/+2
|\
| * mingw: enable stack smashing protectorJohannes Schindelin2019-06-271-1/+2
* | msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler2019-06-251-0/+4
* | msvc: support building Git using MS Visual C++Jeff Hostetler2019-06-251-10/+62
* | msvc: fix dependencies of compat/msvc.cJohannes Schindelin2019-06-201-0/+2
* | mingw: replace mingw_startup() hackJohannes Schindelin2019-06-201-1/+2
* | mingw: fix a typo in the msysGit-specific sectionJohannes Schindelin2019-06-201-1/+1
|/
* Merge branch 'id/windows-dep-aslr'Junio C Hamano2019-05-191-0/+8
|\
| * mingw: enable DEP and ASLRİsmail Dönmez2019-05-131-0/+6
| * mingw: do not let ld strip relocationsİsmail Dönmez2019-05-131-0/+2
* | Merge branch 'cc/access-on-aix-workaround'Junio C Hamano2019-05-131-0/+1
|\ \ | |/ |/|
| * git-compat-util: work around for access(X_OK) under rootClément Chigot2019-04-251-0/+1
* | Merge branch 'cc/aix-has-fileno-as-a-macro'Junio C Hamano2019-05-091-0/+1
|\ \ | |/
| * Makefile: use fileno macro work around on AIXClément Chigot2019-04-251-0/+1
* | Merge branch 'ss/msvc-path-utils-fix'Junio C Hamano2019-05-091-0/+1
|\ \
| * | MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()Sven Strickroth2019-04-091-0/+1
* | | Merge branch 'js/macos-gettext-build'Junio C Hamano2019-04-251-0/+2
|\ \ \
| * | | macOS: make sure that gettext is foundJohannes Schindelin2019-04-151-0/+2
| | |/ | |/|
* | | Sync with maintJunio C Hamano2019-03-111-1/+1
|\ \ \ | |/ /
| * | mingw: allow building with an MSYS2 runtime v3.xJohannes Schindelin2019-03-111-1/+1
* | | mingw: drop MakeMaker referenceJohannes Schindelin2019-03-081-1/+0
* | | trace2: collect Windows-specific process informationJeff Hostetler2019-02-221-0/+2
|/ /
* | Merge branch 'rs/bash-is-in-coreutils-on-nonstop'Junio C Hamano2019-02-131-3/+1
|\ \
| * | config.mak.uname: move location of bash on NonStop to CoreUtilsRandall S. Becker2019-02-131-3/+1
* | | Merge branch 'js/mingw-host-cpu'Junio C Hamano2019-02-131-0/+2
|\ \ \
| * | | mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin2019-02-131-0/+2
* | | | Merge branch 'nd/fileno-may-be-macro'Junio C Hamano2019-02-131-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | git-compat-util: work around fileno(fp) that is a macroDuy Nguyen2019-02-121-0/+2
| |/ /
* | | config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platformRandall S. Becker2019-02-111-0/+1
* | | Merge branch 'rj/sparse-flags'Junio C Hamano2019-02-061-1/+0
|\ \ \
| * | | config.mak.uname: remove obsolete SPARSE_FLAGS settingRamsay Jones2019-02-051-1/+0
| |/ /
* | | Merge branch 'rb/hpe'Junio C Hamano2019-01-181-6/+23
|\ \ \
| * | | config.mak.uname: support for modern HPE NonStop config.Randall S. Becker2019-01-031-6/+23
| |/ /
* | | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano2019-01-141-1/+2
|\ \ \ | | |/ | |/|
| * | git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen2018-12-261-1/+2
* | | Merge branch 'cb/openbsd-allows-reading-directory'Junio C Hamano2019-01-141-0/+1
|\ \ \ | |_|/ |/| |
| * | config.mak.uname: OpenBSD uses BSD semantics with fread for directoriesCarlo Marcelo Arenas Belón2018-12-031-0/+1
| |/
* | Merge branch 'jk/curl-ldflags'Junio C Hamano2018-11-181-3/+0
|\ \
| * | build: link with curl-defined linker flagsJames Knight2018-11-051-3/+0
* | | mingw: implement nanosecond-precision file timesKarsten Blees2018-10-241-2/+0
|/ /
* | mingw: bump the minimum Windows version to VistaJohannes Schindelin2018-10-041-4/+0
|/
* Merge branch 'es/freebsd-iconv-portability'Junio C Hamano2018-09-041-1/+11
|\
| * config.mak.uname: resolve FreeBSD iconv-related compilation warningEric Sunshine2018-08-311-1/+11
* | mingw: define WIN32 explicitlyJohannes Schindelin2018-07-301-1/+1
|/
* Merge branch 'nd/repack-keep-pack'Junio C Hamano2018-05-231-0/+1
|\
| * gc --auto: exclude base pack if not enough mem to "repack -ad"Nguyễn Thái Ngọc Duy2018-04-161-0/+1
* | mingw/msvc: use the new-style RUNTIME_PREFIX helperJohannes Schindelin2018-04-111-0/+2
* | exec_cmd: RUNTIME_PREFIX on some POSIX systemsDan Jacques2018-04-111-0/+7
|/
* config.mak.uname: remove SPARSE_FLAGS setting for cygwinRamsay Jones2018-02-121-1/+0
* packed_ref_cache: keep the `packed-refs` file mmapped if possibleMichael Haggerty2017-09-251-0/+3