summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2019-09-30Merge branch 'ar/mingw-run-external-with-non-ascii-path'Junio C Hamano
2019-09-30Merge branch 'dl/compat-cleanup'Junio C Hamano
2019-09-05compat/*.[ch]: remove extern from function declarations using spatchDenton Liu
2019-09-05mingw: apply array.cocci ruleDenton Liu
2019-08-26mingw: fix launching of externals from Unicode pathsAdam Roben
2019-08-22Merge branch 'rs/nedalloc-fixlets'Junio C Hamano
2019-08-07nedmalloc: avoid compiler warning about unused valueRené Scharfe
2019-08-07nedmalloc: do assignments only after the declaration sectionRené Scharfe
2019-08-02Merge branch 'js/visual-studio'Junio C Hamano
2019-07-29msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin
2019-07-25Merge branch 'js/mingw-spawn-with-spaces-in-path'Junio C Hamano
2019-07-19Merge branch 'kb/mingw-set-home'Junio C Hamano
2019-07-16mingw: support spawning programs containing spaces in their namesJohannes Schindelin
2019-07-11Merge branch 'js/mingw-use-utf8'Junio C Hamano
2019-07-11Merge branch 'cb/windows-manifest'Junio C Hamano
2019-07-09Merge branch 'jh/msvc'Junio C Hamano
2019-07-08mingw: initialize HOME on startupKarsten Blees
2019-07-08mingw: fix possible buffer overrun when calling `GetUserNameW()`Johannes Schindelin
2019-06-27mingw: use Unicode functions explicitlyJohannes Schindelin
2019-06-27mingw: get pw_name in UTF-8 formatJohannes Schindelin
2019-06-27mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros
2019-06-25msvc: avoid debug assertion windows in Debug ModeJohannes Schindelin
2019-06-25msvc: do not pretend to support all signalsJeff Hostetler
2019-06-25msvc: add pragmas for common warningsPhilip Oakley
2019-06-25msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler
2019-06-25msvc: support building Git using MS Visual C++Jeff Hostetler
2019-06-20msvc: fix detect_msys_tty()Jeff Hostetler
2019-06-20msvc: define ftello()Jeff Hostetler
2019-06-20msvc: do not re-declare the timespec structJeff Hostetler
2019-06-20msvc: mark a variable as non-constJeff Hostetler
2019-06-20msvc: define O_ACCMODEPhilip Oakley
2019-06-20msvc: include sigset_t definitionPhilip Oakley
2019-06-20mingw: replace mingw_startup() hackJohannes Schindelin
2019-06-20obstack: fix compiler warningJohannes Schindelin
2019-06-13winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin
2019-06-13poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin
2019-05-19Merge branch 'tt/no-ipv6-fallback-for-winxp'Junio C Hamano
2019-05-13Merge branch 'cc/access-on-aix-workaround'Junio C Hamano
2019-05-07mingw: remove obsolete IPv6-related codeTanushree Tumane
2019-04-25git-compat-util: work around for access(X_OK) under rootClément Chigot
2019-04-16trace2: report peak memory usage of the processJeff Hostetler
2019-04-16trace2: refactor setting process starting timeJeff Hostetler
2019-03-11Merge branch 'jk/guard-bswap-header'Junio C Hamano
2019-03-06compat/bswap: add include header guardsJeff King
2019-02-22trace2: collect Windows-specific process informationJeff Hostetler
2019-02-22trace2: create new combined trace facilityJeff Hostetler
2019-02-15mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin
2019-02-14Merge branch 'js/mingw-host-cpu'Junio C Hamano
2019-02-14Merge branch 'nd/fileno-may-be-macro'Junio C Hamano
2019-02-13mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin