Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-23 | Rework diag_buffer interface to facilitate correct destruction order | Boris Kolpackov | 1 | -48/+0 | |
2022-11-08 | Restore original error/ignore_exit semantics in run<>() overloads | Boris Kolpackov | 1 | -30/+22 | |
2022-11-08 | Make process exit diagnostics consistent | Boris Kolpackov | 1 | -15/+114 | |
In particular, we now always print error message on non-0 exit except in cases where such exit is ignored. | |||||
2022-11-08 | Tighten args const-ness in the run*() function family | Boris Kolpackov | 1 | -2/+2 | |
2022-11-08 | More work on child process diagnostics buffering | Boris Kolpackov | 1 | -9/+119 | |
2021-04-22 | Add another hash/save_environment() overload | Boris Kolpackov | 1 | -0/+15 | |
2021-04-20 | Track changes to environment in cc rules | Boris Kolpackov | 1 | -0/+67 | |
2020-08-12 | Add iterator-based versions of find_option{,_prefix} | Matthew Krupcale | 1 | -0/+48 | |
This allows one to use all of the properties of iterators to manipulate the found option. | |||||
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 1 | -1/+0 | |
2020-01-27 | Improve process run_*() API | Boris Kolpackov | 1 | -0/+39 | |
2019-10-19 | Add find_stem() utility function | Boris Kolpackov | 1 | -0/+21 | |
2019-10-18 | Add ability to specify "compiler mode" options as part of config.{c,cxx} | Boris Kolpackov | 1 | -4/+4 | |
Such options are (normally) not overridden by buildfiles and are passed last (after cc.coptions and {c,cxx}.coptions) in the resulting command lines. They are also cross-hinted between config.c and config.cxx. For example: $ b config.cxx="g++ -m64" | |||||
2019-10-14 | Implement MSVC installation discovery for version 15 (2017) and later | Karen Arutyunov | 1 | -6/+6 | |
In particular, this removes the requirement to build from the Visual Studio command prompt. Note that since MSVC compiler binaries are target-specific (i.e., there are no -m32/-m64 options nor something like /MACHINE), in this case we default to a 64-bit build (a 32-bit build can still be achieved by running from a suitable command prompt). Finally, this mechanism is also used to find Clang bundled with MSVC. | |||||
2019-07-01 | Split build system into library and driver | Boris Kolpackov | 1 | -0/+155 | |