aboutsummaryrefslogtreecommitdiff
path: root/build/cxx/module.cxx
AgeCommit message (Collapse)AuthorFilesLines
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-230/+0
2015-12-03Fix reverse lookup of extension to target type in C++ dep extractionBoris Kolpackov1-7/+0
2015-12-03Clean up rule namesBoris Kolpackov1-63/+68
2015-12-02Implement optional module loadingBoris Kolpackov1-30/+37
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-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/+9
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-18/+13
2015-08-24New variable architectureBoris Kolpackov1-13/+50
2015-08-14Rework meta/operation registrationBoris Kolpackov1-0/+2
We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis.
2015-07-31Essential install module functionalityBoris Kolpackov1-36/+50
2015-07-23Basic test supportBoris Kolpackov1-1/+1
2015-07-20Implement support for importing installed librariesBoris Kolpackov1-1/+2
2015-07-07Rework module architectureBoris Kolpackov1-19/+72
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-06-25Part one of dependency injection with auto-generation supportBoris Kolpackov1-3/+3
2015-06-24First take on the cli module plus necessary infrastructureBoris Kolpackov1-1/+2
2015-06-18Move path and filesystem from build2 to libbutlBoris Kolpackov1-1/+0
2015-06-18Move process from build2 to libbutlBoris Kolpackov1-1/+1
2015-06-17Use portable ifdstream from libbutl instead of GNU stdio_filebufBoris Kolpackov1-5/+3
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-04-29Get rid of on-demand configuration for nowBoris Kolpackov1-0/+6
2015-04-24Implement lib/liba/libso{} target group, shared/static library buildBoris Kolpackov1-102/+42
2015-04-20Merge config.cxx.* variables into cxx.* when loading cxx moduleBoris Kolpackov1-0/+10
2015-04-20Automatically decide when to print relative/absolute pathsBoris Kolpackov1-1/+1
2015-04-15New variables architectureBoris Kolpackov1-15/+15
Now operator[] is only used for lookup.
2015-04-13Add separate type to represent directory pathsBoris Kolpackov1-2/+2
2015-04-08Distinguish between undefined and null variablesBoris Kolpackov1-22/+38
2015-04-08Clarify commentBoris Kolpackov1-2/+2
2015-04-08Get rid of need to store scope in variable valueBoris Kolpackov1-5/+5
2015-04-02Handle "nothing to be done" case for disfigureBoris Kolpackov1-1/+1
2015-04-01Warn about configured/command line value mismatchBoris Kolpackov1-1/+11
Also store configured but unspecified values
2015-04-01Implement initial C++ configuration supportBoris Kolpackov1-0/+134