summaryrefslogtreecommitdiff
path: root/lib/Support/Windows/Program.inc
Commit message (Expand)AuthorAge
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Prefix generic_category with std::.Rafael Espindola2014-06-12
* Fix windows build.Rafael Espindola2014-05-31
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Delete dead code.Rafael Espindola2014-02-24
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-12
* Fix initialization order warning in mingw32 buildAlp Toker2013-10-18
* Windows: Be more explicit with Win32 APIsDavid Majnemer2013-10-07
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* Avoid using alloca in Windows/Program.incReid Kleckner2013-08-07
* Replace use of PathV1.h in Program.cpp.Rafael Espindola2013-06-14
* Remove unused argument.Rafael Espindola2013-06-14
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* [Support] Fix handle and memory leak for processes that are not waited forReid Kleckner2013-06-13
* [Win] Put ChangeStdinToBinary ChangeStdoutToBinary ChangeStderrToBinary in sys.Rafael Espindola2013-06-12
* s/Void/void.Rafael Espindola2013-06-12
* Attempt at fixing the windows build.Rafael Espindola2013-06-12
* Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman2013-05-01
* [Support] Fix argv string escape bug on WindowsReid Kleckner2013-04-22
* Add a function to check if an argument list is too long.Rafael Espindola2013-04-11
* Remove an unused method on Program.Chandler Carruth2012-12-31
* Remove an unused method on the Program class.Chandler Carruth2012-12-31
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-12
* [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi2011-11-29
* Return only the least significant 8 bits of the exit status fromPeter Collingbourne2011-11-06
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-21
* Typo and missing checkin from r131186.Andrew Trick2011-05-11
* Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...NAKAMURA Takumi2011-02-09
* Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...NAKAMURA Takumi2011-02-05
* Merge System into Support.Michael J. Spencer2010-11-29