Age | Commit message (Expand) | Author | Files | Lines |
2024-02-20 | Add json_map and json_set buildfile value types | Boris Kolpackov | 1 | -1/+12 |
2024-02-20 | Add string_set buildfile value type | Boris Kolpackov | 1 | -1/+2 |
2024-02-19 | Add string_map buildfile value type | Boris Kolpackov | 1 | -2/+8 |
2024-02-07 | Add $json.object_names() function | Boris Kolpackov | 1 | -15/+37 |
2024-02-07 | Tweak $json.*() function names and semantics | Boris Kolpackov | 1 | -19/+19 |
2024-02-07 | Use reverse to fundamental types semantics in $json.member_value() | Boris Kolpackov | 1 | -1/+1 |
2024-02-07 | Add experimental support for JSON value types | Boris Kolpackov | 3 | -0/+231 |
2023-11-02 | Add $first()/$second() pair functions | Boris Kolpackov | 1 | -0/+25 |
2023-05-30 | Add $path.posix_string() and $path.posix_representation() functions | Karen Arutyunov | 1 | -0/+72 |
2022-12-15 | Add $regex.filter[_out]_{match,search}() functions | Karen Arutyunov | 1 | -0/+116 |
2022-09-30 | Move integer and bool function to separate source/testscript files | Boris Kolpackov | 3 | -39/+47 |
2022-09-29 | Add $find(<sequence>, <value>), $find_index(<sequence>, <value>) functions | Boris Kolpackov | 4 | -2/+60 |
2022-09-23 | Add $is_a(<name>, <target-type>), $filter[_out](<names>, <target-types>) func... | Boris Kolpackov | 1 | -0/+36 |
2022-09-22 | Add $integer_sequence(<begin>, <end>[, <step>]) function | Boris Kolpackov | 1 | -0/+8 |
2022-09-22 | Add support for hex notation for uint64 type | Boris Kolpackov | 1 | -0/+8 |
2021-12-02 | Fix path function test failure on Windows | Boris Kolpackov | 1 | -1/+1 |
2021-12-02 | Add $root_directory(<path>) function | Boris Kolpackov | 1 | -0/+22 |
2021-12-02 | Add $relative(<path>,<dir-path>) function | Boris Kolpackov | 1 | -0/+6 |
2021-11-26 | Add $size(string), $size(path), and $size(dir_path) functions | Boris Kolpackov | 2 | -0/+18 |
2021-11-04 | Fix test | Boris Kolpackov | 1 | -1/+1 |
2021-11-04 | Add $size() function to get size of sequence (names, strings, etc) | Boris Kolpackov | 3 | -5/+24 |
2021-11-02 | Add $sort() function | Boris Kolpackov | 3 | -1/+34 |
2021-09-14 | Consistently install prerequisites from any scope by default | Boris Kolpackov | 1 | -0/+1 |
2020-12-08 | Redo $normalize(true) as separate $actualize() | Karen Arutyunov | 1 | -9/+12 |
2020-09-28 | Add $string.trim() function | Boris Kolpackov | 1 | -0/+7 |
2020-07-18 | Add $regex.find_match() and $regex.find_search() functions | Karen Arutyunov | 1 | -0/+84 |
2020-04-03 | Skip unmatched lines in $regex.replace_lines() if format_no_copy flag is spec... | Karen Arutyunov | 1 | -0/+20 |
2020-03-17 | Add $defined(<variable>) function | Boris Kolpackov | 1 | -2/+17 |
2020-02-12 | Add builtins support for $process.run*() functions | Karen Arutyunov | 1 | -16/+128 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 14 | -14/+0 |
2019-11-15 | Generalize attributes to be comma-separated with arbitrary values | Boris Kolpackov | 1 | -3/+3 |
2019-11-14 | Require attributes to be separated from words and similar on RHS | Boris Kolpackov | 1 | -1/+1 |
2019-11-08 | Add $regex.replace_lines() function | Karen Arutyunov | 1 | -0/+82 |
2019-11-05 | Fix tests | Boris Kolpackov | 5 | -4/+24 |
2019-10-01 | Add support for $string.icasecmp() | Karen Arutyunov | 2 | -0/+32 |
2019-10-01 | Make $regex.{match,search}() to return NULL for no match if return_match or r... | Karen Arutyunov | 1 | -4/+4 |
2019-10-01 | Rename $filesystem.path_match() to $path.match() | Karen Arutyunov | 2 | -79/+79 |
2019-10-01 | Adapt to swapping of entry and pattern parameters in butl::path_match() | Karen Arutyunov | 1 | -19/+19 |
2019-01-16 | Update copyright year | Karen Arutyunov | 12 | -12/+12 |
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Boris Kolpackov | 6 | -6/+6 |
2018-07-16 | Resolve function overload via the argument reversal to untyped | Boris Kolpackov | 2 | -14/+2 |
2018-06-20 | Add $process.run() and $process.run_regex() functions | Boris Kolpackov | 2 | -0/+35 |
2018-05-19 | Update copyright year | Karen Arutyunov | 10 | -10/+10 |
2018-05-19 | Get rid of doc{version} and types for testscript and manifest in buildfiles | Karen Arutyunov | 5 | -5/+5 |
2017-11-10 | Add $directory(), $base(), $leaf() and $extension() functions | Karen Arutyunov | 1 | -0/+65 |
2017-09-11 | Add ability to pass scope to buildfile functions, add $install.resolve() | Boris Kolpackov | 2 | -0/+38 |
2017-08-30 | Add $regex.split(), $regex.merge() and $regex.apply() functions | Karen Arutyunov | 1 | -0/+96 |
2017-06-27 | Add support for regex function family | Karen Arutyunov | 2 | -0/+260 |
2017-06-26 | Add support for $path_search() and $path_match() | Karen Arutyunov | 2 | -0/+160 |
2017-06-21 | Add support for $envvar() function | Karen Arutyunov | 1 | -0/+61 |