summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)AuthorFilesLines
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano1-0/+23
2019-07-29msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin1-0/+23
2019-07-25Merge branch 'js/mingw-spawn-with-spaces-in-path'Junio C Hamano1-3/+5
2019-07-19Merge branch 'kb/mingw-set-home'Junio C Hamano1-0/+24
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin1-3/+5
2019-07-11Merge branch 'js/mingw-use-utf8'Junio C Hamano3-8/+16
2019-07-11Merge branch 'cb/windows-manifest'Junio C Hamano1-0/+25
2019-07-09Merge branch 'jh/msvc'Junio C Hamano11-37/+481
2019-07-08mingw: initialize HOME on startupKarsten Blees1-0/+24
2019-07-08mingw: fix possible buffer overrun when calling `GetUserNameW()`Johannes Schindelin1-1/+1
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin3-6/+8
2019-06-27mingw: get pw_name in UTF-8 formatJohannes Schindelin1-2/+8
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros1-0/+25
2019-06-25msvc: avoid debug assertion windows in Debug ModeJohannes Schindelin1-0/+4
2019-06-25msvc: do not pretend to support all signalsJeff Hostetler1-0/+25
2019-06-25msvc: add pragmas for common warningsPhilip Oakley1-0/+4
2019-06-25msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler1-0/+6
2019-06-25msvc: support building Git using MS Visual C++Jeff Hostetler7-5/+371
2019-06-20msvc: fix detect_msys_tty()Jeff Hostetler1-0/+13
2019-06-20msvc: define ftello()Jeff Hostetler1-0/+2
2019-06-20msvc: do not re-declare the timespec structJeff Hostetler1-0/+2
2019-06-20msvc: mark a variable as non-constJeff Hostetler1-1/+4
2019-06-20msvc: define O_ACCMODEPhilip Oakley1-0/+2
2019-06-20msvc: include sigset_t definitionPhilip Oakley1-0/+2
2019-06-20mingw: replace mingw_startup() hackJohannes Schindelin2-30/+45
2019-06-20obstack: fix compiler warningJohannes Schindelin1-1/+1
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin1-9/+5
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin1-1/+1
2019-05-19Merge branch 'tt/no-ipv6-fallback-for-winxp'Junio C Hamano2-183/+3
2019-05-13Merge branch 'cc/access-on-aix-workaround'Junio C Hamano2-1/+32
2019-05-07mingw: remove obsolete IPv6-related codeTanushree Tumane2-183/+3
2019-04-25git-compat-util: work around for access(X_OK) under rootClément Chigot2-1/+32
2019-04-16trace2: report peak memory usage of the processJeff Hostetler1-3/+47
2019-04-16trace2: refactor setting process starting timeJeff Hostetler1-0/+2
2019-03-11Merge branch 'jk/guard-bswap-header'Junio C Hamano1-0/+5
2019-03-07compat/bswap: add include header guardsJeff King1-0/+5
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler1-0/+147
2019-02-22trace2: create new combined trace facilityJeff Hostetler2-3/+11
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin1-1/+1
2019-02-13Merge branch 'js/mingw-host-cpu'Junio C Hamano1-19/+0
2019-02-13Merge branch 'nd/fileno-may-be-macro'Junio C Hamano1-0/+7
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin1-19/+0
2019-02-12git-compat-util: work around fileno(fp) that is a macroDuy Nguyen1-0/+7
2019-02-08Merge branch 'js/mingw-host-cpu'Junio C Hamano1-0/+19
2019-02-07mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin1-0/+19
2019-02-06Merge branch 'js/vsts-ci'Junio C Hamano1-1/+1
2019-02-06Merge branch 'tb/utf-16-le-with-explicit-bom'Junio C Hamano1-1/+1
2019-02-05Merge branch 'js/mingw-unc-path-w-backslashes'Junio C Hamano1-1/+76
2019-02-05Merge branch 'sg/obstack-cast-function-type-fix'Junio C Hamano2-15/+20
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen1-1/+1