aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/common.hxx
AgeCommit message (Collapse)AuthorFilesLines
2021-10-07Verify libraries and targets they are linked to a for-install-compatibleBoris Kolpackov1-1/+1
2021-10-04Optimize internal scope implementationBoris Kolpackov1-8/+10
2021-10-04Add support for treating specific libraries as always internalBoris Kolpackov1-0/+6
2021-10-01Add notion of internal scope, translate external -I to -isystem or equivalentBoris Kolpackov1-0/+15
2021-08-11Optimize process_libraries() some moreBoris Kolpackov1-1/+1
2021-08-05Implement traversal pruning in process_libraries()Boris Kolpackov1-2/+2
2021-08-05Add resolved library cache, use in cc::process_libraries()Boris Kolpackov1-1/+13
2021-05-13Rename sys_inc_dirs to sys_hdr_dirs for consistencyBoris Kolpackov1-10/+10
2021-05-04Replace int_ with intf_ and imp_ with impl_ in namesBoris Kolpackov1-2/+2
2021-05-04Handle duplicate suppression of multi-element libraries (-l foo)Boris Kolpackov1-1/+3
See GitHub issue #114 for context.
2021-04-20Track changes to environment in cc rulesBoris Kolpackov1-0/+4
2021-02-11Generalize process_libraries() to allow no picking installed library memberBoris Kolpackov1-8/+8
2021-01-30Rework include translation supportBoris Kolpackov1-5/+5
See the config.cxx.translate_include variable documentation in cxx/init.cxx for details.
2020-12-11Add support for module interface-only librariesBoris Kolpackov1-0/+12
Also suppress generation of the object file in cases where we don't need it.
2020-07-16Save original compiler path/mode in {c,cxx}.config.path/modeBoris Kolpackov1-0/+2
It turns out that when propagating {c,cxx}.config in tests we don't want to propagate any options (such as *.std) that have been folded into our project's mode.
2020-07-13Fold translated *.std options into compiler mode optionsBoris Kolpackov1-4/+0
This way they are accessible in ad hoc recipes.
2020-07-01Add *.export.imp_libs to get rid of dual *.export.libs semanticsBoris Kolpackov1-0/+2
2020-05-22Fix bug in previous commitBoris Kolpackov1-1/+1
2020-05-22Make template definition available in all translation units where usedBoris Kolpackov1-1/+3
We were trying to be clever but GCC 10's IPA-SRA optimization didn't like it.
2020-04-13Add ../share/pkgconfig/ search directory by default on LinuxBoris Kolpackov1-1/+1
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2020-02-03Add header/library search paths from compiler mode to sys_*_dirsBoris Kolpackov1-9/+19
2020-01-31Propagate installed library out (tag) when converting to nameBoris Kolpackov1-1/+2
2020-01-31Tag installed library targets with linker pathBoris Kolpackov1-2/+3
This makes sure we get different targets for different toolchains.
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