Variant builds has a home
What do you like best?
Its dependency is a C compiler, so it's easy to set up. You can even include all of Boost.Build in your project.
What do you dislike?
My team could not grasp the concept in many long term applications
Recommendations to others considering the product:
Boost.Build takes care about compiling your sources with right options, creating static and shared libraries, making executables, and other chores
What problems are you solving with the product? What benefits have you realized?
Boost.Build will always check all dependencies in your entire project, preventing inconsistent binaries.