aboutsummaryrefslogtreecommitdiff
path: root/build/operation.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-08-27Dist module/meta-operation initial implementationBoris Kolpackov1-6/+5
2015-08-24New variable architectureBoris Kolpackov1-2/+1
2015-08-14Rework meta/operation registrationBoris Kolpackov1-0/+5
We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis.
2015-08-13Rework postponed logicBoris Kolpackov1-22/+14
Specifically, now postponed is only used by the execution mode logic and rules should not return it directly.
2015-07-23Basic test supportBoris Kolpackov1-4/+4
2015-07-22Fix postponed re-examination logicBoris Kolpackov1-2/+1
Now postponed takes precedence over changed.
2015-07-21Be quiet when running pre/post operationsBoris Kolpackov1-2/+8
2015-07-20Implement pre/post operation supportBoris Kolpackov1-41/+85
Also, extend execution mode/postponed logic to propagate the postponed target state. At the top, we now re-try postponed targets. This results in the expected behavior when, for example, cleaning two targets with one depending on the other.
2015-07-01Group state supportBoris Kolpackov1-1/+1
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-04-26Rework resolved prerequisite targets storageBoris Kolpackov1-2/+2
2015-04-15New variables architectureBoris Kolpackov1-2/+2
Now operator[] is only used for lookup.
2015-04-13Add separate type to represent directory pathsBoris Kolpackov1-3/+3
2015-04-13Add initial import supportBoris Kolpackov1-1/+1
2015-04-02Implement translation of meta/operations to natural languageBoris Kolpackov1-8/+30
2015-03-25Configure/disfigure src_root saving/removing support; fsdir{} injectionBoris Kolpackov1-2/+5
We can now build out-of-tree.
2015-03-24Make meta-operations control build loop; add disfigure skeletonBoris Kolpackov1-1/+139
2015-03-20New consolidated load/match/build loopBoris Kolpackov1-2/+5
2015-03-10Further operation implementationBoris Kolpackov1-0/+24