index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
subprocess-win32.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
wrap some overlong lines
Evan Martin
2012-12-29
1
-2/+5
*
move Win32Fatal into util
Evan Martin
2012-08-12
1
-8/+0
*
windows: fix printf format for process id
Evan Martin
2012-07-27
1
-1/+1
*
wrap at 80 columns
Evan Martin
2012-07-27
1
-2/+5
*
pass subprocesses handle to nul device rather than null handle
Scott Graham
2012-05-09
1
-5/+16
*
Put & operator with the type rather than the variable name.
Thiago Farina
2012-04-28
1
-1/+1
*
Merge pull request #176 from pcc/exit-cleanup
Evan Martin
2012-02-14
1
-8/+55
|
\
|
*
Implement cleanup-on-interrupt
Peter Collingbourne
2012-02-04
1
-8/+55
*
|
Avoid using undefined value in Subprocess::OnPipeReady()
Qingning Huo
2012-02-04
1
-2/+3
|
/
*
Mark CreateProcess "program not found" failure as non-fatal
Qingning Huo
2012-01-20
1
-2/+20
*
factor out windows perror equivalent
Evan Martin
2011-12-20
1
-15/+1
*
windows: clear process launch structs before using them
Evan Martin
2011-12-02
1
-0/+2
*
Remove warning triggered by -Wextra on MinGW.
Nicolas Despres
2011-11-19
1
-1/+1
*
Use more portable way to get the current process ID.
Nicolas Despres
2011-11-19
1
-2/+1
*
This is C++, there is no need to write 'struct' before the type when declarin...
Thiago Farina
2011-09-10
1
-1/+1
*
subprocess-win32.cc: change named pipe names to contain process ID and subpro...
Qingning Huo
2011-09-04
1
-2/+2
*
Fix for win32 long command lines:
U-MATHLETE\John
2011-06-26
1
-2/+3
*
Fix for 'pipe has ended' errors on Win32 distributed builds
Evan Martin
2011-06-25
1
-0/+5
*
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