summaryrefslogtreecommitdiffstats
path: root/src/msvc_helper_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Add 'using namespace std;' to all cc files to prepare for removing it from he...Michael Jones2020-09-301-0/+2
* Make deps=msvc experimentally available on non-Windows.Nico Weber2016-04-061-93/+1
* propagate include normalization failure to caller insteadScott Graham2015-06-181-10/+15
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-2/+0
* CLParser shouldn't read stderrScott Graham2014-04-141-0/+7
* add deps_prefix for localized /showIncludes' output parsingPeter Kümmel2013-10-181-10/+19
* Stop `-t msvc -o` from lowercasing paths from /showIncludes output.Nico Weber2013-05-291-0/+1
* factor MSVC parsing out of CLWrapper into CLParserEvan Martin2013-04-081-65/+58
* fix spaces in headers for -t msvcScott Graham2012-09-201-0/+11
* don't emit duplicate headers for msvc helperScott Graham2012-09-171-2/+26
* pass env block to cl helperEvan Martin2012-08-151-0/+9
* msvc helper: drop system includesEvan Martin2012-08-121-0/+14
* msvc helper: attempt to filter out when it prints the input filenameEvan Martin2012-08-121-0/+18
* add subprocess-spawning to msvc_helperEvan Martin2012-08-121-0/+10
* add a module for working with MSVC (cl.exe) behaviorEvan Martin2012-08-121-0/+32