Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for win32 long command lines: | U-MATHLETE\John | 2011-06-26 | 1 | -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 builds | Evan Martin | 2011-06-25 | 1 | -0/+5 |
| | | | | Patch from John Birtley. | ||||
* | windows: remove extra print | Evan Martin | 2011-05-08 | 1 | -1/+0 |
| | |||||
* | windows: pass subprocess tests | Evan Martin | 2011-05-08 | 1 | -2/+4 |
| | |||||
* | windows: subprocess implementation for Windows | Evan Martin | 2011-05-06 | 1 | -0/+211 |
Heavily based on a patch from Sergey Nenakhov <nenakhov.sergey@gmail.com>. |