| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
fix mingw build fail - redux
|
| | |
|
| |
| |
| |
| |
| |
| | |
Note: _WIN32 is used instead of WIN32 to enable builds with MSVC
IDE, Windows SDK non-IDE command line tools, and mingw/mingw-w64
based toolchains
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
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.
|