summaryrefslogtreecommitdiff
path: root/include/llvm/System/Program.h
Commit message (Expand)AuthorAge
* Merge System into Support.Michael J. Spencer2010-11-29
* Make FindProgramByName return paths with slashes unmodified on Windows.Mikhail Glushenkov2010-11-02
* Make Program::Wait differentiate execution failure due to the fileDan Gohman2010-10-29
* Remove obsolete comments about throwing exceptions.Dan Gohman2010-09-02
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-28
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-22
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-15
* Copy-pasto.Mikhail Glushenkov2009-09-09
* Revert 81248 for now.Mikhail Glushenkov2009-09-09
* Const-correctness.Mikhail Glushenkov2009-09-08
* Since Program is basically a PID, it should be copyable.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
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-03
* Add a Program::GetPid() method.Mikhail Glushenkov2009-07-18
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-18
* Trailing whitespace.Mikhail Glushenkov2009-07-17
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-08
* 80-column violation.Mikhail Glushenkov2009-02-08
* Add comment.Matthijs Kooijman2008-06-16
* Prune and tidy #includes.Dan Gohman2008-05-29
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-06
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* For PR780:Reid Spencer2006-07-26
* For PR787:Reid Spencer2006-06-07
* Fix some doxygen usage in these headers.Reid Spencer2006-05-19
* Add some documentation.Reid Spencer2006-01-08
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-05
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix the documentation for executeAndWait so the argument comments areReid Spencer2005-01-11
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-14
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-13
* Initial commit of the platform agnostic interface to finding and executingReid Spencer2004-08-29