aboutsummaryrefslogtreecommitdiff
path: root/build2/cxx/target.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-07-01Split build system into library and driverBoris Kolpackov1-3/+3
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2019-01-09Tighten cc rules matchingBoris Kolpackov1-9/+9
Specifically, make sure the rule does not match if there is a c-common prerequisites that it doesn't recognize.
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-06-23Don't treat mxx{} as cc-sourceBoris Kolpackov1-3/+3
If we do it, then the link rule will refuse to match when modules are disabled (in which case mxx{} should be treated as a header).
2017-05-31C++ modules work: add target typesBoris Kolpackov1-0/+15
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+63