| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
Drop any #includes that look like they're referencing system headers.
This reduces the dependency information considerably.
|
|
|
|
| |
This is a heuristic but it appears to work for the Chrome build.
|
|
|
|
|
|
|
|
|
|
| |
Rather than using subprocess.h, reimplement the subprocess code.
This allows:
1) using anonymous (instead of named) pipes
2) not using all the completion port craziness
3) printing the output as it happens
4) further variation, like adjusting the environment (in a forthcoming
change) without affecting the main subprocess code
|
|
This will be needed for performant builds on Windows.
|