aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-412/+0
* Make FindProgramByName return paths with slashes unmodified on Windows.Mikhail Glushenkov2010-11-021-2/+4
* Make Program::Wait differentiate execution failure due to the fileDan Gohman2010-10-291-1/+2
* Move the declaration SetInformationJobObject() outside of namespace.NAKAMURA Takumi2010-09-171-9/+9
* Properly quote the quotes :) during cmdline construction on Windows.Anton Korobeynikov2010-03-281-6/+28
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-281-0/+5
* Remove the GetProcessId() call from Win32/Program.inc, take 2.Mikhail Glushenkov2009-09-221-9/+23
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-221-17/+25
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-151-25/+17
* Check that the 'kill' call succeeded.Mikhail Glushenkov2009-09-091-1/+6
* Const-correctness.Mikhail Glushenkov2009-09-081-1/+1
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-081-14/+18
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-081-9/+20
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-4/+3
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-031-5/+21
* Empty arguments need to be quoted on Win32.Daniel Dunbar2009-08-021-3/+9
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-181-189/+35
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-081-0/+165
* Call CreateProcess with bInheritHandles = TRUE.Mikhail Glushenkov2009-04-141-1/+1
* Delete trailing whitespace.Mikhail Glushenkov2009-04-141-13/+13
* Fix the environment block that is passed to the CreateProcess function.Argyrios Kyrtzidis2008-06-151-1/+28
* Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman2008-06-121-5/+8
* Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman2008-06-121-3/+5
* Fix potential buffer overflowAnton Korobeynikov2008-01-241-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fix mingw32 buildAnton Korobeynikov2007-03-191-0/+1
* Unbreak mingw32 buildAnton Korobeynikov2007-03-091-0/+8
* Ensure 64-bit correctness.Jeff Cohen2007-03-051-1/+1
* Implement memoryLimit on Windows.Jeff Cohen2007-03-051-6/+31
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-0/+1
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-011-2/+2
* For PR797:Reid Spencer2006-08-211-30/+44
* For PR787:Reid Spencer2006-06-071-0/+14
* Fix VC++ breakageJeff Cohen2005-07-081-3/+3
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Eliminate tabsJeff Cohen2005-04-111-1/+1
* Fix silly mistake.Jeff Cohen2005-02-201-1/+1
* Implement standard I/O redirection in ExecuteAndWait().Jeff Cohen2005-02-201-7/+73
* Arg list already has program name in it.Jeff Cohen2005-02-161-15/+2
* Keep up with lib/System changesJeff Cohen2004-12-201-11/+26
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-141-3/+2
* For PR351:Reid Spencer2004-12-141-2/+4
* Rename Path::get -> Path::toStringReid Spencer2004-12-111-4/+6
* Erase non-applicable Unix comment, this is Win32Misha Brukman2004-11-161-1/+0
* Remove useless #include.Reid Spencer2004-11-161-1/+0
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-1/+1
* Patches to make this file actually compile under windows.Reid Spencer2004-09-151-4/+138
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-291-0/+19