aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/utility.hxx
AgeCommit message (Collapse)AuthorFilesLines
2021-09-14Consistently install prerequisites from any scope by defaultBoris Kolpackov1-0/+8
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)
2021-02-09Minor simplificationBoris Kolpackov1-2/+2
2020-03-31Use find instead of insert for variable lookup in install_{path,mode}()Boris Kolpackov1-2/+4
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2020-01-28Use scope::var_pool()Boris Kolpackov1-2/+2
2019-08-23Introduce notion of build contextBoris Kolpackov1-2/+2
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time.
2019-07-05Move config, dist, test, and install modules into libraryKaren Arutyunov1-0/+78