summaryrefslogtreecommitdiff
path: root/config.mak.uname
AgeCommit message (Expand)AuthorFilesLines
2026-08-07compat/posix: introduce writev(3p) wrapperPatrick Steinhardt1-0/+2
2026-06-22Merge branch 'hn/macos-linker-warning'Junio C Hamano1-2/+9
2026-06-19config.mak.uname: avoid macOS dup-library warningHarald Nordgren1-2/+9
2026-06-11Merge branch 'hn/macos-linker-warning'Junio C Hamano1-0/+6
2026-06-02config.mak.uname: avoid macOS linker warning on Xcode 16.3+Harald Nordgren1-0/+6
2026-05-31Merge branch 'pt/fsmonitor-linux'Junio C Hamano1-1/+11
2026-05-20Merge branch 'js/mingw-no-nedmalloc'Junio C Hamano1-4/+0
2026-05-11Merge branch 'bc/rust-by-default'Junio C Hamano1-0/+1
2026-05-09mingw: drop the build-system plumbing for nedmallocJohannes Schindelin1-1/+0
2026-05-09mingw: stop using nedmallocJohannes Schindelin1-3/+0
2026-04-15fsmonitor: implement filesystem change listener for LinuxPaul Tarjan1-0/+10
2026-04-15fsmonitor: rename fsm-ipc-darwin.c to fsm-ipc-unix.cPaul Tarjan1-1/+1
2026-04-09Linux: link against libdlbrian m. carlson1-0/+1
2026-04-09Revert "compat/posix: introduce writev(3p) wrapper"Junio C Hamano1-2/+0
2026-03-24Merge branch 'ps/upload-pack-buffer-more-writes'Junio C Hamano1-0/+2
2026-03-13compat/posix: introduce writev(3p) wrapperPatrick Steinhardt1-0/+2
2026-02-25Merge branch 'mc/tr2-process-ancestry-cleanup'Junio C Hamano1-0/+2
2026-02-13build: include procinfo.c impl for macOSMatthew John Cheetham1-0/+2
2026-01-12utf8.c: enable workaround for iconv under macOS 14/15Torsten Bögershausen1-0/+1
2025-12-25macOS: use iconv from Homebrew if needed and presentRené Scharfe1-0/+4
2025-12-25macOS: make Homebrew use configurableRené Scharfe1-22/+4
2025-07-14Merge branch 'bs/config-mak-freebsd'Junio C Hamano1-6/+3
2025-07-02config.mak.uname: set NO_MEMMEM only for functional versionCarlo Marcelo Arenas Belón1-6/+3
2025-06-18Merge branch 'bs/solaris-10-and-11'Junio C Hamano1-3/+25
2025-06-07config.mak.uname: update settings for Solaris 10 and 11Brad Smith1-3/+25
2025-06-04Merge branch 'bs/config-mak-openbsd'Junio C Hamano1-4/+1
2025-06-01config.mak.uname: update settings for OpenBSDBrad Smith1-4/+1
2025-05-13Merge branch 'js/ci-buildsystems-cleanup'Junio C Hamano1-76/+0
2025-05-05Merge branch 'js/windows-arm64'Junio C Hamano1-4/+14
2025-05-05config.mak.uname: drop the `vcxproj` targetJohannes Schindelin1-76/+0
2025-04-23mingw(arm64): do move the `/etc/git*` locationJohannes Schindelin1-2/+2
2025-04-23msvc: do handle builds on Windows/ARM64Johannes Schindelin1-1/+5
2025-04-23mingw: do not use nedmalloc on Windows/ARM64Johannes Schindelin1-1/+3
2025-04-23config.mak.uname: add support for clangarm64Dennis Ameling1-0/+4
2025-04-17config.mak.uname: set CSPRNG_METHOD to getrandom on LinuxRamsay Jones1-0/+1
2025-04-16config.mak.uname: add arc4random to the cygwin buildRamsay Jones1-0/+1
2025-04-16config.mak.uname: add sysinfo() configuration for cygwinRamsay Jones1-1/+2
2025-04-16config.mak.uname: add clock_gettime() to the cygwin buildRamsay Jones1-0/+2
2025-04-16config.mak.uname: add HAVE_GETDELIM to the cygwin sectionRamsay Jones1-0/+1
2025-04-16config.mak.uname: only set NO_REGEX on cygwin for v1.7Ramsay Jones1-1/+3
2025-04-16config.mak.uname: add a note about NO_STRLCPY for LinuxRamsay Jones1-0/+1
2025-04-16Makefile: remove NEEDS_LIBRT build variableRamsay Jones1-2/+0
2024-12-17cmake/vcxproj: stop special-casing `remote-ext`Johannes Schindelin1-4/+0
2024-09-13Merge branch 'rj/cygwin-has-dev-tty'Junio C Hamano1-0/+1
2024-09-08config.mak.uname: add HAVE_DEV_TTY to cygwin config sectionRamsay Jones1-0/+1
2024-08-22exec_cmd: RUNTIME_PREFIX on z/OS systemsD Harithamma1-0/+1
2024-07-18config.mak.uname: remove unused uname_P variableRamsay Jones1-1/+0
2024-04-30Merge branch 'js/build-fuzz-more-often'Junio C Hamano1-0/+1
2024-04-24fuzz: link fuzz programs with `make all` on LinuxJosh Steadmon1-0/+1
2024-04-16Merge branch 'tb/make-indent-conditional-with-non-spaces'Junio C Hamano1-77/+77