aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/utility.ixx
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30Add support for module partitionsBoris Kolpackov1-1/+5
2020-11-11Add ${c,cxx}.lib_{poptions,libs,rpaths}() functionsBoris Kolpackov1-5/+7
These functions can be used to query library metadata for options and libraries that should be used when compiling/linking dependent targets, similar to how cc::{compile,link}_rule do it. With this support it should be possible to more or less re-create their semantics in ad hoc recipes.
2020-06-16Move common functionality from cc to binBoris Kolpackov1-15/+0
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-28Move cc build system module to separate libraryKaren Arutyunov1-0/+73