aboutsummaryrefslogtreecommitdiff
path: root/build/context
AgeCommit message (Collapse)AuthorFilesLines
2015-09-08Move context-dependent functions from diagnostics to contextBoris Kolpackov1-0/+26
2015-08-27Dist module/meta-operation initial implementationBoris Kolpackov1-0/+6
2015-08-13Rework postponed logicBoris Kolpackov1-0/+9
Specifically, now postponed is only used by the execution mode logic and rules should not return it directly.
2015-07-24Add support for generated test input/outputBoris Kolpackov1-1/+2
2015-07-15Implement project-qualified names/prerequisites, two-stage importBoris Kolpackov1-1/+4
2015-07-10Implement automatic subproject discoveryBoris Kolpackov1-0/+3
Currently we only capture their directories without the project names. We will need project names when we hook import search into this.
2015-07-07Rework module architectureBoris Kolpackov1-1/+0
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-06-24First take on the cli module plus necessary infrastructureBoris Kolpackov1-1/+2
2015-06-18Move path and filesystem from build2 to libbutlBoris Kolpackov1-8/+9
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-04-13Add separate type to represent directory pathsBoris Kolpackov1-16/+19
2015-04-07Provide more convenient access to root scopeBoris Kolpackov1-0/+3
2015-04-02Handle "nothing to be done" case for disfigureBoris Kolpackov1-5/+18
2015-03-27Rework dependency state dump supportBoris Kolpackov1-2/+10
We now have a combined (scopes, variables, and targets) dump.
2015-03-25Configure/disfigure src_root saving/removing support; fsdir{} injectionBoris Kolpackov1-0/+39
We can now build out-of-tree.
2015-03-13Add support for "first" and "last" execution modesBoris Kolpackov1-0/+7
2015-03-10Further operation implementationBoris Kolpackov1-4/+0
2015-03-09Add meta/operation lists, lift operations in buildspecBoris Kolpackov1-0/+4
2015-03-04Move roots and bases to appropriate scopesBoris Kolpackov1-10/+12
2015-02-26Support for scope parents, initial variable supportBoris Kolpackov1-3/+0
2015-02-24Use prefix_map for scopes, establish root scopeBoris Kolpackov1-0/+3
2015-02-23Redo rule match/build logicBoris Kolpackov1-13/+1
Now the rule is fully responsible for searching, matching, and building of prerequisites.
2015-02-19Add support for sourcing/including buildfiles, print, dir{} aliasBoris Kolpackov1-0/+9
2015-01-08Implement tracing supportBoris Kolpackov1-0/+21
Also use to-relative path translation in diagnostics.
2015-01-05Determine work, home, and {src,out}_{root,base} directoriesBoris Kolpackov1-0/+22