summaryrefslogtreecommitdiff
path: root/lib/System/Win32/Program.inc
Commit message (Expand)AuthorAge
* Check that the 'kill' call succeeded.Mikhail Glushenkov2009-09-09
* Const-correctness.Mikhail Glushenkov2009-09-08
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-08
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-08
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-03
* Empty arguments need to be quoted on Win32.Daniel Dunbar2009-08-02
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-18
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-08
* Call CreateProcess with bInheritHandles = TRUE.Mikhail Glushenkov2009-04-14
* Delete trailing whitespace.Mikhail Glushenkov2009-04-14
* Fix the environment block that is passed to the CreateProcess function.Argyrios Kyrtzidis2008-06-15
* Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logicMatthijs Kooijman2008-06-12
* Make I/O redirection handling in sys::Program a bit more consistent. NoMatthijs Kooijman2008-06-12
* Fix potential buffer overflowAnton Korobeynikov2008-01-24
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix mingw32 buildAnton Korobeynikov2007-03-19
* Unbreak mingw32 buildAnton Korobeynikov2007-03-09
* Ensure 64-bit correctness.Jeff Cohen2007-03-05
* Implement memoryLimit on Windows.Jeff Cohen2007-03-05
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* - Fixed broken Win32 buildAnton Korobeynikov2006-09-01
* For PR797:Reid Spencer2006-08-21
* For PR787:Reid Spencer2006-06-07
* Fix VC++ breakageJeff Cohen2005-07-08
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Eliminate tabsJeff Cohen2005-04-11
* Fix silly mistake.Jeff Cohen2005-02-20
* Implement standard I/O redirection in ExecuteAndWait().Jeff Cohen2005-02-20
* Arg list already has program name in it.Jeff Cohen2005-02-16
* Keep up with lib/System changesJeff Cohen2004-12-20
* Implement Win32 Path::getStatusInfo(), TimeValue::toString()Jeff Cohen2004-12-14
* For PR351:Reid Spencer2004-12-14
* Rename Path::get -> Path::toStringReid Spencer2004-12-11
* Erase non-applicable Unix comment, this is Win32Misha Brukman2004-11-16
* Remove useless #include.Reid Spencer2004-11-16
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Patches to make this file actually compile under windows.Reid Spencer2004-09-15
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-29