Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -0/+11 | |
2021-11-04 | Fix test | Boris Kolpackov | 1 | -1/+1 | |
2021-11-02 | Add $sort() function | Boris Kolpackov | 1 | -1/+16 | |
Available overloads: $sort(<names> [, <flags>]) $sort(<ints> [, <flags>]) $sort(<strings> [, <flags>]) $sort(<paths> [, <flags>]) $sort(<dir_paths> [, <flags>]) The following flag is supported by the all overloads: dedup - in addition to sorting also remove duplicates Additionally, the strings overload also support the following flag: icase - sort ignoring case Note that on case-insensitive filesystem the paths and dir_paths overload's order is case-insensitive. | |||||
2020-12-08 | Redo $normalize(true) as separate $actualize() | Karen Arutyunov | 1 | -9/+12 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 2 | -2/+0 | |
2019-11-05 | Fix tests | Boris Kolpackov | 1 | -0/+2 | |
2019-10-01 | Rename $filesystem.path_match() to $path.match() | Karen Arutyunov | 1 | -0/+79 | |
2019-01-16 | Update copyright year | Karen Arutyunov | 2 | -2/+2 | |
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Boris Kolpackov | 1 | -1/+1 | |
2018-05-19 | Update copyright year | Karen Arutyunov | 2 | -2/+2 | |
2018-05-19 | Get rid of doc{version} and types for testscript and manifest in buildfiles | Karen Arutyunov | 1 | -1/+1 | |
2017-11-10 | Add $directory(), $base(), $leaf() and $extension() functions | Karen Arutyunov | 1 | -0/+65 | |
2017-01-19 | Add support for portable path modifer and dot character escaping inversion | Karen Arutyunov | 1 | -3/+3 | |
2017-01-05 | Update copyright year | Boris Kolpackov | 2 | -2/+2 | |
2017-01-05 | Add support for regex in runner | Karen Arutyunov | 1 | -3/+1 | |
2016-12-16 | Convert tests/ to subproject, initial work on cross-testing support | Boris Kolpackov | 2 | -2/+4 | |
2016-12-05 | Add optional actualize argument to $path.normalize() | Boris Kolpackov | 1 | -10/+10 | |
2016-12-01 | Implement testscript variable-if | Boris Kolpackov | 1 | -1/+1 | |
Now a variable-only if is treated the same as a single variable when deciding whether it is part of a test or setup/teardown. | |||||
2016-12-01 | Add path.canonicalize() function | Boris Kolpackov | 1 | -1/+12 | |
2016-12-01 | Organize tests/, factor common testscript fragments | Boris Kolpackov | 2 | -9/+1 | |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 1 | -2/+2 | |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 1 | -1/+1 | |
2016-11-23 | Fix failing on Windows path functions testscript | Karen Arutyunov | 1 | -1/+1 | |
2016-11-22 | Fix typo | Boris Kolpackov | 1 | -1/+1 | |
2016-11-21 | Change build.driver/path variable to build.path/process_path | Boris Kolpackov | 1 | -1/+1 | |
2016-11-18 | Add function machinery, implement path.normalize() | Boris Kolpackov | 2 | -0/+46 | |
Note that multi-argument functions are not yet "callable" since there is no support for value packs. |