Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 1 | -1/+0 | |
2017-03-14 | Use wildcard patterns | Boris Kolpackov | 1 | -2/+1 | |
2017-03-10 | Implement support for wildcard patterns | Boris Kolpackov | 1 | -1/+1 | |
2017-02-13 | Use variable_cache for target type/pattern-specific prepend/append | Boris Kolpackov | 1 | -1/+1 | |
2017-01-23 | Implement automatic loading of directory buildfiles | Boris Kolpackov | 1 | -3/+3 | |
Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/ | |||||
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-12-05 | Add comma, ternary, logical operators support in eval context | Boris Kolpackov | 1 | -1/+1 | |
2016-12-01 | Port old value reversibility tests | Boris Kolpackov | 1 | -1/+1 | |
2016-12-01 | Organize tests/, factor common testscript fragments | Boris Kolpackov | 1 | -1/+1 | |
2016-11-23 | Implement value type propagation on expansion | Boris Kolpackov | 1 | -1/+1 | |
Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it. | |||||
2016-11-23 | Implement assert directive | Boris Kolpackov | 1 | -1/+1 | |
The grammar is as follows: assert <expression> [<description>] assert! <expression> [<description>] The expression must evaluate to 'true' or 'false', just like in if-else. | |||||
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 1 | -1/+1 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. | |||||
2016-11-04 | Implement concurrent_runner | Boris Kolpackov | 1 | -1/+1 | |
2016-11-04 | Cosmetic change | Boris Kolpackov | 1 | -1/+1 | |
2016-07-12 | Use ./ instead of just . to denote current directory in buildfiles | Boris Kolpackov | 1 | -1/+1 | |
2016-01-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2015-06-18 | Add headers to buildfiles, move tests/build/ to tests/ | Boris Kolpackov | 1 | -0/+7 | |