commit | 2375707bdfc83c79c94cac93a957de71c294737c | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Wed Dec 02 14:52:18 2015 |
committer | Brad King <brad.king@kitware.com> | Thu Apr 18 12:21:44 2019 |
tree | 9ccac1cec095db3401a6d467d8a2bbea0f43edba | |
parent | 0f0fb3275d0c908d9a4401c97cd5ef9d407987d4 [diff] |
Teach builder to load dyndep files when they are ready After finishing an edge that produces a dyndep file, load the file and update the build graph structure. Recompute the dirty state of all its dependents and of newly reachable portions of the graph. Add edges to the build plan that are discovered to be wanted. Finally, schedule edges that are wanted and now ready to build.