aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-04-21Move target state reset back to recipe()Boris Kolpackov1-1/+2
Doing it in target::reset() (which is called by match()) didn't play well with delegated recipes.
2016-04-21Use hash map/set for targets/prerequisites to resolve key change issueBoris Kolpackov1-2/+2
2016-04-19Redesign src/out scopingBoris Kolpackov1-2/+7
We no longer enter paths from the src tree into scope map. Instead, targets from the src tree now include their out tree directory (in essence their "configuration"). This is then used to find a target's scope. See the comment in class target for details. The result of this change is that we can now again build multiple configurations (out trees) for same project at once.
2016-03-09Force creation of output directory before opening depdbBoris Kolpackov1-7/+8
2016-03-07Remove the depdb (.d) files when cleaningBoris Kolpackov1-1/+35
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-1/+1
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-8/+0
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+504