Age | Commit message (Expand) | Author | Files | Lines |
2022-11-08 | Tighten args const-ness in the run*() function family | Boris Kolpackov | 1 | -5/+5 |
2022-11-08 | Rework header dependency extraction with diagnostics buffering | Boris Kolpackov | 1 | -2/+2 |
2022-11-08 | More work on child process diagnostics buffering | Boris Kolpackov | 1 | -27/+282 |
2022-10-27 | Initial work on child process diagnostics buffering | Boris Kolpackov | 1 | -0/+2 |
2022-04-21 | Work around bogus -Wrestrict in GCC 12 (GCC bug #105329) | Boris Kolpackov | 1 | -2/+2 |
2022-02-21 | Factor process-wide initialization to init_process() function | Boris Kolpackov | 1 | -0/+87 |
2022-02-02 | Redo diagnostics without operator<< in namespace std | Boris Kolpackov | 1 | -7/+2 |
2021-07-06 | Clear errno before calling strto*() functions | Boris Kolpackov | 1 | -0/+1 |
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 1 | -0/+18 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -0/+4 |
2020-04-07 | Pass LC_ALL=C when extracting locale-dependent information on POSIX | Boris Kolpackov | 1 | -1/+1 |
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 | -0/+25 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2020-01-27 | Improve process run_*() API | Boris Kolpackov | 1 | -5/+23 |
2019-11-15 | Use path_name_view in location and path_name_value in location_value | Karen Arutyunov | 1 | -3/+3 |
2019-11-14 | Make use of butl::to_stream(ostream, path, bool) | Karen Arutyunov | 1 | -3/+4 |
2019-11-11 | Use path_name for `-` to stdin/stdout translation | Karen Arutyunov | 1 | -3/+2 |
2019-11-07 | Initial work on path_name use for `-` to stdin/stdout translation | Boris Kolpackov | 1 | -32/+8 |
2019-11-04 | Add support for configuration exporting and importing | Boris Kolpackov | 1 | -1/+31 |
2019-10-18 | Add ability to specify "compiler mode" options as part of config.{c,cxx} | Boris Kolpackov | 1 | -6/+10 |
2019-10-16 | Try to find MSVC installation for absolute cl.exe paths | Boris Kolpackov | 1 | -1/+9 |
2019-10-14 | Implement MSVC installation discovery for version 15 (2017) and later | Karen Arutyunov | 1 | -3/+3 |
2019-10-08 | Redo bin pattern as PATH-like search paths rather than fallback directory | Boris Kolpackov | 1 | -10/+12 |
2019-10-01 | Adapt to renaming butl::casecmp() to icasecmp() | Karen Arutyunov | 1 | -8/+8 |
2019-08-28 | Redo build_installed without requiring linking whole archive | Boris Kolpackov | 1 | -2/+0 |
2019-08-26 | Implement auto-import of development build2 build | Boris Kolpackov | 1 | -0/+2 |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -5/+3 |
2019-08-21 | Cleanup context.hxx and its usage | Boris Kolpackov | 1 | -0/+1 |
2019-08-21 | Implement dynamic loading of build system modules | Boris Kolpackov | 1 | -0/+5 |
2019-08-17 | Add support for default options files | Karen Arutyunov | 1 | -2/+8 |
2019-08-07 | Improve deadlock diagnostics (suppress stack trace, reword) | Boris Kolpackov | 1 | -3/+6 |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+517 |