aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2026-03-27Merge branch 'ps/build-tweaks'Junio C Hamano
2026-03-24Merge branch 'ps/upload-pack-buffer-more-writes'Junio C Hamano
2026-03-19meson: precompile "git-compat-util.h"Patrick Steinhardt
2026-03-19meson: compile compatibility sources separatelyPatrick Steinhardt
2026-03-19builds: move build scripts into "tools/"Patrick Steinhardt
2026-03-19Introduce new "tools/" directoryPatrick Steinhardt
2026-03-16Merge branch 'jk/unleak-mmap'Junio C Hamano
2026-03-13compat/posix: introduce writev(3p) wrapperPatrick Steinhardt
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano
2026-03-12Merge branch 'ps/ci-gitlab-prepare-for-macos-14-deprecation'Junio C Hamano
2026-03-06meson: turn on NO_MMAP when building with LSanJeff King
2026-03-05odb: introduce "files" sourcePatrick Steinhardt
2026-03-05odb: split `struct odb_source` into separate headerPatrick Steinhardt
2026-03-05meson: detect broken iconv that requires ICONV_RESTART_RESETPatrick Steinhardt
2026-03-05meson: simplify iconv-emits-BOM checkPatrick Steinhardt
2026-03-04Merge branch 'dk/meson-regen-config-list'Junio C Hamano
2026-03-02Merge branch 'ps/meson-gitk-git-gui'Junio C Hamano
2026-02-25Merge branch 'mc/tr2-process-ancestry-cleanup'Junio C Hamano
2026-02-24build: regenerate config-list.h when Documentation changesD. Ben Knoble
2026-02-13build: include procinfo.c impl for macOSMatthew John Cheetham
2026-02-04meson: wire up gitk and git-guiPatrick Steinhardt
2026-01-13builtin: add new "history" commandPatrick Steinhardt
2026-01-13builtin/replay: move core logic into "libgit.a"Patrick Steinhardt
2025-12-16Merge branch 'rs/ban-mktemp'Junio C Hamano
2025-12-16Merge branch 'ps/object-read-stream'Junio C Hamano
2025-12-07compat: remove gitmkdtemp()René Scharfe
2025-12-05meson: use is_cross_build() where possibleToon Claes
2025-12-05meson: only detect ICONV_OMITS_BOM if possibleToon Claes
2025-11-30Merge branch 'jk/asan-bonanza'Junio C Hamano
2025-11-23streaming: move into object database subsystemPatrick Steinhardt
2025-11-18Makefile: turn on NO_MMAP when building with ASanJeff King
2025-11-06meson: make GIT_HTML_PATH configurableD. Ben Knoble
2025-10-29Merge branch 'tb/incremental-midx-part-3.1'Junio C Hamano
2025-10-28Merge branch 'ps/ci-rust'Junio C Hamano
2025-10-16repack: move `write_cruft_pack()` out of the builtinTaylor Blau
2025-10-16repack: move `write_filtered_pack()` out of the builtinTaylor Blau
2025-10-16builtin/repack.c: remove ref snapshotting from builtinTaylor Blau
2025-10-16repack: remove pack_geometry API from the builtinTaylor Blau
2025-10-16builtin/repack.c: remove "repack_promisor_objects()" from the builtinTaylor Blau
2025-10-16repack: introduce new compilation unitTaylor Blau
2025-10-15rust: support for WindowsPatrick Steinhardt
2025-10-13Merge branch 'kn/reftable-consistency-checks'Junio C Hamano
2025-10-08Merge branch 'ps/rust-balloon'Junio C Hamano
2025-10-07Merge branch 'ps/rust-balloon' into ps/ci-rustJunio C Hamano
2025-10-07reftable: add code to facilitate consistency checksKarthik Nayak
2025-10-02Merge branch 'ps/meson-build-docs'Junio C Hamano
2025-10-02Merge branch 'ms/refs-optimize'Junio C Hamano
2025-10-02varint: reimplement as test balloon for RustPatrick Steinhardt
2025-10-02meson: add infrastructure to build internal Rust libraryPatrick Steinhardt
2025-09-19builtin/pack-refs: factor out core logic into a shared libraryMeet Soni