aboutsummaryrefslogtreecommitdiff
path: root/build/cli/module.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-244/+0
2015-12-14Add note on redirecting STDERR in cli testBoris Kolpackov1-0/+4
2015-12-03Clean up rule namesBoris Kolpackov1-21/+23
2015-12-03Add ability for module to remember that it is unconfiguredBoris Kolpackov1-12/+28
A module can set and then check the config.*.configured special variable to false.
2015-12-02Add support for optional configuration for cli moduleBoris Kolpackov1-42/+96
2015-12-02Implement optional module loadingBoris Kolpackov1-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-30Tighten unresolved group logicBoris Kolpackov1-0/+6
Now a wildcard/fallback rule should explicitly detect and handle unresolved situation.
2015-11-29Allow for target group members to remain unresolvedBoris Kolpackov1-4/+0
This, for example, can happen when we have a fallback rule for dist(update) or configure(update).
2015-09-08Rework diagnostics verbosity, add quiet mode/optionBoris Kolpackov1-4/+4
2015-08-31Rework scoping logicBoris Kolpackov1-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-29New configure meta-operation implementationBoris Kolpackov1-0/+4
Now we search and match (but do not execute) a rule for every operation supported by the project.
2015-08-27Dist module/meta-operation initial implementationBoris Kolpackov1-12/+8
2015-08-24New variable architectureBoris Kolpackov1-5/+15
2015-07-23Basic test supportBoris Kolpackov1-1/+1
2015-07-07Rework module architectureBoris Kolpackov1-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-06Add note on cli module implementationBoris Kolpackov1-0/+1
2015-07-02Various improvements to cli moduleBoris Kolpackov1-16/+9
2015-06-24First take on the cli module plus necessary infrastructureBoris Kolpackov1-0/+147