summaryrefslogtreecommitdiffstats
path: root/src/msvc_helper-win32.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix building on Windows in UNICODE modeGergely Nagy2017-10-311-6/+6
* Make deps=msvc experimentally available on non-Windows.Nico Weber2016-04-061-83/+0
* don't alias input/output in ExtractDeps (i.e. actually works now)Scott Graham2015-06-181-0/+2
* propagate include normalization failure to caller insteadScott Graham2015-06-181-11/+7
* Error+exit -> FatalScott Graham2015-06-181-2/+1
* don't abort()Scott Graham2015-06-091-3/+3
* push error to caller and abort on failureScott Graham2015-06-091-3/+9
* CLParser shouldn't read stderrScott Graham2014-04-141-1/+1
* Minor style fixes. No functionality change.Nico Weber2013-10-191-4/+6
* add deps_prefix for localized /showIncludes' output parsingPeter Kümmel2013-10-181-8/+7
* Stop `-t msvc -o` from lowercasing paths from /showIncludes output.Nico Weber2013-05-291-2/+5
* factor MSVC parsing out of CLWrapper into CLParserEvan Martin2013-04-081-50/+44
* 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
* | less random commentScott Graham2012-09-201-1/+1
* | review fixesScott Graham2012-09-201-10/+9
* | fix spaces in headers for -t msvcScott Graham2012-09-201-0/+24
|/
* don't emit duplicate headers for msvc helperScott Graham2012-09-171-1/+1
* pass env block to cl helperEvan Martin2012-08-151-1/+1
* msvc helper: drop system includesEvan Martin2012-08-121-1/+11
* msvc helper: attempt to filter out when it prints the input filenameEvan Martin2012-08-121-0/+23
* add subprocess-spawning to msvc_helperEvan Martin2012-08-121-1/+97
* add a module for working with MSVC (cl.exe) behaviorEvan Martin2012-08-121-0/+35