aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32/Process.inc
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-291-222/+0
* Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not...NAKAMURA Takumi2010-11-101-1/+2
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-3/+7
* Fix comments.Torok Edwin2009-06-041-1/+2
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-041-0/+66
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-111-0/+16
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-011-1/+7
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Provide an implementation of the GetCurrentUserId and GetCurrentGroupIdReid Spencer2005-04-211-0/+10
* Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach.Jeff Cohen2005-02-191-1/+1
* Make PreventCoreFiles() do the right thing on Windows.Jeff Cohen2005-02-181-3/+6
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-081-2/+2
* Add functions for determining if the stdin/out/err is connected to aJeff Cohen2005-01-011-0/+13
* For PR351:Reid Spencer2004-12-271-0/+9
* Patch to fix mingw compilation problem contributed by Henrik.Jeff Cohen2004-12-231-0/+5
* Keep up with lib/System changesJeff Cohen2004-12-201-20/+21
* For PR351:Reid Spencer2004-12-201-0/+43
* Remove useless #include.Reid Spencer2004-11-161-1/+0
* Initial implementation of the Process abstraction for Win32.Reid Spencer2004-09-151-0/+46