Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-07-13 | Add hxx prerequisite type in test buildfiles | Karen Arutyunov | 1 | -1/+2 | |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 1 | -1/+1 | |
2017-06-27 | Add support for regex function family | Karen Arutyunov | 1 | -3/+3 | |
2017-06-26 | Add support for $path_search() and $path_match() | Karen Arutyunov | 1 | -3/+3 | |
2017-03-17 | Implement create meta-operation | Boris Kolpackov | 1 | -1/+1 | |
2017-03-16 | Add ability for meta-operation to preprocess buildspec | Boris Kolpackov | 1 | -1/+1 | |
2017-03-02 | Fix unit test code generation | Boris Kolpackov | 1 | -3/+1 | |
2017-02-13 | Add notion of phase, enforce | Boris Kolpackov | 1 | -1/+0 | |
2017-02-13 | Add scheduling calls to operation's match() | Boris Kolpackov | 1 | -1/+1 | |
2017-02-13 | Add model mutex, make var_pool const by default | Boris Kolpackov | 1 | -0/+3 | |
2017-01-06 | Store platform targets as typed target_triplet | Boris Kolpackov | 1 | -1/+2 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 1 | -2/+2 | |
2016-11-23 | Implement few builtin functions that can operate on any value | Boris Kolpackov | 1 | -2/+2 | |
type() null() empty () identity() | |||||
2016-11-21 | Add process_path.{recall,effect} build2 functions | Boris Kolpackov | 1 | -1/+2 | |
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 1 | -0/+14 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. |