Revert "Revert "Windows: Add support for unicode command lines""
[oota-llvm.git] / lib / Support / Unix / Process.inc
2013-10-07 David MajnemerRevert "Revert "Windows: Add support for unicode comman...
2013-10-06 David MajnemerRevert "Windows: Add support for unicode command lines"
2013-10-06 David MajnemerWindows: Add support for unicode command lines
2013-09-11 Nico RieckSupport ANSI escape code on Windows
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-04 NAKAMURA TakumiSupport/Process: Add comments about PageSize and Alloca...
2013-08-21 NAKAMURA TakumiUnix/Process.inc: Revert r72332, "Work around a page...
2013-08-18 Chandler CarruthGo through the really awkward dance required to delete...
2013-08-16 Aaron BallmanRemoving unused functionality.
2013-08-13 Benjamin KramerGCC warns about removing const with a c-style cast.
2013-08-12 Chandler CarruthRemove all checking for the various terminfo headers...
2013-08-12 Chandler CarruthTarget a minimal terminfo library rather than necessari...
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.