aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/utility.cxx
AgeCommit message (Collapse)AuthorFilesLines
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)