aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile
AgeCommit message (Collapse)AuthorFilesLines
2016-08-28Factor library search/processing out to cc::commonBoris Kolpackov1-4/+1
2016-08-28Extract pkg-config information for both static/shared at onceBoris Kolpackov1-4/+4
We also no longer pick shared/static file rather entering them as "our" lib{} target. This way we use the link order of the importer "transitively".
2016-08-26Add pkg-config support for import installedBoris Kolpackov1-1/+7
Redesign library importing/exporting while at it.
2016-08-23Handle "prefixless" include directory to project mapping betterBoris Kolpackov1-5/+5
2016-08-12Implement support for C compilationBoris Kolpackov1-0/+82
We now have two new modules: cc (c-common) and c.