aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/common.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-11-05Add support for supplying MSVC IFCPATH equivalentBoris Kolpackov1-3/+5
2019-10-18Add ability to specify "compiler mode" options as part of config.{c,cxx}Boris Kolpackov1-1/+4
Such options are (normally) not overridden by buildfiles and are passed last (after cc.coptions and {c,cxx}.coptions) in the resulting command lines. They are also cross-hinted between config.c and config.cxx. For example: $ b config.cxx="g++ -m64"
2019-10-11Add support for clang-clBoris Kolpackov1-5/+15
The compiler type is `msvc`, variant `clang`.
2019-09-18Rename importable_headers variable to translatable_headersBoris Kolpackov1-4/+5
This name aligns better with the post-Cologne importable/translatable semantics.
2019-08-28Move cc build system module to separate libraryKaren Arutyunov1-0/+358