summaryrefslogtreecommitdiffstats
path: root/src/subprocess-win32.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix for win32 long command lines:U-MATHLETE\John2011-06-261-2/+3
| | | | | | - remove 'cmd /c' prepend from SubProcess::Start() - fix the subprocess tests to prepend 'cmd /c' explicitly
* Fix for 'pipe has ended' errors on Win32 distributed buildsEvan Martin2011-06-251-0/+5
| | | | Patch from John Birtley.
* windows: remove extra printEvan Martin2011-05-081-1/+0
|
* windows: pass subprocess testsEvan Martin2011-05-081-2/+4
|
* windows: subprocess implementation for WindowsEvan Martin2011-05-061-0/+211
Heavily based on a patch from Sergey Nenakhov <nenakhov.sergey@gmail.com>.