aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Unix/Process.inc
Commit message (Expand)AuthorAgeFilesLines
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-6/+8
* [Support] Fix sys::GetRandomNumber() to always use a high quality seed.Daniel Dunbar2012-05-081-5/+15
* Unix/Process.inc: Give more useful random seed to srand. Workaround for PR12743.NAKAMURA Takumi2012-05-061-1/+14
* Support/Process: Move llvm::sys::Process::GetRandomNumber() from Process.cpp ...NAKAMURA Takumi2012-05-061-0/+9
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-161-0/+4
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-161-4/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-161-0/+4
* Fix the build under Debian GNU/Hurd.Sylvestre Ledru2012-04-111-2/+2
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-4/+0
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+4
* Merge System into Support.Michael J. Spencer2010-11-291-0/+295