Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-21 | Improve nested operations support | Boris Kolpackov | 1 | -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-20 | Implement pre/post operation support | Boris Kolpackov | 1 | -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-18 | Move string-table from build2 to libbutl | Boris Kolpackov | 1 | -7/+13 | |
2015-06-18 | Move path and filesystem from build2 to libbutl | Boris Kolpackov | 1 | -1/+1 | |
2015-05-22 | Get rid of gcc, clang warnings (-Wall) | Boris Kolpackov | 1 | -2/+2 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -4/+4 | |
2015-04-02 | Implement translation of meta/operations to natural language | Boris Kolpackov | 1 | -0/+18 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -1/+2 | |
We can now build out-of-tree. | |||||
2015-03-24 | Make meta-operations control build loop; add disfigure skeleton | Boris Kolpackov | 1 | -1/+66 | |
2015-03-20 | New consolidated load/match/build loop | Boris Kolpackov | 1 | -17/+41 | |
2015-03-13 | Factor string_table into separate file | Boris Kolpackov | 1 | -1/+1 | |
2015-03-13 | Add support for "first" and "last" execution modes | Boris Kolpackov | 1 | -3/+64 | |
2015-03-10 | Further operation implementation | Boris Kolpackov | 1 | -0/+70 | |