New features (in development)

Target introspection reports all direct target dependencies

The depends entry in intro-targets.json now reports direct target dependencies from target inputs, generated sources, extracted objects, internal linking, and explicit depends arguments. Previously it only reported the dependencies attribute used by alias and run targets, so most build target and custom target dependencies were omitted.

Wild linker is now supported on Linux

When CC_LD environment variables is set to wild, Meson will configure GCC 16+ or Clang to use Wild as the linker on Linux. You should expect to see line like this in the output: C linker for the host machine: cc ld.wild 0.10.0 confirming that Wild was picked up.

The results of the search are