aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/utility.cxx
AgeCommit message (Collapse)AuthorFilesLines
2024-02-06Fix bunch of maybe used uninitialized warningsBoris Kolpackov1-1/+1
2023-04-10Add support for negation in config.install.filterBoris Kolpackov1-4/+18
2023-04-04Remove global override restriction from config.install.filterBoris Kolpackov1-0/+245
2022-10-10Preparatory work for public/private variable distinctionBoris Kolpackov1-0/+2
We still always use the public var_pool from context but where required, all access now goes through scope::var_pool().
2021-09-29Add notion of bundle amalgamation scopeBoris Kolpackov1-0/+2
2021-09-14Consistently install prerequisites from any scope by defaultBoris Kolpackov1-0/+32
It is also now possible to adjust this behavior with global config.install.scope override. Valid values for this variable are: project -- only from project strong -- from strong amalgamation weak -- from weak amalgamation global -- from all projects (default)