aboutsummaryrefslogtreecommitdiff
path: root/build/target-key
AgeCommit message (Collapse)AuthorFilesLines
2015-12-01Reimplement define as dynamic derivation rather than aliasBoris Kolpackov1-3/+2
New syntax: define cli: file The rationale is we need to be able to assign the file extension (using type/pattern-specific variables). And if it is an alias, we will assign it to the original target type. Note that we could still support aliases if we need to. Will need to bring back the id member in target_type that would normally point to itself but for an alias would point to the origin.
2015-07-15Implement project-qualified names/prerequisites, two-stage importBoris Kolpackov1-1/+1
2015-07-07Rework module architectureBoris Kolpackov1-32/+6
Now the target type and rule maps are in scopes (builtins -- in global scope). We also now have the map of loaded modules in the root scope of each project.
2015-07-01Cleanup group "see through" designBoris Kolpackov1-0/+1
2015-06-30Group "see through" iteration, take 1Boris Kolpackov1-0/+7
2015-06-24First take on the cli module plus necessary infrastructureBoris Kolpackov1-0/+1
2015-06-22Remove prerequisite rewriting for c/cxx chainingBoris Kolpackov1-1/+1
2015-06-18Move path and filesystem from build2 to libbutlBoris Kolpackov1-1/+1
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-04-17Add support for target groups, use to handle obj/obja/objso object targetsBoris Kolpackov1-0/+73