Age | Commit message (Expand) | Author | Files | Lines |
2024-02-12 | Move to_string(uint64_t,base,width) to utility, use everywhere | Boris Kolpackov | 1 | -1/+7 |
2023-11-22 | Add support for `import std` in Clang 17 or later with libc++ | Boris Kolpackov | 1 | -2/+4 |
2023-08-29 | Add diagnostics color support on Windows (GH issue #312) | Boris Kolpackov | 1 | -4/+2 |
2023-06-08 | Add support for buildfile importation | Boris Kolpackov | 1 | -2/+4 |
2023-04-04 | Add support for installation filtering (GH issue #147) | Boris Kolpackov | 1 | -0/+1 |
2023-01-24 | Add std::back_inserter() to utility.hxx | Boris Kolpackov | 1 | -1/+2 |
2022-12-08 | Add --[no]diag-color options (infrastructure only) | Boris Kolpackov | 1 | -1/+12 |
2022-11-23 | Rework diag_buffer interface to facilitate correct destruction order | Boris Kolpackov | 1 | -142/+11 |
2022-11-14 | Make $process.run() print builtin command line on error and verbosity level >= 3 | Karen Arutyunov | 1 | -0/+12 |
2022-11-08 | Restore original error/ignore_exit semantics in run<>() overloads | Boris Kolpackov | 1 | -21/+16 |
2022-11-08 | Make process exit diagnostics consistent | Boris Kolpackov | 1 | -55/+100 |
2022-11-08 | Tighten args const-ness in the run*() function family | Boris Kolpackov | 1 | -31/+35 |
2022-11-08 | More work on child process diagnostics buffering | Boris Kolpackov | 1 | -127/+404 |
2022-10-13 | Add support for 'for' loop second (... | for x) and third (for x <...) forms ... | Karen Arutyunov | 1 | -0/+1 |
2022-09-22 | Add support for hex notation for uint64 type | Boris Kolpackov | 1 | -0/+1 |
2022-02-21 | Factor process-wide initialization to init_process() function | Boris Kolpackov | 1 | -0/+14 |
2021-10-01 | Add notion of internal scope, translate external -I to -isystem or equivalent | Boris Kolpackov | 1 | -0/+20 |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 1 | -6/+6 |
2021-08-13 | Cache git status results in version module | Boris Kolpackov | 1 | -33/+0 |
2021-04-22 | Add another hash/save_environment() overload | Boris Kolpackov | 1 | -0/+6 |
2021-04-20 | Track changes to environment in cc rules | Boris Kolpackov | 1 | -0/+29 |
2021-04-02 | Add support for propagating project environment | Boris Kolpackov | 1 | -2/+1 |
2021-01-30 | Add std::{map, multimap} to types.hxx | Boris Kolpackov | 1 | -2/+1 |
2021-01-30 | Rework include translation support | Boris Kolpackov | 1 | -0/+5 |
2020-12-15 | Cache more results of executing programs (compilers, etc) | Boris Kolpackov | 1 | -2/+34 |
2020-11-30 | Add more default argument values to run_start() | Boris Kolpackov | 1 | -13/+13 |
2020-11-23 | Add $string.lcase() and $string.ucase() functions | Karen Arutyunov | 1 | -0/+1 |
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 1 | -0/+7 |
2020-08-13 | Add few more run() overloads | Boris Kolpackov | 1 | -2/+17 |
2020-08-12 | Add iterator-based versions of find_option{,_prefix} | Matthew Krupcale | 1 | -3/+13 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 1 | -0/+1 |
2020-04-27 | Rework tool importation along with cli module | Boris Kolpackov | 1 | -1/+3 |
2020-02-12 | Adapt to renaming butl::fdnull() to fdopen_null() | Karen Arutyunov | 1 | -1/+1 |
2020-02-12 | Add builtins support for $process.run*() functions | Karen Arutyunov | 1 | -0/+8 |
2020-02-12 | Add convenience run_start() overload | Boris Kolpackov | 1 | -1/+26 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 |
2020-01-27 | Improve process run_*() API | Boris Kolpackov | 1 | -11/+25 |
2019-11-14 | Make use of butl::to_stream(ostream, path, bool) | Karen Arutyunov | 1 | -1/+2 |
2019-11-07 | Initial work on path_name use for `-` to stdin/stdout translation | Boris Kolpackov | 1 | -11/+3 |
2019-11-05 | Add support for automatic importing of libbuild2 of installed case | Boris Kolpackov | 1 | -1/+3 |
2019-11-04 | Add support for configuration exporting and importing | Boris Kolpackov | 1 | -0/+13 |
2019-10-29 | Add forward declaration header for build state types | Boris Kolpackov | 1 | -7/+1 |
2019-10-25 | Add --silent, remap verbosity 0 to 1 while building modules unless silent | Boris Kolpackov | 1 | -1/+5 |
2019-10-19 | Add find_stem() utility function | Boris Kolpackov | 1 | -0/+14 |
2019-10-18 | Add ability to specify "compiler mode" options as part of config.{c,cxx} | Boris Kolpackov | 1 | -10/+19 |
2019-10-16 | Try to find MSVC installation for absolute cl.exe paths | Boris Kolpackov | 1 | -1/+4 |
2019-10-14 | Implement MSVC installation discovery for version 15 (2017) and later | Karen Arutyunov | 1 | -9/+9 |
2019-10-09 | Prepend pattern search paths to PATH when running binutils | Boris Kolpackov | 1 | -15/+19 |
2019-10-08 | Redo bin pattern as PATH-like search paths rather than fallback directory | Boris Kolpackov | 1 | -2/+15 |
2019-10-01 | Adapt to renaming butl::casecmp() to icasecmp() | Karen Arutyunov | 1 | -3/+3 |