summaryrefslogtreecommitdiffstats
path: root/build2/prerequisite.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Add support for target and prerequisite specific variable blocksBoris Kolpackov2018-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | For example, now instead of: lib{foo}: cxx.loptions += -static lib{foo}: cxx.libs += -lpthread We can write: lib{foo}: { cxx.loptions += -static cxx.libs += -lpthread } The same works for prerequisites as well as target type/patterns. For example: exe{*.test}: { test = true install = false }
* Remove unnecessary move()'sBoris Kolpackov2018-08-221-2/+2
|
* Make project variable to be of project_name typeKaren Arutyunov2018-07-301-5/+3
|
* Add prerequisite variable visibility specification/enforcementBoris Kolpackov2018-06-281-0/+2
|
* Implement support for excluded and ad hoc prerequisitesBoris Kolpackov2018-06-281-2/+33
| | | | | | | | | | | | | | 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 support for prerequisite-specific variables, use for bin.wholeBoris Kolpackov2017-11-091-3/+24
|
* Add hxx extension for headersKaren Arutyunov2017-05-011-0/+166