summaryrefslogtreecommitdiffstats
path: root/build2/test/rule.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Implement support for excluded and ad hoc prerequisitesBoris Kolpackov2018-06-281-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
* Update copyright yearKaren Arutyunov2018-05-191-1/+1
|
* Initial work for default update outer operationBoris Kolpackov2018-02-071-1/+1
| | | | | | 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.
* Fix test and install rules to handle see-through groups correctlyBoris Kolpackov2018-02-051-11/+14
|
* Get rid of action rule override semanticsBoris Kolpackov2018-02-031-13/+25
| | | | | Instead we now have two more or less separate match states for outer and inner parts of an action.
* Add hxx extension for headersKaren Arutyunov2017-05-011-0/+52