aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bash/rule.cxx
AgeCommit message (Collapse)AuthorFilesLines
2021-10-07Verify libraries and targets they are linked to a for-install-compatibleBoris Kolpackov1-1/+7
2021-10-07Minor install-related cleanupsBoris Kolpackov1-1/+4
2021-09-14Consistently install prerequisites from any scope by defaultBoris Kolpackov1-15/+0
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-03-19Redo entering of src directories into scope_mapBoris Kolpackov1-1/+1
2020-12-14Fix bug in create_new_target_locked()Karen Arutyunov1-1/+1
2020-10-15Add ability to specify fallback value for NULL substitutions with in.nullBoris Kolpackov1-2/+3
2020-09-24Give hints for common causes of "no rule to update ..." errorBoris Kolpackov1-1/+1
2020-07-17Fix race in path/mtime assignment and file_rule::match()Boris Kolpackov1-5/+2
2020-06-26Fix race in library metadata protocolBoris Kolpackov1-1/+1
Specifically, we need to check whether the prerequisite_member is ad hoc before checking whether it is NULL because ad hoc ones are blanked out (set to NULL) during execute.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-23Introduce notion of build contextBoris Kolpackov1-8/+8
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-08-01Move bash build system module to separate libraryKaren Arutyunov1-0/+442