Commit Graph

25 Commits (master)

Author SHA1 Message Date
Daniel Kolesa 51d7a62bee eliminate -Wweak-vtables warnings 2018-01-05 22:48:38 +01:00
Daniel Kolesa 0925ff3350 clean up platform checks 2017-05-12 00:05:18 +02:00
Daniel Kolesa 10caf39244 split win32 and posix code of context_stack and process into separate files 2017-05-10 00:30:23 +02:00
Daniel Kolesa 2bab256b4d more windows fixes 2017-05-09 22:37:00 +02:00
Daniel Kolesa 5f12c8f0b9 use_path fix 2017-05-09 22:21:58 +02:00
Daniel Kolesa 60ebc1d5b8 do not attempt parsing if string is empty 2017-05-09 22:09:20 +02:00
Daniel Kolesa 5c6aab9290 properly handle null termination in unicode conversions 2017-05-09 21:47:33 +02:00
Daniel Kolesa 9d4a8cfa83 windows fixes 2017-05-09 21:20:37 +02:00
Daniel Kolesa 9c876166b2 cleanup 2017-05-09 20:40:52 +02:00
Daniel Kolesa af951a243c use strings for subprocess errors 2017-05-09 20:33:45 +02:00
Daniel Kolesa d5fe5dc292 use GetEnvironmentVariableW 2017-05-09 19:03:54 +02:00
Daniel Kolesa 4f9007ac57 untested windows code for subprocess handling 2017-05-09 18:59:56 +02:00
Daniel Kolesa 29ba5f22d3 cleanup 2017-05-08 20:40:18 +02:00
Daniel Kolesa 045a280c56 only initialize the data late 2017-05-08 20:38:46 +02:00
Daniel Kolesa 5d16d8fd87 move_data/swap_data is platform independent 2017-05-08 20:36:59 +02:00
Daniel Kolesa ea7f4062b7 hide platform-specific data from subprocess 2017-05-08 20:32:36 +02:00
Daniel Kolesa 31c3602839 fdopen fix 2017-05-08 20:00:51 +02:00
Daniel Kolesa 8319674705 file descriptor close fix 2017-05-08 19:56:29 +02:00
Daniel Kolesa 4966830d33 rename process_info to subprocess 2017-05-08 18:42:30 +02:00
Daniel Kolesa 4022897195 make sure process exec never leaks file descriptors 2017-05-08 17:10:09 +02:00
Daniel Kolesa 6079676ac9 handle failed fdopen 2017-05-08 04:16:47 +02:00
Daniel Kolesa ce1b94624a rename process_pipe 2017-05-08 04:13:07 +02:00
Daniel Kolesa 1ecf921f1a initial impl of process calling api (posix only atm) 2017-05-08 03:51:45 +02:00
Daniel Kolesa de7225c8f6 incorporate process.cc into build 2017-05-07 22:48:02 +02:00
Daniel Kolesa f01992c952 add command line splitting api (posix, windows) and use it from build 2017-05-07 21:17:13 +02:00