aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-7/+13
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-54/+130
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-9/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-10/+2
* 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
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-141-16/+16
* Remove unused argument.Rafael Espindola2013-06-141-3/+3
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-131-8/+8
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-131-28/+18
* [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.Rafael Espindola2013-06-121-3/+3
* s/Void/void.Rafael Espindola2013-06-121-1/+1
* Attempt at fixing the windows build.Rafael Espindola2013-06-121-34/+35
* Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman2013-05-011-1/+8
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-221-4/+42
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-111-0/+16
* Remove an unused method on Program.Chandler Carruth2012-12-311-17/+0
* Remove an unused method on the Program class.Chandler Carruth2012-12-311-5/+0
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+12
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-121-3/+3
* [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi2011-11-291-1/+11
* Return only the least significant 8 bits of the exit status fromPeter Collingbourne2011-11-061-1/+1
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-4/+5
* Typo and missing checkin from r131186.Andrew Trick2011-05-111-1/+2
* Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...NAKAMURA Takumi2011-02-091-9/+0
* Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...NAKAMURA Takumi2011-02-051-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-0/+412