Windows: Add support for unicode command lines
[oota-llvm.git] / lib / Support / Windows / Program.inc
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-08-07 Reid KlecknerAvoid using alloca in Windows/Program.inc
2013-06-14 Rafael EspindolaReplace use of PathV1.h in Program.cpp.
2013-06-14 Rafael EspindolaRemove unused argument.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Reid Kleckner[Support] Fix handle and memory leak for processes...
2013-06-12 Rafael Espindola[Win] Put ChangeStdinToBinary ChangeStdoutToBinary...
2013-06-12 Rafael Espindolas/Void/void.
2013-06-12 Rafael EspindolaAttempt at fixing the windows build.
2013-05-01 Aaron BallmanFixes a buffer overrun where the allocated buffer wasn...
2013-04-22 Reid Kleckner[Support] Fix argv string escape bug on Windows
2013-04-11 Rafael EspindolaAdd a function to check if an argument list is too...
2012-12-31 Chandler CarruthRemove an unused method on Program.
2012-12-31 Chandler CarruthRemove an unused method on the Program class.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-12-13 Michael J. SpencerSupport/Program: Make Change<stream>ToBinary return...
2011-12-12 Michael J. SpencerSupport/Windows: Cleanup scoped handles.
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-11-06 Peter CollingbourneReturn only the least significant 8 bits of the exit...
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-02-09 NAKAMURA TakumiWindows/Program.inc: Eliminate the declaration of SetIn...
2011-02-05 NAKAMURA TakumiWindows/Program.inc: Quote arguments when dubious chara...
2010-11-29 Michael J. SpencerMerge System into Support.