summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2025-04-15Merge branch 'js/comma-semicolon-confusion'Junio C Hamano1-0/+1
2025-04-15Merge branch 'ps/mingw-creat-excl-fix'Junio C Hamano1-1/+3
2025-04-15Merge branch 'ps/object-wo-the-repository'Junio C Hamano1-0/+1
2025-04-15Merge branch 'ps/test-wo-perl-prereq' into ps/fewer-perlJunio C Hamano1-1/+1
2025-04-15object-file: split out functions relating to object store subsystemPatrick Steinhardt1-0/+1
2025-04-15object-file: move `git_open_cloexec()` to "compat/open.c"Patrick Steinhardt1-0/+1
2025-04-08Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanupJunio C Hamano1-0/+1
2025-04-08merge-recursive.[ch]: thoroughly debug theseElijah Newren1-1/+0
2025-04-07reftable/reader: rename data structure to "table"Patrick Steinhardt1-1/+1
2025-04-07meson: stop requiring Perl when tests are enabledPatrick Steinhardt1-1/+1
2025-04-01meson: distinguish build and target host binariesPatrick Steinhardt1-15/+51
2025-04-01meson: fix handling of '-Dcurl=auto'Patrick Steinhardt1-1/+1
2025-03-29Merge branch 'es/meson-building-docs-requires-perl'Junio C Hamano1-1/+1
2025-03-29Merge branch 'jk/use-wunreachable-code-for-devs'Junio C Hamano1-0/+2
2025-03-29Merge branch 'ps/meson-with-breaking-changes'Junio C Hamano1-7/+11
2025-03-28clang: warn when the comma operator is usedJohannes Schindelin1-0/+1
2025-03-26Merge branch 'jt/diff-pairs'Junio C Hamano1-0/+1
2025-03-21meson: fix compat sources when compiling with MSVCPatrick Steinhardt1-1/+3
2025-03-17config.mak.dev: enable -Wunreachable-codeJeff King1-0/+1
2025-03-17git-compat-util: add NOT_CONSTANT macro and use it in atfork_prepare()Junio C Hamano1-0/+1
2025-03-17meson: fix perl detection when docs are enabled, but perl bindings aren'tEli Schwartz1-1/+1
2025-03-12meson: don't compile git-pack-redundant(1) with breaking changesPatrick Steinhardt1-1/+4
2025-03-12meson: define WITH_BREAKING_CHANGES when enabling breaking changesPatrick Steinhardt1-6/+7
2025-03-10object-file: split out logic regarding hash algorithmsPatrick Steinhardt1-0/+1
2025-03-06meson: fix sortingJohannes Schindelin1-1/+1
2025-03-03Merge branch 'ps/meson-contrib-bits'Junio C Hamano1-3/+2
2025-03-03Merge branch 'ps/build-meson-fixes-0130'Junio C Hamano1-82/+74
2025-03-03builtin: introduce diff-pairs commandJustin Tobler1-0/+1
2025-02-26meson: fix overwritten `git` variablePatrick Steinhardt1-3/+3
2025-02-26meson: prevent finding sed(1) in a loopPatrick Steinhardt1-1/+2
2025-02-26meson: improve handling of `sane_tool_path` optionPatrick Steinhardt1-9/+8
2025-02-26meson: improve PATH handlingPatrick Steinhardt1-7/+7
2025-02-26meson: drop separate version libraryPatrick Steinhardt1-16/+5
2025-02-26meson: stop linking libcurl into all executablesPatrick Steinhardt1-2/+4
2025-02-26meson: introduce `libgit_curl` dependencyPatrick Steinhardt1-21/+18
2025-02-26meson: simplify use of the common-main libraryPatrick Steinhardt1-20/+19
2025-02-26meson: inline the static 'git' libraryPatrick Steinhardt1-9/+7
2025-02-26meson: fix OpenSSL fallback when not explicitly requiredPatrick Steinhardt1-1/+6
2025-02-26meson: fix exec path with enabled runtime prefixPatrick Steinhardt1-1/+3
2025-02-25Merge branch 'po/meson-perl-fix'Junio C Hamano1-1/+16
2025-02-19meson: fix Perl version check for Meson versions before 1.7.0Peter Oliver1-1/+16
2025-02-19meson: bump minimum required Perl version to 5.26.0Peter Oliver1-1/+1
2025-02-18Merge branch 'ds/backfill'Junio C Hamano1-0/+1
2025-02-18meson: wire up credential helpersPatrick Steinhardt1-1/+1
2025-02-18GIT-BUILD-OPTIONS: propagate project's source directoryPatrick Steinhardt1-2/+1
2025-02-14Merge branch 'bc/doc-adoc-not-txt'Junio C Hamano1-1/+1
2025-02-12Merge branch 'js/libgit-rust'Junio C Hamano1-0/+2
2025-02-06Merge branch 'ps/zlib-ng'Junio C Hamano1-6/+18
2025-02-03backfill: add builtin boilerplateDerrick Stolee1-0/+1
2025-02-03Merge branch 'ps/build-meson-fixes'Junio C Hamano1-17/+71