57 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
Carlo Marcelo Arenas Belón 2d84c4ed57 lazyload.h: use an even more generic function pointer than FARPROC 4 years ago
Johannes Sixt d2c470f9bc lazyload.h: fix warnings about mismatching function pointer types 4 years ago
Carlo Marcelo Arenas Belón 27e0c3c6cf win32: allow building with pedantic mode enabled 4 years ago
Andras Kucsma 05ac8582bc run-command: trigger PATH lookup properly on Cygwin 5 years ago
Denton Liu 9cad1c4488 pthread.h: manually align parameter lists 6 years ago
Johannes Schindelin 5b8f9e2417 compat/win32/path-utils.h: add #include guards 6 years ago
Denton Liu 7027f508c7 compat/*.[ch]: remove extern from function declarations using spatch 6 years ago
Cesar Eduardo Barros fe90397604 mingw: embed a manifest to trick UAC into Doing The Right Thing 6 years ago
Jeff Hostetler 26c6f251d7 trace2: report peak memory usage of the process 6 years ago
Jeff Hostetler 353d3d77f4 trace2: collect Windows-specific process information 6 years ago
Torsten Bögershausen 1cadad6f65 git clone <url> C:\cygwin\home\USER\repo' is working (again) 6 years ago
Loo Rong Jie c73b7ad548 win32: replace pthread_cond_*() with much simpler code 6 years ago
Johannes Schindelin db2f7c48cb Win32: simplify loading of DLL functions 8 years ago
René Scharfe 149d8cbb2e win32: plug memory leak on realloc() failure in syslog() 8 years ago
Johannes Schindelin ed84387a6b Windows: only add a no-op pthread_sigmask() when needed 9 years ago
Nguyễn Thái Ngọc Duy df8e31391d compat/win32/syslog.c: use warning_errno() 9 years ago
Johannes Sixt f924b52a77 Windows: add pthread_sigmask() that does nothing 9 years ago
Johannes Schindelin 296d673733 Mark win32's pthread_exit() as NORETURN 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Johannes Schindelin 2921600afb mingw: uglify (a, 0) definitions to shut up warnings 9 years ago
Johannes Schindelin 83c90da3c1 mingw: squash another warning about a cast 9 years ago
Karsten Blees 0217569bb2 Win32: Unicode file name support (dirent) 11 years ago
Karsten Blees d8890ce726 Win32 dirent: improve dirent implementation 11 years ago
Karsten Blees a8248f4a8d Win32 dirent: clarify #include directives 11 years ago
Karsten Blees fa9abe95be Win32 dirent: change FILENAME_MAX to MAX_PATH 11 years ago
Karsten Blees b0601e6564 Win32 dirent: remove unused dirent.d_reclen member 11 years ago
Karsten Blees 1d94c403fd Win32 dirent: remove unused dirent.d_ino member 11 years ago
Kirill Smelkov 22f4c27e68 mingw: activate alloca 11 years ago
Ramsay Jones 9c3b051f93 compat/win32/pthread.c: Fix a sparse warning 12 years ago
Joachim Schmitz 6d45eb1720 make poll available for other platforms lacking it 13 years ago
Ramsay Jones 9ba604a9e4 compat/win32/pthread.h: Add an pthread_key_delete() implementation 13 years ago
Erik Faye-Lund f0bd664977 compat/win32/poll.c: upgrade from upstream 14 years ago
Erik Faye-Lund 0f77dea9a8 mingw: move poll out of sys-folder 14 years ago
Erik Faye-Lund 2a6b149c64 mingw: avoid using strbuf in syslog 14 years ago
Ramsay Jones 56fb3ddc89 msvc: Fix compilation errors in compat/win32/sys/poll.c 14 years ago
Erik Faye-Lund d1b6e6e015 win32: use our own dirent.h 15 years ago
Erik Faye-Lund fdc1211463 mingw: use poll-emulation from gnulib 15 years ago
Erik Faye-Lund 49521af8a8 mingw: import poll-emulation from gnulib 15 years ago
Mike Pape 088d880247 mingw: implement syslog 15 years ago
Johannes Sixt 9374919442 Thread-safe xmalloc and xrealloc needs a recursive mutex 15 years ago
Johannes Sixt 912b26324d Windows: more pthreads functions 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Johannes Sixt 947c3464e4 Implement pthread_cond_broadcast on Windows 15 years ago
Andrzej K. Haczewski 44626dc7d5 MSVC: Windows-native implementation for subset of Pthreads API 15 years ago