New features (in development)

fs.copyfile() now has a build_subdir argument

fs.copyfile()'s new build_subdir argument allows creating a file inside a subdirectory of the current build directory.

Added depends kwarg to generator.process()

The generator.process() method now supports specifying depends as a kwarg to extend the list of dependencies for generated files.

meson test now accepts --exclude

meson test has a new --exclude argument to allow skipping named tests. It takes a full test name and can be specified repeatedly. This should help distributions that need to skip tests irrelevant for them or known to be buggy.

The results of the search are