aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/in/target.cxx
AgeCommit message (Collapse)AuthorFilesLines
2023-12-03Reimplement search_existing() functions via target_type::searchBoris Kolpackov1-5/+5
This allows us to automatically get the target type-specific behavior with regards to the out_only semantics (added in the previous commit) instead of passing it explicitly from each call site.
2022-11-09Improve low-level diagnostics in `in` rule (and derived)Boris Kolpackov1-1/+9
2022-04-06Add support for rule hintsBoris Kolpackov1-1/+1
A rule hint is a target attribute, for example: [rule_hint=cxx] exe{hello}: c{hello} Rule hints can be used to resolve ambiguity when multiple rules match the same target as well as to override an unambiguous match.
2021-05-28Clean default target type extension logicBoris Kolpackov1-3/+1
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-07-24Move in build system module to separate libraryBoris Kolpackov1-0/+62