]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'rj/build-tweaks'
authorJunio C Hamano <gitster@pobox.com>
Fri, 25 Apr 2025 00:25:34 +0000 (17:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Apr 2025 00:25:34 +0000 (17:25 -0700)
commit028c43269e50b65844c0b70557a2b9d5d4f21bd7
tree6201dc31473191739da23b9060ab6987e7be3735
parent2bc5414c411aab33c155b1070b7764ef6a49a02d
parentcdda67de0316ec29dfc1e290bb7f2154b7b95ee8
Merge branch 'rj/build-tweaks'

Various build tweaks, including CSPRNG selection on some platforms.

* rj/build-tweaks:
  config.mak.uname: set CSPRNG_METHOD to getrandom on Linux
  config.mak.uname: add arc4random to the cygwin build
  config.mak.uname: add sysinfo() configuration for cygwin
  builtin/gc.c: correct RAM calculation when using sysinfo
  config.mak.uname: add clock_gettime() to the cygwin build
  config.mak.uname: add HAVE_GETDELIM to the cygwin section
  config.mak.uname: only set NO_REGEX on cygwin for v1.7
  config.mak.uname: add a note about NO_STRLCPY for Linux
  Makefile: remove NEEDS_LIBRT build variable
  meson.build: set default help format to html on windows
  meson.build: only set build variables for non-default values
  Makefile: only set some BASIC_CFLAGS when RUNTIME_PREFIX is set
  meson.build: remove -DCURL_DISABLE_TYPECHECK
Documentation/meson.build
Makefile
builtin/gc.c
meson.build
t/t7815-grep-binary.sh