aboutsummaryrefslogtreecommitdiff
path: root/libbutl/process.ixx
AgeCommit message (Expand)AuthorFilesLines
2020-05-30Fix process_path() constructorKaren Arutyunov1-2/+6
2020-04-10Add process_path(effect) constructorBoris Kolpackov1-0/+8
2020-02-06Drop copyright notice from source codeBoris Kolpackov1-1/+0
2019-10-08Add process_path::clear_recall()Boris Kolpackov1-0/+10
2019-10-07Add ability to specify custom path list in process::path_search()Boris Kolpackov1-10/+14
2019-07-05Fix move-constructing/assigning for process_env and process_path classesKaren Arutyunov1-11/+37
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-08-20Add timed_wait() and kill() to process class, change try_wait() signatureKaren Arutyunov1-8/+12
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-01-08Implement manual copying of process_pathBoris Kolpackov1-5/+23
2017-12-15Add process::pipe struct, extend process APIBoris Kolpackov1-0/+24
2017-09-23Undo modularization hacks for Clang that seem to be no longer necessaryBoris Kolpackov1-6/+0
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov1-2/+7
2017-07-28Add ability to restrict executable search to PATH onlyBoris Kolpackov1-10/+10
2017-06-07Support passing environment variables to child processKaren Arutyunov1-22/+10
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov1-0/+207