aboutsummaryrefslogtreecommitdiffstats
path: root/config.mak.uname (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-08Makefile(s): avoid recipe prefix in conditional statementsTaylor Blau1-77/+77
2024-04-03Win32: detect unix socket support at runtimeMatthias Aßhauer1-2/+0
2024-03-06build: support z/OS (OS/390).Haritha D1-0/+12
2024-01-18Makefile: detect new Homebrew location for ARM-based MacsPatrick Steinhardt1-0/+13
2023-08-09win32: add a helper to run `git.exe` without a foreground windowJohannes Schindelin1-0/+3
2023-02-09Merge branch 'hj/remove-msys-support'Junio C Hamano1-51/+35
2023-02-02mingw: remove msysGit/MSYS1 supportHarshil-Jani1-50/+35
2023-02-02mingw: remove duplicate `USE_NED_ALLOCATOR` directiveHarshil-Jani1-1/+0
2023-01-08use enhanced basic regular expressions on macOSRené Scharfe1-0/+1
2022-07-29mingw: remove unneeded `NO_CURL` directiveJohannes Schindelin1-1/+0
2022-07-29mingw: remove unneeded `NO_GETTEXT` directiveJohannes Schindelin1-1/+0
2022-07-29windows: include the Python bits when building Git for WindowsJohannes Schindelin1-1/+2
2022-06-10Merge branch 'jh/builtin-fsmonitor-part3'Junio C Hamano1-0/+5
2022-05-26fsmonitor-settings: stub in macOS-specific incompatibility checkingJeff Hostetler1-0/+1
2022-05-26fsmonitor-settings: stub in Win32-specific incompatibility checkingJeff Hostetler1-0/+4
2022-04-04Merge branch 'jh/builtin-fsmonitor-part2'Junio C Hamano1-0/+20
2022-03-25Merge branch 'ns/core-fsyncmethod'Junio C Hamano1-0/+3
2022-03-25compat/fsmonitor/fsm-listen-darwin: stub in backend for DarwinJeff Hostetler1-0/+10
2022-03-25compat/fsmonitor/fsm-listen-win32: stub in backend for WindowsJeff Hostetler1-0/+10
2022-03-10core.fsyncmethod: add writeout-only modeNeeraj Singh1-0/+3
2022-03-03Makefile: add "$(QUIET)" boilerplate to shared.makÆvar Arnfjörð Bjarmason1-1/+0