Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-11 | Use install::alisa_rule to ignore non-installable prerequisites | Boris Kolpackov | 1 | -3/+5 | |
2015-09-08 | Rework diagnostics verbosity, add quiet mode/option | Boris Kolpackov | 1 | -1/+1 | |
2015-08-31 | Rework scoping logic | Boris Kolpackov | 1 | -1/+1 | |
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 | -13/+3 | |
2015-08-24 | New variable architecture | Boris Kolpackov | 1 | -60/+79 | |
2015-08-14 | Rework meta/operation registration | Boris Kolpackov | 1 | -1/+3 | |
We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis. | |||||
2015-07-31 | Essential install module functionality | Boris Kolpackov | 1 | -41/+93 | |
2015-07-28 | Install module genesis | Boris Kolpackov | 1 | -0/+105 | |