Revert "Windows: Add support for unicode command lines"
[oota-llvm.git] / lib / Support / Windows / Process.inc
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-16 Aaron BallmanRemoving unused functionality.
2013-08-16 Aaron BallmanUpdating function comments; no functional changes intended.
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-01-04 Chandler CarruthFix an obvious typo spotted by Reid Kleckner, and break...
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-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-07-20 Benjamin KramerTry to unbreak the windows build.
2012-07-20 Daniel DunbarProcess: Add sys::Process::FileDescriptorHasColors().
2012-07-19 Bill WendlingRemove tabs.
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-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.