Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-02 | Implement optional module loading | Boris Kolpackov | 2 | -9/+14 | |
The syntax is: using? cli Now each module use results in two bool variables: <module>.loaded and <module>.configured. Also implement variable visibility (the above two variables are limited to project). | |||||
2015-12-01 | Override outer configuration install paths that contain package name | Boris Kolpackov | 1 | -21/+28 | |
2015-11-30 | Don't try to install targets from other projects | Boris Kolpackov | 1 | -0/+14 | |
2015-09-11 | Use install::alisa_rule to ignore non-installable prerequisites | Boris Kolpackov | 3 | -7/+64 | |
2015-09-08 | Rework diagnostics verbosity, add quiet mode/option | Boris Kolpackov | 2 | -5/+5 | |
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 | 2 | -18/+3 | |
2015-08-24 | New variable architecture | Boris Kolpackov | 3 | -125/+120 | |
2015-08-14 | Rework meta/operation registration | Boris Kolpackov | 2 | -4/+4 | |
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 | -1/+1 | |
Specifically, now postponed is only used by the execution mode logic and rules should not return it directly. | |||||
2015-08-03 | match_only and dependents count rework, part 1 | Boris Kolpackov | 1 | -2/+2 | |
2015-07-31 | Essential install module functionality | Boris Kolpackov | 4 | -41/+529 | |
2015-07-28 | Install module genesis | Boris Kolpackov | 4 | -0/+178 | |