summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/nedalloc-fixlets'Junio C Hamano2019-08-221-3/+3
|\
| * nedmalloc: avoid compiler warning about unused valueRené Scharfe2019-08-071-2/+2
| * nedmalloc: do assignments only after the declaration sectionRené Scharfe2019-08-071-1/+1
* | Merge branch 'js/visual-studio'Junio C Hamano2019-08-021-0/+23
|\ \
| * | msvc: add a Makefile target to pre-generate the Visual Studio solutionJohannes Schindelin2019-07-291-0/+23
* | | Merge branch 'js/mingw-spawn-with-spaces-in-path'Junio C Hamano2019-07-251-3/+5
|\ \ \
| * | | mingw: support spawning programs containing spaces in their namesJohannes Schindelin2019-07-161-3/+5
* | | | Merge branch 'kb/mingw-set-home'Junio C Hamano2019-07-191-0/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | mingw: initialize HOME on startupKarsten Blees2019-07-081-0/+24
| |/ /
* | | Merge branch 'js/mingw-use-utf8'Junio C Hamano2019-07-113-8/+16
|\ \ \
| * | | mingw: fix possible buffer overrun when calling `GetUserNameW()`Johannes Schindelin2019-07-081-1/+1
| * | | mingw: use Unicode functions explicitlyJohannes Schindelin2019-06-273-6/+8
| * | | mingw: get pw_name in UTF-8 formatJohannes Schindelin2019-06-271-2/+8
| |/ /
* | | Merge branch 'cb/windows-manifest'Junio C Hamano2019-07-111-0/+25
|\ \ \
| * | | mingw: embed a manifest to trick UAC into Doing The Right ThingCesar Eduardo Barros2019-06-271-0/+25
| |/ /
* | | Merge branch 'jh/msvc'Junio C Hamano2019-07-0911-37/+481
|\ \ \
| * | | msvc: avoid debug assertion windows in Debug ModeJohannes Schindelin2019-06-251-0/+4
| * | | msvc: do not pretend to support all signalsJeff Hostetler2019-06-251-0/+25
| * | | msvc: add pragmas for common warningsPhilip Oakley2019-06-251-0/+4
| * | | msvc: add a compile-time flag to allow detailed heap debuggingJeff Hostetler2019-06-251-0/+6
| * | | msvc: support building Git using MS Visual C++Jeff Hostetler2019-06-257-5/+371
| * | | msvc: fix detect_msys_tty()Jeff Hostetler2019-06-201-0/+13
| * | | msvc: define ftello()Jeff Hostetler2019-06-201-0/+2
| * | | msvc: do not re-declare the timespec structJeff Hostetler2019-06-201-0/+2
| * | | msvc: mark a variable as non-constJeff Hostetler2019-06-201-1/+4
| * | | msvc: define O_ACCMODEPhilip Oakley2019-06-201-0/+2
| * | | msvc: include sigset_t definitionPhilip Oakley2019-06-201-0/+2
| * | | mingw: replace mingw_startup() hackJohannes Schindelin2019-06-202-30/+45
| * | | obstack: fix compiler warningJohannes Schindelin2019-06-201-1/+1
| |/ /
* | | winansi: simplify loading the GetCurrentConsoleFontEx() functionJohannes Schindelin2019-06-131-9/+5
* | | poll (mingw): allow compiling with GCC 8 and DEVELOPER=1Johannes Schindelin2019-06-131-1/+1
|/ /
* | Merge branch 'tt/no-ipv6-fallback-for-winxp'Junio C Hamano2019-05-192-183/+3
|\ \
| * | mingw: remove obsolete IPv6-related codeTanushree Tumane2019-05-072-183/+3
* | | Merge branch 'cc/access-on-aix-workaround'Junio C Hamano2019-05-132-1/+32
|\ \ \
| * | | git-compat-util: work around for access(X_OK) under rootClément Chigot2019-04-252-1/+32
| | |/ | |/|
* | | trace2: report peak memory usage of the processJeff Hostetler2019-04-161-3/+47
* | | trace2: refactor setting process starting timeJeff Hostetler2019-04-161-0/+2
| |/ |/|
* | Merge branch 'jk/guard-bswap-header'Junio C Hamano2019-03-111-0/+5
|\ \
| * | compat/bswap: add include header guardsJeff King2019-03-071-0/+5
* | | trace2: collect Windows-specific process informationJeff Hostetler2019-02-221-0/+147
* | | trace2: create new combined trace facilityJeff Hostetler2019-02-222-3/+11
| |/ |/|
* | mingw: safe-guard a bit more against getenv() problemsJohannes Schindelin2019-02-151-1/+1
* | Merge branch 'js/mingw-host-cpu'Junio C Hamano2019-02-131-19/+0
|\ \
| * | mingw: use a more canonical method to fix the CPU reportingJohannes Schindelin2019-02-131-19/+0
* | | Merge branch 'nd/fileno-may-be-macro'Junio C Hamano2019-02-131-0/+7
|\ \ \
| * | | git-compat-util: work around fileno(fp) that is a macroDuy Nguyen2019-02-121-0/+7
| | |/ | |/|
* | | Merge branch 'js/mingw-host-cpu'Junio C Hamano2019-02-081-0/+19
|\ \ \ | | |/ | |/|
| * | mingw: fix CPU reporting in `git version --build-options`Johannes Schindelin2019-02-071-0/+19
| |/
* | Merge branch 'js/vsts-ci'Junio C Hamano2019-02-061-1/+1
|\ \
| * | mingw: be more generous when wrapping up the setitimer() emulationJohannes Schindelin2019-01-291-1/+1