aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Program.inc
AgeCommit message (Expand)AuthorFilesLines
2016-01-05[Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy1-4/+5
2015-11-23Add Windows error code and tidy formatting for system errors.Paul Robinson1-3/+3
2015-10-08Windows: Fixed sys::findProgramByName to work with files containing dot in th...George Rimar1-2/+9
2015-09-10Add .exe check to Execute to fix clang-modernize tests broken in r247358Reid Kleckner1-0/+8
2015-06-13Don't use std::errc.Rafael Espindola1-1/+2
2015-04-17Revert r235177 as the Handle is used to fail GetExitCodeProcess on purpose.Yaron Keren1-1/+3
2015-04-17Eliminate superfluous CloseHandle(PI.ProcessHandle).Yaron Keren1-1/+0
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-12-02Fix several bugs in r221220's new program finding code.Chandler Carruth1-1/+2
2014-11-24More long path name support on Windows, this time in program execution.Paul Robinson1-5/+10
2014-11-13Avoid usage of char16_t as MSVC "14" doesn't appear to support itReid Kleckner1-4/+4
2014-11-04Remove FindProgramByName. NFC.Rafael Espindola1-39/+0
2014-11-04Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned...Yaron Keren1-1/+1
2014-11-04sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(...NAKAMURA Takumi1-0/+1
2014-11-04[Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer1-0/+64
2014-09-26clang-format of ChangeStdinToBinary & ChangeStdoutToBinary.Yaron Keren1-4/+4
2014-09-03Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola1-0/+46
2014-08-25Refactor argument serialization logic when executing process. NFC.Rafael Espindola1-13/+17
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-10/+9
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-06-12Prefix generic_category with std::.Rafael Espindola1-2/+2
2014-05-31Fix windows build.Rafael Espindola1-2/+2
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-2/+1
2014-02-24Delete dead code.Rafael Espindola1-7/+0
2014-02-12Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner1-1/+1
2013-10-18Fix initialization order warning in mingw32 buildAlp Toker1-1/+1
2013-10-07Windows: Be more explicit with Win32 APIsDavid Majnemer1-1/+1
2013-10-07Revert "Revert "Windows: Add support for unicode command lines""David Majnemer1-54/+72
2013-10-06Revert "Windows: Add support for unicode command lines"David Majnemer1-72/+54
2013-10-06Windows: Add support for unicode command linesDavid Majnemer1-54/+72
2013-10-01Add non-blocking Wait() for launched processesTareq A. Siraj1-61/+52
2013-08-07Avoid using alloca in Windows/Program.incReid Kleckner1-13/+15
2013-06-14Replace use of PathV1.h in Program.cpp.Rafael Espindola1-16/+16
2013-06-14Remove unused argument.Rafael Espindola1-3/+3
2013-06-13Have sys::FindProgramByName return a std::string.Rafael Espindola1-8/+8
2013-06-13[Support] Fix handle and memory leak for processes that are not waited forReid Kleckner1-28/+18
2013-06-12[Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.Rafael Espindola1-3/+3
2013-06-12s/Void/void.Rafael Espindola1-1/+1
2013-06-12Attempt at fixing the windows build.Rafael Espindola1-34/+35
2013-05-01Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman1-1/+8
2013-04-22[Support] Fix argv string escape bug on WindowsReid Kleckner1-4/+42
2013-04-11Add a function to check if an argument list is too long.Rafael Espindola1-0/+16
2012-12-31Remove an unused method on Program.Chandler Carruth1-17/+0
2012-12-31Remove an unused method on the Program class.Chandler Carruth1-5/+0
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2011-12-13Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer1-6/+12
2011-12-12Support/Windows: Cleanup scoped handles.Michael J. Spencer1-3/+3
2011-11-29[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi1-1/+11
2011-11-06Return only the least significant 8 bits of the exit status fromPeter Collingbourne1-1/+1
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick1-4/+5