Age | Commit message (Expand) | Author | Files | Lines |
2022-09-29 | Add $find(<sequence>, <value>), $find_index(<sequence>, <value>) functions | Boris Kolpackov | 1 | -2/+41 |
2022-09-13 | Add $builtin.concat(dir_path, dir_path) and $builtin.concat(dir_path, path) o... | Karen Arutyunov | 1 | -0/+10 |
2021-12-02 | Add $root_directory(<path>) function | Boris Kolpackov | 1 | -1/+42 |
2021-12-02 | Add $relative(<path>,<dir-path>) function | Boris Kolpackov | 1 | -1/+66 |
2021-11-26 | Add $size(string), $size(path), and $size(dir_path) functions | Boris Kolpackov | 1 | -0/+10 |
2021-11-04 | Add $size() function to get size of sequence (names, strings, etc) | Boris Kolpackov | 1 | -23/+31 |
2021-11-02 | Add $sort() function | Boris Kolpackov | 1 | -0/+33 |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 1 | -1/+1 |
2020-12-08 | Redo $normalize(true) as separate $actualize() | Karen Arutyunov | 1 | -26/+49 |
2020-12-04 | Mark Buildfile functions as pure or impure | Boris Kolpackov | 1 | -40/+43 |
2020-09-01 | Add TODO comment | Boris Kolpackov | 1 | -0/+2 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2019-10-01 | Rename $filesystem.path_match() to $path.match() | Karen Arutyunov | 1 | -0/+126 |
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/+361 |