Age | Commit message (Expand) | Author | Files | Lines |
2020-04-07 | Add ability to print process_env environment | Boris Kolpackov | 1 | -0/+36 |
2020-02-06 | Drop copyright notice from source code | Boris Kolpackov | 1 | -1/+0 |
2019-08-27 | Fix backslash escaping in windows process arguments | Karen Arutyunov | 1 | -8/+64 |
2019-06-03 | Fix missing for Windows traits alias renaming | Karen Arutyunov | 1 | -1/+1 |
2019-06-03 | Rename traits alias to traits_type for basic_path, basic_url, and string_tabl... | Karen Arutyunov | 1 | -1/+1 |
2019-05-03 | Partially dismantle modularization using Modules TS semantics | Boris Kolpackov | 1 | -3/+3 |
2019-01-16 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2018-08-20 | Add timed_wait() and kill() to process class, change try_wait() signature | Karen Arutyunov | 1 | -4/+4 |
2018-06-15 | Add portable environment variable manipulation functions | Boris Kolpackov | 1 | -21/+14 |
2018-05-19 | Update copyright year | Karen Arutyunov | 1 | -1/+1 |
2017-09-22 | Initial modularization with both Clang and VC hacks | Boris Kolpackov | 1 | -5/+22 |
2017-07-21 | Add support for passing environment variables to child process on Windows | Karen Arutyunov | 1 | -9/+2 |
2017-06-12 | Resolve ambiguity between std:: and butl:: optional | Boris Kolpackov | 1 | -2/+2 |
2017-06-07 | Support passing environment variables to child process | Karen Arutyunov | 1 | -10/+63 |
2017-05-31 | Add ifdstream::read_text() and ifdstream::read_binary() | Karen Arutyunov | 1 | -9/+3 |
2017-05-15 | Fix VC15 warnings (/W3) | Karen Arutyunov | 1 | -1/+6 |
2017-05-01 | Add hxx extension for headers and lib prefix for library dir | Karen Arutyunov | 1 | -3/+3 |
2017-04-21 | Implement execution of Windows batch files | Boris Kolpackov | 1 | -2/+23 |
2017-04-10 | Add process_run()/process_start() higher-level API on top of class process | Boris Kolpackov | 1 | -1/+1 |
2017-01-09 | Add operator<<(ostream, exception) | Karen Arutyunov | 1 | -1/+1 |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 |
2017-01-05 | Add process_exit | Karen Arutyunov | 1 | -2/+2 |
2016-12-07 | Add path::current(), path::parent() | Karen Arutyunov | 1 | -3/+3 |
2016-11-03 | Invent auto_fd, make use of it in fdstreams and process | Karen Arutyunov | 1 | -13/+12 |
2016-10-24 | Make process status optional | Karen Arutyunov | 1 | -0/+20 |
2016-08-21 | Redo process path search to better accommodate Windows-specific semantics | Boris Kolpackov | 1 | -0/+1 |
2016-08-08 | Cosmetic changes | Karen Arutyunov | 1 | -1/+1 |
2016-07-30 | Don't use hard-coded directory separators | Boris Kolpackov | 1 | -1/+1 |
2016-07-28 | Redesign path to store trailing slash for directories | Boris Kolpackov | 1 | -1/+1 |
2016-07-23 | Extend fdstream | Karen Arutyunov | 1 | -12/+14 |
2016-06-18 | Eliminate the use of *_s() functions on Windows | Karen Arutyunov | 1 | -2/+2 |
2016-06-03 | Add fdnull() | Karen Arutyunov | 1 | -49/+16 |
2016-05-31 | Port to MinGW | Karen Arutyunov | 1 | -0/+357 |