summaryrefslogtreecommitdiff
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dl/compat-cleanup'Junio C Hamano2019-10-181-1/+1
|\
| * pthread.h: manually align parameter listsDenton Liu2019-10-111-1/+1
* | Merge branch 'js/azure-pipelines-msvc'Junio C Hamano2019-10-154-2/+55
|\ \
| * | msvc: work around a bug in GetEnvironmentVariable()Johannes Schindelin2019-10-061-0/+2
| * | msvc: handle DEVELOPER=1Johannes Schindelin2019-10-061-0/+46
| * | msvc: ignore some libraries when linkingJohannes Schindelin2019-10-061-1/+1
| * | compat/win32/path-utils.h: add #include guardsJohannes Schindelin2019-10-061-0/+5
| * | winansi: use FLEX_ARRAY to avoid compiler warningJohannes Schindelin2019-10-061-1/+1
* | | Merge branch 'js/diff-rename-force-stable-sort'Junio C Hamano2019-10-092-70/+3
|\ \ \
| * | | Move git_sort(), a stable sort, into into libgit.aJohannes Schindelin2019-10-022-70/+3
* | | | Merge branch 'ar/mingw-run-external-with-non-ascii-path'Junio C Hamano2019-09-301-4/+11
|\ \ \ \
| * | | | mingw: fix launching of externals from Unicode pathsAdam Roben2019-08-261-4/+11
* | | | | Merge branch 'dl/compat-cleanup'Junio C Hamano2019-09-303-8/+8
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | compat/*.[ch]: remove extern from function declarations using spatchDenton Liu2019-09-052-6/+6
| * | | mingw: apply array.cocci ruleDenton Liu2019-09-051-2/+2
| |/ /
* | | 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
| | |/ | |/|