Age | Commit message (Expand) | Author | Files | Lines |
2022-01-18 | Add dynamic prerequisites to $< unless --adhoc is specified | Boris Kolpackov | 1 | -0/+2 |
2022-01-06 | Add depdb-dyndep --update-{include,exclude} options | Boris Kolpackov | 1 | -135/+155 |
2021-12-14 | Clean .t file in ad hoc recipe | Boris Kolpackov | 1 | -3/+18 |
2021-12-06 | Recognize absolute Windows paths in make parser | Boris Kolpackov | 1 | -2/+1 |
2021-12-06 | Redo make_parser interface to return path, handle invalid_path exception | Boris Kolpackov | 1 | -2/+2 |
2021-12-03 | Get rid of unused lambda captures | Boris Kolpackov | 1 | -1/+1 |
2021-12-03 | Add depdb-dyndep --drop-cycles option | Boris Kolpackov | 1 | -33/+23 |
2021-11-30 | Get rid of unused lambda captures | Boris Kolpackov | 1 | -4/+4 |
2021-11-30 | Add support for dynamic dependencies as byproduct of script body | Boris Kolpackov | 1 | -64/+509 |
2021-11-28 | Avoid unnecessary work in depdb::close() if using static check_mtime() | Boris Kolpackov | 1 | -1/+1 |
2021-11-28 | Generalize depdb::touch functionality to support custom timestamp | Boris Kolpackov | 1 | -1/+1 |
2021-11-23 | Add support for dynamic dependencies in ad hoc Buildscript recipes | Boris Kolpackov | 1 | -215/+528 |
2021-08-04 | Take into account file-base'ness in ad hoc buildscript recipes | Boris Kolpackov | 1 | -2/+25 |
2021-06-08 | Redo low verbosity diagnostic deduction to use scope instead of target | Boris Kolpackov | 1 | -7/+3 |
2021-06-08 | Implement ad hoc regex pattern rule support | Boris Kolpackov | 1 | -7/+15 |
2021-06-08 | Redo fallback reverse operation machinery in ad hoc recipes | Boris Kolpackov | 1 | -26/+16 |
2021-06-08 | Only pass target to recipe_text() if recipe is not shared | Boris Kolpackov | 1 | -3/+7 |
2021-05-12 | Keep phase locked while working own queue | Boris Kolpackov | 1 | -3/+1 |
2021-04-20 | Detect environment changes in ad hoc recipes | Boris Kolpackov | 1 | -13/+25 |
2020-12-02 | Add support for buildscript depdb preamble | Karen Arutyunov | 1 | -65/+60 |
2020-11-19 | Remove target files on ad hoc rule update buildscript error | Karen Arutyunov | 1 | -1/+18 |
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 1 | -5/+20 |
2020-11-02 | Set executable bit for ad hoc buildscript rule executable target on POSIX | Karen Arutyunov | 1 | -0/+22 |
2020-10-20 | Add operation callback for adhoc rule match and apply | Boris Kolpackov | 1 | -2/+3 |
2020-07-12 | Rename rule-adhoc-* to adhoc-rule-* | Boris Kolpackov | 1 | -0/+603 |