ninja
ninja copied to clipboard
Kitware branch of ninja for staging features not yet integrated upstream
Recent GNU make versions support opening a fifo path instead of using passed filedescriptor numbers. This simplifies using the jobserver functionality in build systems like openembedded. These two patches are...
This PR fixes the Jobserver.ParseNativeMakeFlagsValue test failure on Windows specific to the Kitware fork. Issue found while working on https://github.com/scikit-build/ninja-python-distributions/pull/305#issuecomment-3146299285 The fix has been [tested in CI]( https://github.com/mayeut/ninja-python-distributions/actions/runs/16691899082) using the...