aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cxx/target.cxx
AgeCommit message (Collapse)AuthorFilesLines
2023-08-22Add abstract c_inc{} and cxx_inc{} target typesBoris Kolpackov1-0/+13
These abstract base target types are meant for deriving additional target types (for example, Qt moc{}) that can be #include'd in C and C++ translation units, respectively. In particular, only such targets will be considered to reverse-lookup extensions to target types (see dyndep_rule::map_extension() for background).
2022-11-22Add support for Objective-C/C++ compilation in cc moduleBoris Kolpackov1-4/+14
2022-04-06Add support for rule hintsBoris Kolpackov1-5/+5
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.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-08-28Move cxx build system module to separate libraryKaren Arutyunov1-0/+85