aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.hxx
AgeCommit message (Expand)AuthorFilesLines
2023-05-10Add process::current_handle()Boris Kolpackov1-0/+3
2023-04-13Add process_print_callback() function in addition to *_{start,run}_*()Boris Kolpackov1-0/+9
2022-12-13Add noexcept to move constructors and move assignment operatorsKaren Arutyunov1-8/+8
2022-11-23Add some more process constructor overloadsBoris Kolpackov1-5/+68
2022-10-27Add few more process constructor overloads for convenienceBoris Kolpackov1-7/+32
2022-10-25All passing to process ownership to one end of pipeBoris Kolpackov1-4/+24
2021-09-28Get rid of C++ modules related code and rename *.mxx files to *.hxxKaren Arutyunov1-0/+832
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-649/+0
2017-07-28Add ability to restrict executable search to PATH onlyBoris Kolpackov1-7/+19
2017-07-27Rename process_start() and process_run() overloadsKaren Arutyunov1-13/+13
2017-07-21Add support for passing environment variables to child process on WindowsKaren Arutyunov1-2/+1
2017-06-23Rename LIBBUTL_EXPORT to LIBBUTL_SYMEXPORT in preparation for modularizationBoris Kolpackov1-2/+2
2017-06-07Fix process_env not to store storageKaren Arutyunov1-1/+0
2017-06-07Support passing environment variables to child processKaren Arutyunov1-34/+104
2017-05-24Remove msys instrumentationBoris Kolpackov1-10/+0
2017-05-19Instrument MSYS2 workaround code for further analysisBoris Kolpackov1-0/+10
2017-05-16Add to_string(timestamp)Karen Arutyunov1-2/+2
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov1-0/+569