aboutsummaryrefslogtreecommitdiff
path: root/build2/dist/rule.hxx
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Move config, dist, test, and install modules into libraryKaren Arutyunov1-39/+0
2019-07-01Split build system into library and driverBoris Kolpackov1-5/+5
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-06-28Implement support for excluded and ad hoc prerequisitesBoris Kolpackov1-2/+2
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-03Get rid of action rule override semanticsBoris Kolpackov1-2/+1
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/+40