Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-31 | Rework scoping logic | Boris Kolpackov | 1 | -6/+4 | |
Now the src directory is entered into the scope map and points to the same scope as out. This means that targets that are in src, not out (e.g., source files) will "see" rules, variables, etc. This becomes important when we try, for example, to install a source file (say, a header) from src: we need the rule as well as the install.* variables. | |||||
2015-08-27 | Dist module/meta-operation initial implementation | Boris Kolpackov | 1 | -6/+5 | |
2015-08-24 | New variable architecture | Boris Kolpackov | 1 | -2/+1 | |
2015-08-14 | Rework meta/operation registration | Boris Kolpackov | 1 | -0/+5 | |
We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis. | |||||
2015-08-13 | Rework postponed logic | Boris Kolpackov | 1 | -22/+14 | |
Specifically, now postponed is only used by the execution mode logic and rules should not return it directly. | |||||
2015-07-23 | Basic test support | Boris Kolpackov | 1 | -4/+4 | |
2015-07-22 | Fix postponed re-examination logic | Boris Kolpackov | 1 | -2/+1 | |
Now postponed takes precedence over changed. | |||||
2015-07-21 | Be quiet when running pre/post operations | Boris Kolpackov | 1 | -2/+8 | |
2015-07-20 | Implement pre/post operation support | Boris Kolpackov | 1 | -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-01 | Group state support | Boris Kolpackov | 1 | -1/+1 | |
2015-05-11 | Correct copyright | Boris Kolpackov | 1 | -1/+1 | |
2015-04-26 | Rework resolved prerequisite targets storage | Boris Kolpackov | 1 | -2/+2 | |
2015-04-15 | New variables architecture | Boris Kolpackov | 1 | -2/+2 | |
Now operator[] is only used for lookup. | |||||
2015-04-13 | Add separate type to represent directory paths | Boris Kolpackov | 1 | -3/+3 | |
2015-04-13 | Add initial import support | Boris Kolpackov | 1 | -1/+1 | |
2015-04-02 | Implement translation of meta/operations to natural language | Boris Kolpackov | 1 | -8/+30 | |
2015-03-25 | Configure/disfigure src_root saving/removing support; fsdir{} injection | Boris Kolpackov | 1 | -2/+5 | |
We can now build out-of-tree. | |||||
2015-03-24 | Make meta-operations control build loop; add disfigure skeleton | Boris Kolpackov | 1 | -1/+139 | |
2015-03-20 | New consolidated load/match/build loop | Boris Kolpackov | 1 | -2/+5 | |
2015-03-10 | Further operation implementation | Boris Kolpackov | 1 | -0/+24 | |