|
|
|
|
|
by mgaunard
573 days ago
|
|
I switched to samurai for the few things I have that still used ninja; it's an improvement in every possible way. But regardless, I think those kinds of build systems are just wrong. What I want from a build system is to hash the content of all the transitive inputs and look up if it exists or not in a registry. |
|
They're all hugely complex though.
For local build only, I think SCons and Waf both use hash for changes detection.