summaryrefslogtreecommitdiffstats
path: root/src/msvc_helper_main-win32.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix building on Windows in UNICODE modeGergely Nagy2017-10-311-1/+1
* Make deps=msvc experimentally available on non-Windows.Nico Weber2016-04-061-0/+1
* propagate include normalization failure to caller insteadScott Graham2015-06-181-1/+3
* add deps_prefix for localized /showIncludes' output parsingPeter Kümmel2013-10-181-2/+7
* Avoid indexing into an empty string.Reid Kleckner2013-08-191-1/+4
* Use fwrite in the msvc tool instead of printfReid Kleckner2013-07-261-1/+3
* Set stdout to binary mode in -t msvc.Nico Weber2013-05-171-0/+6
* don't print output with extra newlineScott Graham2013-05-171-1/+1
* windows build fixEvan Martin2013-04-111-1/+2
* factor MSVC parsing out of CLWrapper into CLParserEvan Martin2013-04-081-12/+14
* depfile helper: check errors on writing .d filesScott Graham2013-02-161-11/+26
* mingw helper: drop unused -r flagEvan Martin2012-10-231-6/+1
* Merge pull request #427 from jonforums/jf/mingw-n-msvcEvan Martin2012-09-211-0/+1
|\
| * Always include stdio.hJon2012-09-201-4/+1
| * Give MinGW builds MSVC build helper superpowersJon2012-09-201-0/+4
* | fix spaces in headers for -t msvcScott Graham2012-09-201-2/+2
|/
* don't emit duplicate headers for msvc helperScott Graham2012-09-171-1/+1
* windows: merge msvc-helper into ninja.exe itselfEvan Martin2012-09-131-5/+5
* add a helper binary for wrapping cl.exeEvan Martin2012-08-151-0/+115