Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-09 | Make process exit diagnostics in executable metadata extraction consistent | Boris Kolpackov | 1 | -1/+2 | |
2022-11-08 | Make process exit diagnostics consistent | Boris Kolpackov | 1 | -10/+16 | |
In particular, we now always print error message on non-0 exit except in cases where such exit is ignored. | |||||
2022-11-08 | More work on child process diagnostics buffering | Boris Kolpackov | 1 | -6/+41 | |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 1 | -2/+2 | |
2021-04-20 | Detect environment changes in ad hoc recipes | Boris Kolpackov | 1 | -1/+2 | |
2021-04-09 | Document hermetic build configuration support | Boris Kolpackov | 1 | -0/+10 | |
2020-12-04 | Mark Buildfile functions as pure or impure | Boris Kolpackov | 1 | -30/+35 | |
2020-06-26 | Minor terminology fix in comments | Boris Kolpackov | 1 | -1/+1 | |
2020-06-04 | Properly handle diag directive in build script parser | Karen Arutyunov | 1 | -1/+1 | |
2020-06-03 | Fix $process.run() to properly handle proces_path_ex | Karen Arutyunov | 1 | -7/+27 | |
2020-06-03 | Allow process path values and targets as buildscript program names | Karen Arutyunov | 1 | -3/+4 | |
Also deduce the recipe name. | |||||
2020-02-12 | Add builtins support for $process.run*() functions | Karen Arutyunov | 1 | -90/+296 | |
2020-02-12 | Add convenience run_start() overload | Boris Kolpackov | 1 | -1/+1 | |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2020-01-27 | Improve process run_*() API | Boris Kolpackov | 1 | -29/+20 | |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -2/+2 | |
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-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+253 | |