aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/compile-rule.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-05-01Redo module mapper logic not to rely on followup commandsBoris Kolpackov1-2/+1
2019-04-30Initial take on header unit and include translation supportBoris Kolpackov1-12/+46
2019-04-04Add support for extension-to-target type mapping ambiguity resolutionBoris Kolpackov1-3/+1
The typical case is h{} and hxx{} using the same .h extension. This was generally not a problem except for auto-generated headers. Now this is resolved by looking up the actual target.
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-02-03Get rid of action rule override semanticsBoris Kolpackov1-0/+156
Instead we now have two more or less separate match states for outer and inner parts of an action.