aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Windows/Program.inc
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-06[Windows] Simplify WindowsSupport.hReid Kleckner1-0/+19
2018-09-11[Support] Quote arguments containing \n on WindowsReid Kleckner1-1/+1
2018-06-12Refactor ExecuteAndWait to take StringRefs.Zachary Turner1-14/+7
2018-06-10Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner1-115/+72
2018-06-10Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner1-72/+115
2018-06-10Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner1-115/+72
2018-06-09Revert "[Support] Expose flattenWindowsCommandLine."Zachary Turner1-68/+114
2018-06-09[Support] Expose flattenWindowsCommandLine.Zachary Turner1-114/+68
2018-06-08Clean up some code in Program.Zachary Turner1-10/+10
2018-06-07[FileSystem] Split up the OpenFlags enumeration.Zachary Turner1-1/+1
2018-06-01Move some function declarations out of WindowsSupport.hZachary Turner1-0/+1
2017-09-13Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko1-4/+5
2017-09-06Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko1-28/+28
2017-03-31Remove more name space pollution from .inc filesKristof Beyls1-1/+0
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