aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/module
AgeCommit message (Collapse)AuthorFilesLines
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-08-28Factor library search/processing out to cc::commonBoris Kolpackov1-1/+1
2016-08-27Clean up library export, make c and cxx modules project root onlyBoris Kolpackov1-10/+19
So now c and cxx modules can only be loaded in project root scope (normally root.build). Also, the c.std and cxx.std must now be set *before* loading the module to take effect. This means we won't be able to handle old buildfiles anymore but old versions of build2 should be able to handle new *.std placement.
2016-08-12Implement support for C compilationBoris Kolpackov1-0/+59
We now have two new modules: cc (c-common) and c.