summaryrefslogtreecommitdiffstats
path: root/src/msvc_helper.h
Commit message (Expand)AuthorAgeFilesLines
* Make deps=msvc experimentally available on non-Windows.Nico Weber2016-04-061-32/+0
* don't alias input/output in ExtractDeps (i.e. actually works now)Scott Graham2015-06-181-2/+3
* propagate include normalization failure to caller insteadScott Graham2015-06-181-2/+3
* Minor style fixes. No functionality change.Nico Weber2013-10-191-1/+2
* add deps_prefix for localized /showIncludes' output parsingPeter Kümmel2013-10-181-2/+2
* Stop `-t msvc -o` from lowercasing paths from /showIncludes output.Nico Weber2013-05-291-3/+2
* factor MSVC parsing out of CLWrapper into CLParserEvan Martin2013-04-081-19/+23
* fix spaces in headers for -t msvcScott Graham2012-09-201-0/+5
* don't emit duplicate headers for msvc helperScott Graham2012-09-171-2/+2
* pass env block to cl helperEvan Martin2012-08-151-0/+7
* msvc helper: drop system includesEvan Martin2012-08-121-2/+5
* msvc helper: attempt to filter out when it prints the input filenameEvan Martin2012-08-121-0/+6
* add subprocess-spawning to msvc_helperEvan Martin2012-08-121-0/+9
* add a module for working with MSVC (cl.exe) behaviorEvan Martin2012-08-121-0/+29