summary refs log tree commit diff
path: root/config.mak.uname
AgeCommit message (Expand)AuthorFilesLines
2019-12-05protect_ntfs: turn on NTFS protection by defaultJohannes Schindelin1-2/+0
2019-10-06vcxproj: include more generated filesJohannes Schindelin1-3/+6
2019-10-06vcxproj: only copy `git-remote-http.exe` once it was builtJohannes Schindelin1-3/+7
2019-07-29vcxproj: also link-or-copy builtinsJohannes Schindelin1-0/+15
2019-07-29msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin1-0/+61
2019-07-11Merge branch 'js/mingw-gcc-stack-protect'Junio C Hamano1-1/+2
2019-06-27mingw: enable stack smashing protectorJohannes Schindelin1-1/+2
2019-06-25msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler1-0/+4
2019-06-25msvc: support building Git using MS Visual C++Jeff Hostetler1-10/+62
2019-06-20msvc: fix dependencies of compat/msvc.cJohannes Schindelin1-0/+2
2019-06-20mingw: replace mingw_startup() hackJohannes Schindelin1-1/+2
2019-06-20mingw: fix a typo in the msysGit-specific sectionJohannes Schindelin1-1/+1
2019-05-19Merge branch 'id/windows-dep-aslr'Junio C Hamano1-0/+8
2019-05-13Merge branch 'cc/access-on-aix-workaround'Junio C Hamano1-0/+1
2019-05-13mingw: enable DEP and ASLRİsmail Dönmez1-0/+6
2019-05-13mingw: do not let ld strip relocationsİsmail Dönmez1-0/+2
2019-05-09Merge branch 'cc/aix-has-fileno-as-a-macro'Junio C Hamano1-0/+1
2019-05-09Merge branch 'ss/msvc-path-utils-fix'Junio C Hamano1-0/+1
2019-04-25git-compat-util: work around for access(X_OK) under rootClément Chigot1-0/+1
2019-04-25Makefile: use fileno macro work around on AIXClément Chigot1-0/+1
2019-04-25Merge branch 'js/macos-gettext-build'Junio C Hamano1-0/+2
2019-04-15macOS: make sure that gettext is foundJohannes Schindelin1-0/+2
2019-04-09MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path()Sven Strickroth1-0/+1
2019-03-11Sync with maintJunio C Hamano1-1/+1
2019-03-11mingw: allow building with an MSYS2 runtime v3.xJohannes Schindelin1-1/+1
2019-03-08mingw: drop MakeMaker referenceJohannes Schindelin1-1/+0
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler1-0/+2
2019-02-13Merge branch 'rs/bash-is-in-coreutils-on-nonstop'Junio C Hamano1-3/+1
2019-02-13Merge branch 'js/mingw-host-cpu'Junio C Hamano1-0/+2
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano1-0/+2
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin1-0/+2
2019-02-13config.mak.uname: move location of bash on NonStop to CoreUtilsRandall S. Becker1-3/+1
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen1-0/+2
2019-02-11config.mak.uname: add FREAD_READS_DIRECTORIES for NonStop platformRandall S. Becker1-0/+1
2019-02-06Merge branch 'rj/sparse-flags'Junio C Hamano1-1/+0
2019-02-05config.mak.uname: remove obsolete SPARSE_FLAGS settingRamsay Jones1-1/+0
2019-01-18Merge branch 'rb/hpe'Junio C Hamano1-6/+23
2019-01-14Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'Junio C Hamano1-1/+2
2019-01-14Merge branch 'cb/openbsd-allows-reading-directory'Junio C Hamano1-0/+1
2019-01-03config.mak.uname: support for modern HPE NonStop config.Randall S. Becker1-6/+23
2018-12-26git clone <url> C:\cygwin\home\USER\repo' is working (again)Torsten Bögershausen1-1/+2
2018-12-03config.mak.uname: OpenBSD uses BSD semantics with fread for directoriesCarlo Marcelo Arenas Belón1-0/+1
2018-11-18Merge branch 'jk/curl-ldflags'Junio C Hamano1-3/+0
2018-11-05build: link with curl-defined linker flagsJames Knight1-3/+0
2018-10-24mingw: implement nanosecond-precision file timesKarsten Blees1-2/+0
2018-10-04mingw: bump the minimum Windows version to VistaJohannes Schindelin1-4/+0
2018-09-04Merge branch 'es/freebsd-iconv-portability'Junio C Hamano1-1/+11
2018-08-31config.mak.uname: resolve FreeBSD iconv-related compilation warningEric Sunshine1-1/+11
2018-07-30mingw: define WIN32 explicitlyJohannes Schindelin1-1/+1
2018-05-23Merge branch 'nd/repack-keep-pack'Junio C Hamano1-0/+1