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