aboutsummaryrefslogtreecommitdiff
path: root/build2/rule.hxx
AgeCommit message (Collapse)AuthorFilesLines
2018-06-28Implement support for excluded and ad hoc prerequisitesBoris Kolpackov1-1/+1
The inclusion/exclusion is controlled via the 'include' prerequisite-specific variable. Valid values are: false - exclude true - include adhoc - include but treat as an ad hoc input For example: lib{foo}: cxx{win32-utility}: include = ($cxx.targe.class == 'windows') exe{bar}: libs{plugin}: include = adhoc
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-02-07Initial work for default update outer operationBoris Kolpackov1-16/+10
While update still uses the old "all update rules update all their prerequisites" assumption, test and install have been fixed not to rely on this.
2018-02-03Get rid of action rule override semanticsBoris Kolpackov1-38/+6
Instead we now have two more or less separate match states for outer and inner parts of an action.
2017-05-01Add hxx extension for headersKaren Arutyunov1-0/+140