aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bin/target.hxx
AgeCommit message (Collapse)AuthorFilesLines
2022-12-01Fix corner case in distributing via obj{}, libul{} groupsBoris Kolpackov1-0/+8
2022-06-24Match rule to libul{} with explicit bin.metadata hintBoris Kolpackov1-0/+3
This rule picks, matches, and unmatches (if possible) a member for the purpose of making its metadata (for example, library's poptions, if it's one of the cc libraries) available.
2022-04-15Get rid of target::dynamic_type() virtual functionBoris Kolpackov1-52/+130
Instead of overriding this function, derived targets must now set the dynamic_type variable to their static_type in their constructor body.
2020-12-04Fix bug in installed libraries matching logicBoris Kolpackov1-2/+6
2020-12-03Fix modules support for installed librariesBoris Kolpackov1-6/+2
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-28Move bin build system module to separate libraryKaren Arutyunov1-0/+363