aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.ixx
AgeCommit message (Collapse)AuthorFilesLines
2016-11-04Cleanup match_result messBoris Kolpackov1-2/+1
2016-11-04Add support for skipping rule in delegate_match()Boris Kolpackov1-3/+3
2016-08-12Implement support for C compilationBoris Kolpackov1-0/+15
We now have two new modules: cc (c-common) and c.
2016-04-21Implement short-circuiting to group stateBoris Kolpackov1-3/+8
This is necessary to get rid of bogus restarts in inject_prerequisites() where it think a group member was updated since its state changed from unknown to (group's) changed.
2016-04-19Redesign src/out scopingBoris Kolpackov1-4/+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-16Change prerequisite cleaning "limit" from subdirectories to same projectBoris Kolpackov1-2/+6
One day we will get this right.
2016-02-14Revert back to only cleaning targets in subdirectoriesBoris Kolpackov1-6/+2
Cleaning everything as long as it is in the same strong amalgamation had some undesirable side effects. For example, in bpkg, upgrading a package (which requires clean/reconfigure) led to all its prerequisite being cleaned as well and then rebuilt. That was very surprising.
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov1-10/+8
2016-01-23Change target_key::ext from pointer to pointer to reference to pointerBoris Kolpackov1-1/+1
Probably can also do for the rest of the target_key members.
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-0/+197