Age | Commit message (Expand) | Author | Files | Lines |
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 |
2019-08-30 | Make build_installed const | Boris Kolpackov | 1 | -3/+2 |
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/+6 |
2019-08-23 | Introduce notion of build context | Boris Kolpackov | 1 | -4/+3 |
2019-08-21 | Implement dynamic loading of build system modules | Boris Kolpackov | 1 | -1/+5 |
2019-08-07 | Improve deadlock diagnostics (suppress stack trace, reword) | Boris Kolpackov | 1 | -1/+7 |
2019-08-01 | Fix linkage failure due to inline functions defined in libbuild2/algorithm.ix... | Karen Arutyunov | 1 | -1/+1 |
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+671 |