Age | Commit message (Expand) | Author | Files | Lines |
2022-03-07 | Add support for update=unmatch|match to ad hoc recipes | Boris Kolpackov | 1 | -0/+13 |
2022-03-02 | Add update operation-specific variable with unmatch|match additional values | Boris Kolpackov | 1 | -6/+6 |
2022-02-16 | Invent quoting modes for to_stream(name) | Karen Arutyunov | 1 | -1/+1 |
2022-01-18 | Add dynamic prerequisites to $< unless --adhoc is specified | Boris Kolpackov | 1 | -7/+26 |
2022-01-06 | Add depdb-dyndep --update-{include,exclude} options | Boris Kolpackov | 1 | -27/+299 |
2021-12-06 | Recognize absolute Windows paths in make parser | Boris Kolpackov | 1 | -1/+1 |
2021-12-06 | Redo make_parser interface to return path, handle invalid_path exception | Boris Kolpackov | 1 | -4/+2 |
2021-12-03 | Add depdb-dyndep --drop-cycles option | Boris Kolpackov | 1 | -26/+46 |
2021-11-30 | Add support for dynamic dependencies as byproduct of script body | Boris Kolpackov | 1 | -62/+152 |
2021-11-23 | Add support for dynamic dependencies in ad hoc Buildscript recipes | Boris Kolpackov | 1 | -81/+790 |
2021-10-14 | Pass along parse_names_result during script command parsing | Boris Kolpackov | 1 | -9/+9 |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 1 | -1/+1 |
2021-08-04 | Take into account file-base'ness in ad hoc buildscript recipes | Boris Kolpackov | 1 | -2/+8 |
2021-06-08 | Redo low verbosity diagnostic deduction to use scope instead of target | Boris Kolpackov | 1 | -18/+12 |
2021-06-08 | Implement ad hoc regex pattern rule support | Boris Kolpackov | 1 | -1/+3 |
2021-06-08 | Only pass target to recipe_text() if recipe is not shared | Boris Kolpackov | 1 | -9/+15 |
2021-05-28 | Add pattern_mode::ignore and use in appropriate places | Boris Kolpackov | 1 | -3/+3 |
2021-05-28 | Make notion of name pattern explicit, fix various related loose ends | Boris Kolpackov | 1 | -3/+3 |
2021-04-21 | Add buildscript depdb builtin 'env' command | Karen Arutyunov | 1 | -1/+28 |
2021-04-20 | Detect environment changes in ad hoc recipes | Boris Kolpackov | 1 | -1/+1 |
2020-12-08 | In update ad hoc recipe buildscripts allow non-pure function calls only in de... | Karen Arutyunov | 1 | -2/+32 |
2020-12-08 | Add support for config.test.runner | Karen Arutyunov | 1 | -0/+10 |
2020-12-02 | Add support for buildscript depdb preamble | Karen Arutyunov | 1 | -85/+255 |
2020-06-18 | Add env script pseudo-builtin | Karen Arutyunov | 1 | -1/+5 |
2020-06-18 | Fix untracked variable check in buildscript parser | Karen Arutyunov | 1 | -1/+1 |
2020-06-08 | Fix crashing when special builtin appears inside if condition or branch | Karen Arutyunov | 1 | -1/+23 |
2020-06-08 | Fix crashing for buildscript diag line using non-local variable | Karen Arutyunov | 1 | -11/+35 |
2020-06-05 | Add depdb buildscript builtin | Karen Arutyunov | 1 | -40/+116 |
2020-06-05 | Add ability to specify ad hoc recipe actions | Boris Kolpackov | 1 | -1/+1 |
2020-06-04 | Properly handle diag directive in build script parser | Karen Arutyunov | 1 | -40/+116 |
2020-06-03 | Fix $process.run() to properly handle proces_path_ex | Karen Arutyunov | 1 | -9/+3 |
2020-06-03 | Allow process path values and targets as buildscript program names | Karen Arutyunov | 1 | -12/+411 |
2020-05-29 | Move low-verbosity command name from adhoc_script_rule to script | Boris Kolpackov | 1 | -1/+4 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -0/+391 |