Age | Commit message (Collapse) | Author | Files | Lines |
|
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).
|
|
Now a wildcard/fallback rule should explicitly detect and handle unresolved
situation.
|
|
For example:
cxx{*-options}: dist = true
|
|
|
|
|
|
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.
|
|
Now we search and match (but do not execute) a rule for every
operation supported by the project.
|
|
|