aboutsummaryrefslogtreecommitdiff
path: root/build/dist/operation.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-459/+0
2015-12-12Implement installation of prerequisite shared librariesBoris Kolpackov1-1/+1
2015-12-02Implement optional module loadingBoris Kolpackov1-1/+1
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-30Implement dist support for including/excluding targetsBoris Kolpackov1-2/+16
For example: cxx{*-options}: dist = true
2015-11-28Include export.build from loaded, src-amalgamated subprojectsBoris Kolpackov1-3/+25
2015-09-08Rework diagnostics verbosity, add quiet mode/optionBoris Kolpackov1-9/+9
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-27Dist module/meta-operation initial implementationBoris Kolpackov1-0/+423