Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-14 | Add note on redirecting STDERR in cli test | Boris Kolpackov | 1 | -0/+4 | |
2015-12-03 | Clean up rule names | Boris Kolpackov | 1 | -21/+23 | |
2015-12-03 | Add ability for module to remember that it is unconfigured | Boris Kolpackov | 1 | -12/+28 | |
A module can set and then check the config.*.configured special variable to false. | |||||
2015-12-02 | Add support for optional configuration for cli module | Boris Kolpackov | 1 | -42/+96 | |
2015-12-02 | Implement optional module loading | Boris Kolpackov | 1 | -8/+15 | |
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-11-30 | Tighten unresolved group logic | Boris Kolpackov | 1 | -0/+6 | |
Now a wildcard/fallback rule should explicitly detect and handle unresolved situation. | |||||
2015-11-29 | Allow for target group members to remain unresolved | Boris Kolpackov | 1 | -4/+0 | |
This, for example, can happen when we have a fallback rule for dist(update) or configure(update). | |||||
2015-09-08 | Rework diagnostics verbosity, add quiet mode/option | Boris Kolpackov | 1 | -4/+4 | |
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-29 | New configure meta-operation implementation | Boris Kolpackov | 1 | -0/+4 | |
Now we search and match (but do not execute) a rule for every operation supported by the project. | |||||
2015-08-27 | Dist module/meta-operation initial implementation | Boris Kolpackov | 1 | -12/+8 | |
2015-08-24 | New variable architecture | Boris Kolpackov | 1 | -5/+15 | |
2015-07-23 | Basic test support | Boris Kolpackov | 1 | -1/+1 | |
2015-07-07 | Rework module architecture | Boris Kolpackov | 1 | -32/+40 | |
Now the target type and rule maps are in scopes (builtins -- in global scope). We also now have the map of loaded modules in the root scope of each project. | |||||
2015-07-06 | Add note on cli module implementation | Boris Kolpackov | 1 | -0/+1 | |
2015-07-02 | Various improvements to cli module | Boris Kolpackov | 1 | -16/+9 | |
2015-06-24 | First take on the cli module plus necessary infrastructure | Boris Kolpackov | 1 | -0/+147 | |