aboutsummaryrefslogtreecommitdiff
path: root/build/module.cxx
AgeCommit message (Collapse)AuthorFilesLines
2015-07-07Rework module architectureBoris Kolpackov1-1/+31
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-05-11Correct copyrightBoris Kolpackov1-1/+1
2015-03-18Implement complete root/base detection, basic module supportBoris Kolpackov1-0/+12
This is the initial groundwork for the configuration support.