Windows: Don't wildcard expand /? or -?
[oota-llvm.git] / lib / Support / Windows / Process.inc
2014-07-24 Hans WennborgWindows: Don't wildcard expand /? or -?
2014-07-16 Hans WennborgPerform wildcard expansion in Process::GetArgumentVecto...
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-03 Alp TokerProcess::GetRandomNumber(): fix insecure RNG
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-19 Alp TokerMemoryBuffer: Use GetNativeSystemInfo()
2014-03-05 Ahmed CharlesRemove unnecessary variables.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2014-02-11 Aaron BallmanHopefully fixing the MinGW 32 build, which was broken...
2014-02-07 Benjamin KramerTry to unbreak the mingw32 build.
2014-02-04 Aaron BallmanImplemented support for Process::GetRandomNumber on...
2014-01-07 Chandler CarruthTry to fix the windows build. The comments in other...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-10-07 David MajnemerWindows: Avoiding resizing, use uninitialized data...
2013-10-07 NAKAMURA TakumiWindows/Process.inc: Fix for +Asserts. &Buf[0] is not...
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-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.