aboutsummaryrefslogtreecommitdiff
path: root/build/operation
AgeCommit message (Collapse)AuthorFilesLines
2015-12-03Clean up rule namesBoris Kolpackov1-3/+2
2015-08-27Dist module/meta-operation initial implementationBoris Kolpackov1-4/+11
2015-08-14Rework meta/operation registrationBoris Kolpackov1-28/+70
We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis.
2015-07-31Essential install module functionalityBoris Kolpackov1-0/+2
2015-07-23Basic test supportBoris Kolpackov1-9/+6
2015-07-21Improve nested operations supportBoris Kolpackov1-0/+14
The idea is this: we need to be able to override "conditional, inner for outer" recipes with the "unconditional inner" ones. Here is the concrete scenario: we have {update, test} action and the lib{} target that is both mentioned as a prerequisite of ./ and exe{}, which is a test. At first, we want to ignore lib{} when reached as a prerequisite of ./. But then we get to it via exe{} (which is a test and thus should be updated). At this point we should override the recipe for lib{} with the one that would update it rather than ignore.
2015-07-20Implement pre/post operation supportBoris Kolpackov1-14/+67
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-06-18Move string-table from build2 to libbutlBoris Kolpackov1-7/+13
2015-06-18Move path and filesystem from build2 to libbutlBoris Kolpackov1-1/+1
2015-05-22Get rid of gcc, clang warnings (-Wall)Boris Kolpackov1-2/+2
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-04-13Add separate type to represent directory pathsBoris Kolpackov1-4/+4
2015-04-02Implement translation of meta/operations to natural languageBoris Kolpackov1-0/+18
2015-03-25Configure/disfigure src_root saving/removing support; fsdir{} injectionBoris Kolpackov1-1/+2
We can now build out-of-tree.
2015-03-24Make meta-operations control build loop; add disfigure skeletonBoris Kolpackov1-1/+66
2015-03-20New consolidated load/match/build loopBoris Kolpackov1-17/+41
2015-03-13Factor string_table into separate fileBoris Kolpackov1-1/+1
2015-03-13Add support for "first" and "last" execution modesBoris Kolpackov1-3/+64
2015-03-10Further operation implementationBoris Kolpackov1-0/+70