Age | Commit message (Expand) | Author | Files | Lines |
2022-09-29 | Add $find(<sequence>, <value>), $find_index(<sequence>, <value>) functions | Boris Kolpackov | 1 | -0/+25 |
2022-09-23 | Add $is_a(<name>, <target-type>), $filter[_out](<names>, <target-types>) func... | Boris Kolpackov | 1 | -12/+118 |
2022-07-07 | Fix incorrect function family assignment for $target.process_path() | Boris Kolpackov | 1 | -1/+1 |
2022-01-21 | Add another overload of to_target(), declare in functions-name.hxx | Boris Kolpackov | 1 | -3/+12 |
2021-11-04 | Add $size() function to get size of sequence (names, strings, etc) | Boris Kolpackov | 1 | -0/+41 |
2021-11-02 | Add $sort() function | Boris Kolpackov | 1 | -0/+2 |
2021-10-13 | Allow out-qualified names in $name.*() function family | Boris Kolpackov | 1 | -19/+36 |
2021-09-14 | Add support for passing multiple names to $name.*() functions | Boris Kolpackov | 1 | -3/+49 |
2020-12-04 | Mark Buildfile functions as pure or impure | Boris Kolpackov | 1 | -13/+21 |
2020-11-11 | Add ${c,cxx}.lib_{poptions,libs,rpaths}() functions | Boris Kolpackov | 1 | -1/+3 |
2020-06-03 | Fix function family for $target.path() | Karen Arutyunov | 1 | -1/+1 |
2020-06-02 | Add $target.process_path() analogous to $target.path() | Boris Kolpackov | 1 | -1/+29 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -26/+82 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -3/+3 |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+109 |