788 Commits (31e8595a1132187f99792a4b889c2128cd9253ef)

Author SHA1 Message Date
René Scharfe c9b9c09dae nedmalloc: do assignments only after the declaration section 6 years ago
Johannes Schindelin 976aaedca0 msvc: add a Makefile target to pre-generate the Visual Studio solution 6 years ago
Johannes Schindelin eb7c786314 mingw: support spawning programs containing spaces in their names 6 years ago
Karsten Blees e12a955660 mingw: initialize HOME on startup 6 years ago
Johannes Schindelin 697bdd22b8 mingw: fix possible buffer overrun when calling `GetUserNameW()` 6 years ago
Johannes Schindelin 94238859b9 mingw: use Unicode functions explicitly 6 years ago
Johannes Schindelin 39a98e9b68 mingw: get pw_name in UTF-8 format 6 years ago
Cesar Eduardo Barros fe90397604 mingw: embed a manifest to trick UAC into Doing The Right Thing 6 years ago
Johannes Schindelin f6a6393771 msvc: avoid debug assertion windows in Debug Mode 6 years ago
Jeff Hostetler 446df60367 msvc: do not pretend to support all signals 6 years ago
Philip Oakley b7bd9a7338 msvc: add pragmas for common warnings 6 years ago
Jeff Hostetler 556702f86c msvc: add a compile-time flag to allow detailed heap debugging 6 years ago
Jeff Hostetler dce7d29551 msvc: support building Git using MS Visual C++ 6 years ago
Jeff Hostetler 5f3ff78081 msvc: fix detect_msys_tty() 6 years ago
Jeff Hostetler f6f470fed4 msvc: define ftello() 6 years ago
Jeff Hostetler 172e54e2d7 msvc: do not re-declare the timespec struct 6 years ago
Jeff Hostetler 12fb9bd85e msvc: mark a variable as non-const 6 years ago
Philip Oakley a822fb853a msvc: define O_ACCMODE 6 years ago
Philip Oakley 7ca46634bc msvc: include sigset_t definition 6 years ago
Johannes Schindelin 396ff7547d mingw: replace mingw_startup() hack 6 years ago
Johannes Schindelin 96a0679441 obstack: fix compiler warning 6 years ago
Johannes Schindelin 4fa42df972 winansi: simplify loading the GetCurrentConsoleFontEx() function 6 years ago
Johannes Schindelin 8d4679fe09 poll (mingw): allow compiling with GCC 8 and DEVELOPER=1 6 years ago
Tanushree Tumane b9f0193b25 mingw: remove obsolete IPv6-related code 6 years ago
Clément Chigot 400caafb2b git-compat-util: work around for access(X_OK) under root 6 years ago
Jeff Hostetler 26c6f251d7 trace2: report peak memory usage of the process 6 years ago
Jeff Hostetler a089724958 trace2: refactor setting process starting time 6 years ago
Jeff King 33aa579a55 compat/bswap: add include header guards 6 years ago
Jeff Hostetler 353d3d77f4 trace2: collect Windows-specific process information 6 years ago
Jeff Hostetler ee4512ed48 trace2: create new combined trace facility 6 years ago
Johannes Schindelin ca1b411648 mingw: safe-guard a bit more against getenv() problems 6 years ago
Johannes Schindelin bb02e7a560 mingw: use a more canonical method to fix the CPU reporting 6 years ago
Duy Nguyen 18a4f6be6b git-compat-util: work around fileno(fp) that is a macro 6 years ago
Johannes Schindelin 3815f64b0d mingw: fix CPU reporting in `git version --build-options` 6 years ago
Torsten Bögershausen aab2a1ae48 Support working-tree-encoding "UTF-16LE-BOM" 6 years ago
Johannes Schindelin 72d63b2f45 mingw: be more generous when wrapping up the setitimer() emulation 6 years ago
Johannes Schindelin 9e9da23c27 mingw: special-case arguments to `sh` 6 years ago
SZEDER Gábor 764473d257 compat/obstack: fix -Wcast-function-type warnings 6 years ago
Randall S. Becker 0bdaacf66f compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop 6 years ago
Torsten Bögershausen 1cadad6f65 git clone <url> C:\cygwin\home\USER\repo' is working (again) 6 years ago
Sven Strickroth d27525e519 msvc: directly use MS version (_stricmp) of strcasecmp 6 years ago
Johannes Schindelin 2ef2ae2917 mingw: replace an obsolete link with the superseding one 6 years ago
Loo Rong Jie c73b7ad548 win32: replace pthread_cond_*() with much simpler code 6 years ago
Johannes Schindelin 1e1a876bb2 mingw: use `CreateHardLink()` directly 6 years ago
Steve Hoelzer e8dfcace31 poll: use GetTickCount64() to avoid wrap-around issues 6 years ago
Johannes Schindelin ff8978d533 mingw: fix isatty() after dup2() 6 years ago
Johannes Schindelin 0e218f91c2 mingw: unset PERL5LIB by default 6 years ago
Johannes Schindelin bdfbb0ea93 config: move Windows-specific config settings into compat/mingw.c 6 years ago
Johannes Schindelin 70fc5793df config: allow for platform-specific core.* config settings 6 years ago
Johannes Schindelin fe21c6b285 mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8) 6 years ago