aboutsummaryrefslogtreecommitdiff
path: root/build/cxx/module
AgeCommit message (Collapse)AuthorFilesLines
2016-01-05Rename build directory/namespace to build2Boris Kolpackov1-23/+0
2015-12-02Implement optional module loadingBoris Kolpackov1-2/+5
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-07-07Rework module architectureBoris Kolpackov1-2/+2
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-18Move path and filesystem from build2 to libbutlBoris Kolpackov1-0/+1
2015-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-04-01Implement initial C++ configuration supportBoris Kolpackov1-0/+19