aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/install/functions.cxx
AgeCommit message (Collapse)AuthorFilesLines
2023-04-04Remove global override restriction from config.install.filterBoris Kolpackov1-14/+2
2023-04-04Add support for installation filtering (GH issue #147)Boris Kolpackov1-0/+67
2023-03-24Document relocatable installation supportBoris Kolpackov1-5/+5
2023-03-23Add support for relocatable installation in $install.resolve()Boris Kolpackov1-2/+54
2022-12-08Normalize extracted header/library search directories (GH issue #235)Boris Kolpackov1-2/+3
2020-12-04Mark Buildfile functions as pure or impureBoris Kolpackov1-1/+3
2020-06-16Add $bin.link_member() functionBoris Kolpackov1-2/+0
Given a linker output target type ("exe", "lib[as]", or "libu[eas]") return the target type of lib{} group member ("liba" or "libs") that will be picked when linking a lib{} group to this target type.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
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/+33