aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Win32/Program.inc
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-02Make FindProgramByName return paths with slashes unmodified on Windows.Mikhail Glushenkov
2010-10-29Make Program::Wait differentiate execution failure due to the fileDan Gohman
2010-09-17Move the declaration SetInformationJobObject() outside of namespace.NAKAMURA Takumi
2010-03-28Properly quote the quotes :) during cmdline construction on Windows.Anton Korobeynikov
2010-01-28Add llvm::Program::ChangeStderrToBinary().Douglas Gregor
2009-09-22Remove the GetProcessId() call from Win32/Program.inc, take 2.Mikhail Glushenkov
2009-09-22Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar
2009-09-15Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov
2009-09-09Check that the 'kill' call succeeded.Mikhail Glushenkov
2009-09-08Const-correctness.Mikhail Glushenkov
2009-09-08Get rid of the Pid_ member in the Program class.Mikhail Glushenkov
2009-09-08Add a Kill() function to the Program class.Mikhail Glushenkov
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-03Fix a race condition in getting the process exit code on Win32.Daniel Dunbar
2009-08-02Empty arguments need to be quoted on Win32.Daniel Dunbar
2009-07-18Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov
2009-07-08Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene
2009-04-14Call CreateProcess with bInheritHandles = TRUE.Mikhail Glushenkov
2009-04-14Delete trailing whitespace.Mikhail Glushenkov
2008-06-15Fix the environment block that is passed to the CreateProcess function.Argyrios Kyrtzidis
2008-06-12Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman
2008-06-12Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman
2008-01-24Fix potential buffer overflowAnton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-03-19Fix mingw32 buildAnton Korobeynikov
2007-03-09Unbreak mingw32 buildAnton Korobeynikov
2007-03-05Ensure 64-bit correctness.Jeff Cohen
2007-03-05Implement memoryLimit on Windows.Jeff Cohen
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-09-01- Fixed broken Win32 buildAnton Korobeynikov
2006-08-21For PR797:Reid Spencer
2006-06-07For PR787:Reid Spencer
2005-07-08Fix VC++ breakageJeff Cohen
2005-05-05Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman
2005-04-11Eliminate tabsJeff Cohen
2005-02-20Fix silly mistake.Jeff Cohen
2005-02-20Implement standard I/O redirection in ExecuteAndWait().Jeff Cohen
2005-02-16Arg list already has program name in it.Jeff Cohen
2004-12-20Keep up with lib/System changesJeff Cohen
2004-12-14Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen
2004-12-14For PR351:Reid Spencer
2004-12-11Rename Path::get -> Path::toStringReid Spencer
2004-11-16Erase non-applicable Unix comment, this is Win32Misha Brukman
2004-11-16Remove useless #include.Reid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-09-15Patches to make this file actually compile under windows.Reid Spencer
2004-08-29Initial commit of an platform-indepdendent implementation for theReid Spencer