aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/bin/target.hxx
AgeCommit message (Collapse)AuthorFilesLines
2023-11-01Use match options for runtime/buildtime distinction when installing librariesBoris Kolpackov1-0/+15
Specifically, now, if a library is installed solely as a prerequisite of an executable (potentially recursively), then only its runtime files are installed omitting everything buildtime-related (static/import libraries, non-versioned symlinks for shared libraries, pkg-config files, headers, etc). If you are familiar with the runtime and -dev/-devel package splits for libraries in Debian/Fedora, this is an analogous semantics.
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