Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-26 | Try to work around Clang optimization bug | Karen Arutyunov | 1 | -3/+7 | |
2020-02-12 | Adapt to renaming butl::fdnull() to fdopen_null() | Karen Arutyunov | 1 | -2/+2 | |
2020-02-12 | Add builtins support for $process.run*() functions | Karen Arutyunov | 1 | -43/+10 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 42 | -42/+0 | |
2020-01-30 | Swap order of matching command stdout and stderr by testscript runner | Karen Arutyunov | 1 | -2/+6 | |
2019-11-15 | Generalize attributes to be comma-separated with arbitrary values | Boris Kolpackov | 2 | -7/+7 | |
Before: x = [string null] After: x = [string, null] | |||||
2019-11-14 | Cleanup attribute parsing code | Boris Kolpackov | 1 | -4/+2 | |
2019-11-14 | Tighten up attribute recognition during parsing | Boris Kolpackov | 2 | -24/+31 | |
Now it should be possible to use `[]` for wildcard patterns, for example: foo = foo.[hit]xx Note that a leading bracket expression will still be recognized as attributes and escaping or quoting it will inhibit pattern matching. To resolve this case we need to specify an empty attribute list: foo = [] [abc]-foo.cxx | |||||
2019-11-13 | Use path_name in cc::lexer class | Karen Arutyunov | 2 | -2/+14 | |
2019-11-11 | Use path_name for `-` to stdin/stdout translation | Karen Arutyunov | 6 | -17/+26 | |
2019-11-07 | Raise libcpp version in regex-related check to 9.0 | Karen Arutyunov | 1 | -1/+1 | |
2019-11-07 | Initial work on path_name use for `-` to stdin/stdout translation | Boris Kolpackov | 6 | -16/+17 | |
2019-10-29 | Add forward declaration header for build state types | Boris Kolpackov | 2 | -4/+2 | |
2019-10-22 | Rename global_mutex_shards to global_mutexes | Boris Kolpackov | 1 | -2/+2 | |
2019-10-22 | Move global mutex shards to context | Boris Kolpackov | 1 | -2/+6 | |
2019-10-07 | Fix testscript regex to be compilable with VC 16.4 preview | Karen Arutyunov | 1 | -26/+8 | |
2019-10-01 | Adapt to moving path match to path-pattern.?xx | Karen Arutyunov | 1 | -2/+3 | |
2019-09-27 | Adapt to bracket expressions in wildcard patterns | Karen Arutyunov | 1 | -2/+3 | |
2019-09-27 | Add support for testscript builtin escaping | Karen Arutyunov | 1 | -4/+23 | |
2019-09-27 | Move testscript builtins to libbutl | Karen Arutyunov | 7 | -5994/+242 | |
2019-09-19 | Fix crashing on testscript command redirect overrides | Karen Arutyunov | 3 | -4/+132 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 7 | -95/+103 | |
All non-const global state is now in class context and we can now have multiple independent builds going on at the same time. | |||||
2019-08-14 | Use new mkanylink() from libbutl | Boris Kolpackov | 1 | -0/+2 | |
2019-08-12 | Use new fdstream constructor | Boris Kolpackov | 1 | -2/+2 | |
2019-08-12 | Adjust to fdstream constructor changes | Boris Kolpackov | 1 | -1/+1 | |
2019-08-07 | Improve deadlock diagnostics (suppress stack trace, reword) | Boris Kolpackov | 1 | -1/+1 | |
2019-08-02 | Regenerate options parsing code | Boris Kolpackov | 1 | -1/+0 | |
2019-07-24 | Use CLI-generated classes to parse testscript builtin options | Karen Arutyunov | 6 | -366/+5505 | |
2019-07-05 | Move config, dist, test, and install modules into library | Karen Arutyunov | 43 | -0/+15732 | |