summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-281-1/+1
* Fix issues reported by -Wrange-loop-analysis when building with latest Clang ...Alexandre Ganea2020-01-071-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Windows] Simplify WindowsSupport.hReid Kleckner2018-11-061-0/+19
* [Support] Quote arguments containing \n on WindowsReid Kleckner2018-09-111-1/+1
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-14/+7
* Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-101-115/+72
* Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner2018-06-101-72/+115
* Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-101-115/+72
* Revert "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-091-68/+114
* [Support] Expose flattenWindowsCommandLine.Zachary Turner2018-06-091-114/+68
* Clean up some code in Program.Zachary Turner2018-06-081-10/+10
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-1/+1
* Move some function declarations out of WindowsSupport.hZachary Turner2018-06-011-0/+1
* Convenience/safety fix for llvm::sys::Execute(And|No)WaitAlexander Kornienko2017-09-131-4/+5
* Minor style fixes in lib/Support/**/Program.(inc|cpp).Alexander Kornienko2017-09-061-28/+28
* Remove more name space pollution from .inc filesKristof Beyls2017-03-311-1/+0
* [Clang/Support/Windows/Unix] Command lines created by clang may exceed the co...Oleg Ranevskyy2016-01-051-4/+5
* Add Windows error code and tidy formatting for system errors.Paul Robinson2015-11-231-3/+3
* Windows: Fixed sys::findProgramByName to work with files containing dot in th...George Rimar2015-10-081-2/+9
* Add .exe check to Execute to fix clang-modernize tests broken in r247358Reid Kleckner2015-09-101-0/+8
* Don't use std::errc.Rafael Espindola2015-06-131-1/+2
* Revert r235177 as the Handle is used to fail GetExitCodeProcess on purpose.Yaron Keren2015-04-171-1/+3
* Eliminate superfluous CloseHandle(PI.ProcessHandle).Yaron Keren2015-04-171-1/+0
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Fix several bugs in r221220's new program finding code.Chandler Carruth2014-12-021-1/+2
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-241-5/+10
* Avoid usage of char16_t as MSVC "14" doesn't appear to support itReid Kleckner2014-11-131-4/+4
* Remove FindProgramByName. NFC.Rafael Espindola2014-11-041-39/+0
* Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned...Yaron Keren2014-11-041-1/+1
* sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(...NAKAMURA Takumi2014-11-041-0/+1
* [Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer2014-11-041-0/+64
* clang-format of ChangeStdinToBinary & ChangeStdoutToBinary.Yaron Keren2014-09-261-4/+4
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-031-0/+46
* Refactor argument serialization logic when executing process. NFC.Rafael Espindola2014-08-251-13/+17
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-10/+9
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Prefix generic_category with std::.Rafael Espindola2014-06-121-2/+2
* Fix windows build.Rafael Espindola2014-05-311-2/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* Delete dead code.Rafael Espindola2014-02-241-7/+0
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-121-1/+1
* Fix initialization order warning in mingw32 buildAlp Toker2013-10-181-1/+1
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-071-1/+1
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-071-54/+72
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-061-72/+54
* Windows: Add support for unicode command linesDavid Majnemer2013-10-061-54/+72
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-61/+52
* Avoid using alloca in Windows/Program.incReid Kleckner2013-08-071-13/+15
OpenPOWER on IntegriCloud