aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/gcc.cxx
AgeCommit message (Collapse)AuthorFilesLines
2020-01-27Improve process run_*() APIBoris Kolpackov1-4/+7
2019-11-29Reorder {cc,c/cxx}.{poptions,loptions}Boris Kolpackov1-1/+1
Now it is c/cxx first followed by cc which is the reverse order of coptions since the header/library search paths are examined in the order specified (in contrast to the "last value wins" semantics that we assume for coptions).
2019-10-18Add ability to specify "compiler mode" options as part of config.{c,cxx}Boris Kolpackov1-8/+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-07Make -print-search-dirs output handling deal better with translationsBoris Kolpackov1-8/+16
2019-10-05Implement more accurate MSVC information extraction from Clang on WindowsBoris Kolpackov1-1/+4
2019-08-28Move cc build system module to separate libraryKaren Arutyunov1-0/+263