aboutsummaryrefslogtreecommitdiff
path: root/build2/bin
AgeCommit message (Collapse)AuthorFilesLines
2016-04-21Move target state reset back to recipe()Boris Kolpackov1-2/+0
Doing it in target::reset() (which is called by match()) didn't play well with delegated recipes.
2016-04-21Implement short-circuiting to group stateBoris Kolpackov1-0/+2
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 Kolpackov2-22/+46
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-04-11New configuration logic, iteration 1Boris Kolpackov2-14/+13
2016-03-31Set part of variable override implementationBoris Kolpackov1-16/+19
2016-03-28Clean up variable usageBoris Kolpackov1-16/+16
2016-03-28Add variable cast from lookupBoris Kolpackov1-2/+2
2016-03-28New variable architectureBoris Kolpackov2-5/+5
2016-03-16Cleanup variable typingBoris Kolpackov1-16/+16
2016-03-16Cleanup typed variable assignmentBoris Kolpackov1-6/+4
2016-03-14Add support for guessing ar/ranlib signaturesBoris Kolpackov3-10/+231
2016-03-09Use depdb in cxx.link ruleBoris Kolpackov1-5/+13
2016-02-29Rename level[1-6]() to l[1-6]()Boris Kolpackov1-1/+1
2016-02-12<types>/<utility> scheme cleanupBoris Kolpackov4-5/+11
2016-01-27Add support for Mingw32 target, also config.bin.ar, config.bin.ranlibBoris Kolpackov1-0/+18
2016-01-27Rework default extension derivation, againBoris Kolpackov1-8/+7
2016-01-24Differentiate extension printing according to stream verbosityBoris Kolpackov1-0/+7
2016-01-23Clean up default target extension derivation logicBoris Kolpackov1-3/+15
2016-01-09Update copyright yearBoris Kolpackov6-6/+6
2016-01-05Rename build directory/namespace to build2Boris Kolpackov6-0/+684