aboutsummaryrefslogtreecommitdiff
path: root/tests/process-run
AgeCommit message (Expand)AuthorFilesLines
2020-02-12Rename fdnull() to fdopen_null()Karen Arutyunov1-3/+3
2020-02-06Drop copyright notice from source codeBoris Kolpackov3-3/+0
2019-08-23Fix some testscripts failing if project path contain spacesKaren Arutyunov1-1/+1
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov2-4/+3
2019-01-16Update copyright yearKaren Arutyunov3-3/+3
2018-05-19Update copyright yearKaren Arutyunov3-3/+3
2018-05-19Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov1-1/+1
2017-12-15Add process::pipe struct, extend process APIBoris Kolpackov1-0/+7
2017-10-01Only enable modularized build if forcedBoris Kolpackov1-6/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov2-4/+29
2017-07-27Rename process_start() and process_run() overloadsKaren Arutyunov1-8/+8
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov1-1/+1
2017-07-13Fix tests linkageKaren Arutyunov1-2/+2
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-1/+1
2017-06-07Support passing environment variables to child processKaren Arutyunov1-5/+3
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov2-5/+5
2017-04-19Fix parameter pack expansion in process_start() for ClangKaren Arutyunov1-2/+2
2017-04-10Add process_run()/process_start() higher-level API on top of class processBoris Kolpackov3-0/+112