git/tools
Junio C Hamano 10957a12d2 Merge branch 'jc/cocci-free-updates' into jch
Updates to Coccinelle semantic patches to correctly handle the
'FREE_AND_NULL()' macro and avoid generating broken transformations
for negated pointer checks.

* jc/cocci-free-updates:
  cocci: FREE_AND_NULL(E) is safe to call on NULL
  cocci: remove risky "if (!E) free(E)" conversion
2026-09-17 12:54:14 -07:00
..
coccinelle Merge branch 'jc/cocci-free-updates' into jch 2026-09-17 12:54:14 -07:00
update-unicode
README.md
check-builtins.sh
coverage-diff.sh
detect-compiler
generate-cmdlist.sh
generate-configlist.sh generate-configlist: collapse depfile for older Ninja 2026-05-16 22:19:56 +09:00
generate-hooklist.sh
generate-perl.sh
generate-python.sh
generate-script.sh
meson.build
precompiled.h

README.md

Developer Tooling

This directory is expected to contain all sorts of tooling that relates to our build infrastructure. This includes scripts and inputs required by our build systems, but also scripts that developers are expected to run manually.