Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-28 | Implement support for excluded and ad hoc prerequisites | Boris Kolpackov | 1 | -0/+3 | |
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-03 | Regularize directory target/scope-specific variable assignment syntax | Boris Kolpackov | 2 | -2/+2 | |
2018-02-05 | Fix test and install rules to handle see-through groups correctly | Boris Kolpackov | 2 | -4/+9 | |
2017-02-13 | Tighten target constness further | Boris Kolpackov | 3 | -4/+4 | |
2016-12-01 | Move old tests to old-tests/ | Boris Kolpackov | 19 | -0/+128 | |