summaryrefslogtreecommitdiffstats
path: root/tests/variable/scope-specific
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-162-2/+2
|
* Add support for target and prerequisite specific variable blocksBoris Kolpackov2018-11-211-1/+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 }
* Rename .test/test{} to .testscript/testscript{}Boris Kolpackov2018-09-041-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-192-2/+2
|
* Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov2018-05-191-1/+1
|
* Regularize directory target/scope-specific variable assignment syntaxBoris Kolpackov2018-05-032-0/+59