Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add deps_prefix for localized /showIncludes' output parsing | Peter Kümmel | 2013-10-18 | 1 | -2/+7 |
| | |||||
* | Avoid indexing into an empty string. | Reid Kleckner | 2013-08-19 | 1 | -1/+4 |
| | |||||
* | Use fwrite in the msvc tool instead of printf | Reid Kleckner | 2013-07-26 | 1 | -1/+3 |
| | | | | | This allows wide characters from the compiler to propagate through the msvc tool. Similar to ad76e867f782e75e0fed620e7b39f7099af154a9. | ||||
* | Set stdout to binary mode in -t msvc. | Nico Weber | 2013-05-17 | 1 | -0/+6 |
| | | | | Fixes issue #575. | ||||
* | don't print output with extra newline | Scott Graham | 2013-05-17 | 1 | -1/+1 |
| | |||||
* | windows build fix | Evan Martin | 2013-04-11 | 1 | -1/+2 |
| | | | | How did this ever work? | ||||
* | factor MSVC parsing out of CLWrapper into CLParser | Evan Martin | 2013-04-08 | 1 | -12/+14 |
| | |||||
* | depfile helper: check errors on writing .d files | Scott Graham | 2013-02-16 | 1 | -11/+26 |
| | | | | Closes #492 and #493. | ||||
* | mingw helper: drop unused -r flag | Evan Martin | 2012-10-23 | 1 | -6/+1 |
| | |||||
* | Merge pull request #427 from jonforums/jf/mingw-n-msvc | Evan Martin | 2012-09-21 | 1 | -0/+1 |
|\ | | | | | fix mingw build fail - redux | ||||
| * | Always include stdio.h | Jon | 2012-09-20 | 1 | -4/+1 |
| | | |||||
| * | Give MinGW builds MSVC build helper superpowers | Jon | 2012-09-20 | 1 | -0/+4 |
| | | | | | | | | | | | | 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 | ||||
* | | fix spaces in headers for -t msvc | Scott Graham | 2012-09-20 | 1 | -2/+2 |
|/ | |||||
* | don't emit duplicate headers for msvc helper | Scott Graham | 2012-09-17 | 1 | -1/+1 |
| | |||||
* | windows: merge msvc-helper into ninja.exe itself | Evan Martin | 2012-09-13 | 1 | -5/+5 |
| | | | | | | Now "ninja -t msvc ..." passes the "..." to the msvc helper main. This drastically simplifies bootstrap and makes ninja a single binary again. | ||||
* | add a helper binary for wrapping cl.exe | Evan Martin | 2012-08-15 | 1 | -0/+115 |
Modify bootstrap etc. to make use of this binary. |