Add support for linking against a curses library when available and
[oota-llvm.git] / lib / Support / Unix / Process.inc
2013-08-07 Chandler CarruthAdd support for linking against a curses library when...
2013-06-20 Evgeniy StepanovRemove MSan hack that is no longer needed.
2013-02-14 Evgeniy StepanovWorkaround an MSan false positive.
2013-01-05 Chandler CarruthEric thought that Darwin was right to use -1 consistent...
2013-01-05 Chandler CarruthTry to suppress the use of clock_gettime on Darwin...
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Chandler CarruthRemove an unused function in the old Process interface.
2012-12-31 Chandler CarruthSwitch this code to a more idiomatic double using names...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-08-06 Eric ChristopherAdd support for the OpenBSD for Bitrig.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-05-08 Daniel Dunbar[Support] Fix sys::GetRandomNumber() to always use...
2012-05-06 NAKAMURA TakumiUnix/Process.inc: Give more useful random seed to srand...
2012-05-06 NAKAMURA TakumiSupport/Process: Move llvm::sys::Process::GetRandomNumb...
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-04-11 Sylvestre LedruFix the build under Debian GNU/Hurd.
2012-01-15 Chandler CarruthRemove SetWorkingDirectory from the Process interface...
2011-09-23 Daniel Dunbarsys::Process: Add a SetWorkingDirectory method.
2010-11-29 Michael J. SpencerMerge System into Support.