aboutsummaryrefslogtreecommitdiff
path: root/tests/process
AgeCommit message (Expand)AuthorFilesLines
2019-06-03Fix missing for Windows traits alias renamingKaren Arutyunov1-1/+1
2019-06-03Rename traits alias to traits_type for basic_path, basic_url, and string_tabl...Karen Arutyunov1-1/+1
2019-05-03Partially dismantle modularization using Modules TS semanticsBoris Kolpackov2-4/+3
2019-01-16Update copyright yearKaren Arutyunov3-3/+3
2018-08-20Add timed_wait() and kill() to process class, change try_wait() signatureKaren Arutyunov1-4/+4
2018-06-15Add portable environment variable manipulation functionsBoris Kolpackov1-21/+14
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-10-01Only enable modularized build if forcedBoris Kolpackov1-6/+1
2017-09-22Initial modularization with both Clang and VC hacksBoris Kolpackov2-5/+28
2017-07-21Add support for passing environment variables to child process on WindowsKaren Arutyunov1-9/+2
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-12Resolve ambiguity between std:: and butl:: optionalBoris Kolpackov1-2/+2
2017-06-07Support passing environment variables to child processKaren Arutyunov1-10/+63
2017-05-31Add ifdstream::read_text() and ifdstream::read_binary()Karen Arutyunov1-9/+3
2017-05-15Fix VC15 warnings (/W3)Karen Arutyunov1-1/+6
2017-05-01Add hxx extension for headers and lib prefix for library dirKaren Arutyunov2-5/+5
2017-04-21Implement execution of Windows batch filesBoris Kolpackov3-3/+41
2017-04-10Add process_run()/process_start() higher-level API on top of class processBoris Kolpackov1-1/+1
2017-01-09Add operator<<(ostream, exception)Karen Arutyunov1-1/+1
2017-01-05Update copyright yearBoris Kolpackov2-2/+2
2017-01-05Add process_exitKaren Arutyunov1-2/+2
2016-12-07Add path::current(), path::parent()Karen Arutyunov1-3/+3
2016-11-03Invent auto_fd, make use of it in fdstreams and processKaren Arutyunov1-13/+12
2016-10-24Make process status optionalKaren Arutyunov1-0/+20
2016-08-21Redo process path search to better accommodate Windows-specific semanticsBoris Kolpackov1-0/+1
2016-08-08Cosmetic changesKaren Arutyunov1-1/+1
2016-07-30Don't use hard-coded directory separatorsBoris Kolpackov1-1/+1
2016-07-28Redesign path to store trailing slash for directoriesBoris Kolpackov1-1/+1
2016-07-23Extend fdstreamKaren Arutyunov1-12/+14
2016-06-18Eliminate the use of *_s() functions on WindowsKaren Arutyunov1-2/+2
2016-06-03Add fdnull()Karen Arutyunov1-49/+16
2016-05-31Port to MinGWKaren Arutyunov2-0/+364