don't abort()
[platform/upstream/ninja.git] / src / msvc_helper-win32.cc
2015-06-09 Scott Grahamdon't abort()
2015-06-09 Scott Grahampush error to caller and abort on failure
2014-12-04 Nico WeberMerge pull request #703 from ovinn/master
2014-04-17 Nico WeberMerge pull request #714 from pcc/console-pool
2014-04-17 Nico WeberMerge pull request #715 from nico/lazyenv
2014-04-14 Nico WeberMerge pull request #734 from sgraham/no-stderr
2014-04-14 Scott GrahamCLParser shouldn't read stderr
2013-10-19 Nico WeberMerge pull request #674 from nico/style
2013-10-19 Nico WeberMinor style fixes. No functionality change.
2013-10-18 Nico WeberMerge pull request #665 from syntheticpp/localized...
2013-10-18 Peter Kümmeladd deps_prefix for localized /showIncludes' output...
2013-05-29 Nico WeberMerge pull request #589 from nico/wincase
2013-05-29 Nico WeberStop `-t msvc -o` from lowercasing paths from /showIncl...
2013-04-09 Evan MartinMerge branch 'dep-pipeless'
2013-04-08 Evan Martinfactor MSVC parsing out of CLWrapper into CLParser
2012-11-09 Evan MartinMerge pull request #458 from rgeary1/minor
2012-09-21 Evan MartinMerge pull request #427 from jonforums/jf/mingw-n-msvc
2012-09-20 Evan MartinMerge pull request #426 from sgraham/spaces-in-headers-2
2012-09-20 JonAlways include stdio.h
2012-09-20 Scott Grahamless random comment
2012-09-20 Scott Grahamreview fixes
2012-09-20 JonGive MinGW builds MSVC build helper superpowers
2012-09-20 Scott Grahamfix spaces in headers for -t msvc
2012-09-18 Evan MartinMerge pull request #419 from syntheticpp/rate-buffer...
2012-09-17 Evan MartinMerge pull request #422 from sgraham/fix-dupe-includes
2012-09-17 Scott Grahamdon't emit duplicate headers for msvc helper
2012-08-17 Evan MartinMerge pull request #401 from syntheticpp/win-network...
2012-08-15 Evan Martinpass env block to cl helper
2012-08-13 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-08-12 Evan Martinmsvc helper: drop system includes
2012-08-12 Evan Martinmsvc helper: attempt to filter out when it prints the...
2012-08-12 Evan Martinadd subprocess-spawning to msvc_helper
2012-08-12 Evan Martinadd a module for working with MSVC (cl.exe) behavior